]> granicus.if.org Git - neomutt/commitdiff
[unstable] Change some default formats.
authorThomas Roessler <roessler@does-not-exist.org>
Fri, 29 Jan 1999 11:15:15 +0000 (11:15 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Fri, 29 Jan 1999 11:15:15 +0000 (11:15 +0000)
init.h

diff --git a/init.h b/init.h
index b8f284a92422c6735dac35538af6d4847d73cebc..c8014b5dbc74eb90dfd8b2622ec1d05c6277330f 100644 (file)
--- a/init.h
+++ b/init.h
@@ -70,14 +70,14 @@ struct option_t MuttVars[] = {
   { "abort_nosubject", DT_QUAD, R_NONE, OPT_SUBJECT, M_ASKYES },
   { "abort_unmodified",        DT_QUAD, R_NONE, OPT_ABORT, M_YES },
   { "alias_file",      DT_PATH, R_NONE, UL &AliasFile, UL "~/.muttrc" },
-  { "alias_format",    DT_STR,  R_NONE, UL &AliasFmt, UL "%2n %t %-10a   %r" },
+  { "alias_format",    DT_STR,  R_NONE, UL &AliasFmt, UL "%4n %t %-10a   %r" },
   { "allow_8bit",      DT_BOOL, R_NONE, OPTALLOW8BIT, 1 },
   { "alternates",      DT_RX,   R_BOTH, UL &Alternates, 0 },
   { "arrow_cursor",    DT_BOOL, R_BOTH, OPTARROWCURSOR, 0 },
   { "ascii_chars",     DT_BOOL, R_BOTH, OPTASCIICHARS, 0 },
   { "askbcc",          DT_BOOL, R_NONE, OPTASKBCC, 0 },
   { "askcc",           DT_BOOL, R_NONE, OPTASKCC, 0 },
-  { "attach_format",   DT_STR,  R_NONE, UL &AttachFormat, UL "%u%D%t%2n %T%.40d%> [%.7m/%.10M, %.6e, %s] " },
+  { "attach_format",   DT_STR,  R_NONE, UL &AttachFormat, UL "%u%D%t%4n %T%.40d%> [%.7m/%.10M, %.6e, %s] " },
   { "attach_split",    DT_BOOL, R_NONE, OPTATTACHSPLIT, 1 },
   { "attach_sep",      DT_STR,  R_NONE, UL &AttachSep, UL "\n" },
   { "attribution",     DT_STR,  R_NONE, UL &Attribution, UL "On %d, %n wrote:" },