]> granicus.if.org Git - neomutt/commitdiff
insert space to help parsing
authorRichard Russon <rich@flatcap.org>
Sun, 24 Feb 2019 16:38:15 +0000 (16:38 +0000)
committerRichard Russon <rich@flatcap.org>
Wed, 27 Feb 2019 15:15:25 +0000 (15:15 +0000)
init.h

diff --git a/init.h b/init.h
index 36b966a099f1124541f476e18f07107252ddcd2c..40c107137ac4c59f0177e055825b80e346a30070 100644 (file)
--- 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