{ "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:" },