From: Thomas Roessler Date: Thu, 3 Feb 2000 13:07:02 +0000 (+0000) Subject: Add a comment concerning muttbug.sh. X-Git-Tag: mutt-1-1-3-rel~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=812fe13d2b6f7bc6aabc7d5bded9513ab49089c4;p=mutt Add a comment concerning muttbug.sh. --- diff --git a/init.c b/init.c index 05e15407..33d59cbd 100644 --- a/init.c +++ b/init.c @@ -1779,6 +1779,22 @@ void mutt_init (int skip_sys_rc, LIST *commands) mutt_init_history (); + + + + /* + * + * BIG FAT WARNING + * + * When changing the code which looks for a configuration file, + * please also change the corresponding code in muttbug.sh.in. + * + * + */ + + + + if (!Muttrc) { snprintf (buffer, sizeof(buffer), "%s/.muttrc-%s", NONULL(Homedir), MUTT_VERSION);