From: Kevin McCarthy Date: Tue, 9 Jan 2018 02:07:24 +0000 (-0800) Subject: Change the default of NewMailCmd to 0. X-Git-Tag: mutt-1-10-rel~90 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2d2665d46b4d87ee999ff7484b0fe61b5bd88367;p=mutt Change the default of NewMailCmd to 0. This is so the documentation is generated consistently for unset strings. --- diff --git a/init.h b/init.h index d99a2571..fa4e620a 100644 --- a/init.h +++ b/init.h @@ -1800,7 +1800,7 @@ struct option_t MuttVars[] = { ** See also $$read_inc, $$write_inc and $$net_inc. */ #endif - { "new_mail_command", DT_PATH, R_NONE, UL &NewMailCmd, UL NULL }, + { "new_mail_command", DT_PATH, R_NONE, UL &NewMailCmd, 0 }, /* ** .pp ** If \fIset\fP, Mutt will call this command after a new message is received.