summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2006-01-16 13:02:54 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2006-01-16 13:02:54 +0000
commit63f2edb60b9c04018f97403cdb6fcbae0218a0cc (patch)
treec81b09724508e4928d5094731b7bfd85bc3deb83
parentf897e6be2eba17039f21d23441d332bed15b16c5 (diff)
downloadmailutils-63f2edb60b9c04018f97403cdb6fcbae0218a0cc.tar.gz
mailutils-63f2edb60b9c04018f97403cdb6fcbae0218a0cc.tar.bz2
(default_setup): Provide defaults for inplacealiases and recursealiases.
-rw-r--r--mail/mail.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/mail.c b/mail/mail.c
index 6591ff5b8..0f9b7d9ad 100644
--- a/mail/mail.c
+++ b/mail/mail.c
@@ -1,6 +1,6 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
- 2005 Free Software Foundation, Inc.
+ 2005, 2006 Free Software Foundation, Inc.
GNU Mailutils is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -268,6 +268,8 @@ static char *default_setup[] = {
"sender mail-followup-to reply-to from",
"set nocmd",
"set metamail",
+ "set recursivealiases",
+ "set noinplacealiases",
/* Start in mail reading mode */
"set mode=read",

Return to:

Send suggestions and report system problems to the System administrator.