]> granicus.if.org Git - mutt/commitdiff
Add a comment concerning muttbug.sh.
authorThomas Roessler <roessler@does-not-exist.org>
Thu, 3 Feb 2000 13:07:02 +0000 (13:07 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Thu, 3 Feb 2000 13:07:02 +0000 (13:07 +0000)
init.c

diff --git a/init.c b/init.c
index 05e1540753b166d3b6b32c2f88b3bac51f1b0744..33d59cbd75d64c7fb897ac252e241c5ad60795d5 100644 (file)
--- 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);