From: Richard Russon Date: Sun, 24 Feb 2019 16:38:15 +0000 (+0000) Subject: insert space to help parsing X-Git-Tag: 2019-10-25~354^2~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0edd8f476dc95e8a388287b0e16f06a655775f0d;p=neomutt insert space to help parsing --- diff --git a/init.h b/init.h index 36b966a09..40c107137 100644 --- a/init.h +++ b/init.h @@ -1703,7 +1703,7 @@ struct ConfigDef MuttVars[] = { ** This variable defaults to your user name on the local machine. */ #endif - { "implicit_autoview", DT_BOOL,R_NONE, &ImplicitAutoview, false }, + { "implicit_autoview", DT_BOOL, R_NONE, &ImplicitAutoview, false }, /* ** .pp ** If set to "yes", NeoMutt will look for a mailcap entry with the @@ -1876,7 +1876,7 @@ struct ConfigDef MuttVars[] = { ** This variable configures how often (in seconds) NeoMutt should look for ** new mail. Also see the $$timeout variable. */ - { "mail_check_recent",DT_BOOL, R_NONE, &MailCheckRecent, true }, + { "mail_check_recent", DT_BOOL, R_NONE, &MailCheckRecent, true }, /* ** .pp ** When \fIset\fP, NeoMutt will only notify you about new mail that has been received @@ -1954,7 +1954,7 @@ struct ConfigDef MuttVars[] = { ** to maildir-style mailboxes. Setting it will have no effect on other ** mailbox types. */ - { "mark_macro_prefix",DT_STRING, R_NONE, &MarkMacroPrefix, IP "'" }, + { "mark_macro_prefix", DT_STRING, R_NONE, &MarkMacroPrefix, IP "'" }, /* ** .pp ** Prefix for macros created using mark-message. A new macro @@ -1993,7 +1993,7 @@ struct ConfigDef MuttVars[] = { ** .pp ** Also see the $$move variable. */ - { "mbox_type", DT_MAGIC,R_NONE, &MboxType, MUTT_MBOX }, + { "mbox_type", DT_MAGIC, R_NONE, &MboxType, MUTT_MBOX }, /* ** .pp ** The default mailbox type used when creating new folders. May be any of @@ -2986,7 +2986,7 @@ struct ConfigDef MuttVars[] = { ** This variable defaults to your user name on the local machine. */ #endif /* USE_POP */ - { "post_indent_string",DT_STRING, R_NONE, &PostIndentString, 0 }, + { "post_indent_string", DT_STRING, R_NONE, &PostIndentString, 0 }, /* ** .pp ** Similar to the $$attribution variable, NeoMutt will append this