From: Thomas Roessler Date: Sat, 7 Feb 2004 21:37:50 +0000 (+0000) Subject: # changelog commit X-Git-Tag: mutt-1-5-15-rel~222 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fbc4999379b34e3ce5cc3e4f4d6bf302d6377fa0;p=mutt # changelog commit --- diff --git a/ChangeLog b/ChangeLog index 770e5820..aa8bb591 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2004-02-07 21:36:41 David Yitzchak Cohen (roessler) + + * init.c, muttlib.c: Looking at the code, the problem is pretty + obvious. A recent patch to init.c (the one that was supposed + to prevent Mutt from silently failing to read nonexistant RC + files, IIRC) changed source_rc() to stat(2) the RC "file" before + trying to mutt_open_read() it. There's only one problem here: + source_rc() has no way of knowing whether or not its "file" + is a file or a command. I'm attaching a patch that fixes the + problem in what I believe is the right way. + 2004-02-05 14:17:25 Thomas Roessler (roessler) * menu.c: Back out the patch for #1697.