From 52c7ecf242cbbace5a50effa0cf7cafa36668773 Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Fri, 29 Jan 1999 11:15:15 +0000 Subject: [PATCH] [unstable] Change some default formats. --- init.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.h b/init.h index b8f284a92..c8014b5db 100644 --- 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:" }, -- 2.40.0