]> granicus.if.org Git - mutt/commitdiff
# changelog commit
authorThomas Roessler <roessler@does-not-exist.org>
Sun, 1 Feb 2004 18:01:19 +0000 (18:01 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Sun, 1 Feb 2004 18:01:19 +0000 (18:01 +0000)
ChangeLog

index 0c0512b25e044eedd21802b2ea9abee294fdbc44..1423066ae0992470a9460d7755eec7e19856a49c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2004-02-01 18:00:16  Mike Schiraldi  <1074468571@schiraldi.org>  (roessler)
+
+       * init.c: As you all know, running "mutt -F foo.rc" will have
+       mutt read foo.rc as its config file. However, there is a bug --
+       if you specify a directory (like accidentally typing "mutt -F
+       /etc/mutt") mutt will silently ignore the flag and leave you
+       wondering why it isn't working.
+
+       Emil Sit posted a patch for this in March of 2002, but it seems
+       to have slipped through the cracks. Here's the patch again;
+       please consider it for inclusion.
+
 2004-02-01 17:50:43  Luke Mewburn  <luke@mewburn.net>  (roessler)
 
        * buffy.c: Put a zero byte into the string, not into the pointer.