summaryrefslogtreecommitdiffstats
path: root/init.h
diff options
context:
space:
mode:
authorChristoph Berg <cb@df7cb.de>2007-03-29 15:23:58 -0700
committerChristoph Berg <cb@df7cb.de>2007-03-29 15:23:58 -0700
commit63eb03282311673fcc00194172fddcc61af25156 (patch)
tree7c80f73d4a12623133a77eba07c80bfc3b4c925b /init.h
parent61e8e17e275e86fec57ed1b5f2d07b8375688db4 (diff)
Use ~/.muttrc as the default alias_file if no user muttrc exists.
Makes the code agree with the documentation. Document that default is actually the used muttrc. (Closes Debian #226500.)
Diffstat (limited to 'init.h')
-rw-r--r--init.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/init.h b/init.h
index 1d8a4eeb..9124c4d9 100644
--- a/init.h
+++ b/init.h
@@ -107,6 +107,9 @@ struct option_t MuttVars[] = {
** .pp
** \fBNote:\fP Mutt will not automatically source this file; you must
** explicitly use the ``$source'' command for it to be executed.
+ ** .pp
+ ** The default for this option is the currently used muttrc file, or
+ ** ``~/.muttrc'' if no user muttrc was found.
*/
{ "alias_format", DT_STR, R_NONE, UL &AliasFmt, UL "%4n %2f %t %-10a %r" },
/*