From 2d2665d46b4d87ee999ff7484b0fe61b5bd88367 Mon Sep 17 00:00:00 2001 From: Kevin McCarthy Date: Mon, 8 Jan 2018 18:07:24 -0800 Subject: [PATCH] Change the default of NewMailCmd to 0. This is so the documentation is generated consistently for unset strings. --- init.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.40.0