summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-03-05 09:52:36 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-03-05 09:52:36 +0000
commitc6c40a1418cb191ab912363984746ddcf535fdb6 (patch)
treee82e7eb4f4c3ca0cce6a5833aee0abb07cbc49bb /mail
parent8c298bd1f95c1be34fabb2f2983a37ef5c38ea01 (diff)
downloadmailutils-c6c40a1418cb191ab912363984746ddcf535fdb6.tar.gz
mailutils-c6c40a1418cb191ab912363984746ddcf535fdb6.tar.bz2
(default_setup): Added variables, required by
POSIX: flipr, showto, bang. Added placeholders for debug, onehop and sendwait.
Diffstat (limited to 'mail')
-rw-r--r--mail/mail.c16
1 files changed, 13 insertions, 3 deletions
diff --git a/mail/mail.c b/mail/mail.c
index 872c13f27..1086a530b 100644
--- a/mail/mail.c
+++ b/mail/mail.c
@@ -258,11 +258,21 @@ static char *default_setup[] = {
"set xmailer",
"unfold subject",
"sender mail-followup-to reply-to from",
-
+ "set nocmd",
+
/* Start in mail reading mode */
"set mode=read",
"set noquit",
- "set rc"
+ "set rc",
+
+ "set noflipr",
+ "set noshowto",
+ "set nobang",
+
+ /* These settings are not yet used */
+ "set nodebug",
+ "set noonehop",
+ "set nosendwait",
};
int
@@ -465,7 +475,7 @@ main (int argc, char **argv)
}
/* initial commands */
- if (util_getenv(NULL, "header", Mail_env_boolean, 0) == 0)
+ if (util_getenv (NULL, "header", Mail_env_boolean, 0) == 0)
{
util_do_command ("summary");
util_do_command ("z.");

Return to:

Send suggestions and report system problems to the System administrator.