Commit 9740641b 9740641b12bb7756217f998a6d27cf6b5f029701 by Sergey Poznyakoff

(default_setup): Set nullbody and nullbodymsg

1 parent cd81737c
......@@ -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",
......