summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2006-12-29 13:12:38 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2006-12-29 13:12:38 +0000
commit9740641b12bb7756217f998a6d27cf6b5f029701 (patch)
treeaa3fe886976e103849148120a9bfeffc047ec174 /mail
parentcd81737c125b141b595c3741bcafa1dac64bca85 (diff)
downloadmailutils-9740641b12bb7756217f998a6d27cf6b5f029701.tar.gz
mailutils-9740641b12bb7756217f998a6d27cf6b5f029701.tar.bz2
(default_setup): Set nullbody and nullbodymsg
Diffstat (limited to 'mail')
-rw-r--r--mail/mail.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/mail.c b/mail/mail.c
index 5b5307bb8..b6aca7271 100644
--- a/mail/mail.c
+++ b/mail/mail.c
@@ -274,6 +274,9 @@ static char *default_setup[] = {
"set noflipr",
"set noshowto",
"set nobang",
+
+ "set nullbody", /* Null message body is traditionally allowed */
+ "set nullbodymsg=\"" N_("Null message body; hope that's ok") "\"",
/* These settings are not yet used */
"set nodebug",

Return to:

Send suggestions and report system problems to the System administrator.