From 565686cfd33395b8c2225b8c1fe9783cb14eed9c Mon Sep 17 00:00:00 2001 From: Rocco Rutte Date: Fri, 7 Dec 2007 11:27:47 +0100 Subject: [PATCH] Mention subscribe and lists commands for $ignore_list_reply_to (closes #2996). --- ChangeLog | 16 ++++++++++++++++ init.h | 3 ++- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 77fbc763..11eda77c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +2007-12-07 10:57 +0100 Rocco Rutte (c3b31a421049) + + * mx.c: Don't attempt to move messages when $mbox is unset. + +2007-12-05 10:03 +0100 Rocco Rutte (63c97881cb76) + + * ChangeLog, UPDATING, configure.ac, main.c, mh.c: Improve inode + sorting, enable it by default and add MH support. Sorting is done + on-demand only before the first stat() or open() + ($maildir_header_cache_verify=yes/hcache miss). Furthermore, only a + partial list of messages starting from that item is sorted reducing + sorting overhead in most cases. For a fully hcache'd folder with + $maildir_header_cache_verify=no, no sorting is needed and no sorting + will be done. MH parsing is now two-pass, too to simplify the code + and remove duplication. + 2007-11-30 10:29 +0100 Rocco Rutte (5c635c9b5982) * configure.ac: Add version numbers for bdb 4.6 diff --git a/init.h b/init.h index 55c56057..5c8ae942 100644 --- a/init.h +++ b/init.h @@ -837,7 +837,8 @@ struct option_t MuttVars[] = { /* ** .pp ** Affects the behaviour of the \fIreply\fP function when replying to - ** messages from mailing lists. When set, if the ``Reply-To:'' field is + ** messages from mailing lists (as defined by the ``subscribe'' or + ** ``$lists'' commands). When set, if the ``Reply-To:'' field is ** set to the same value as the ``To:'' field, Mutt assumes that the ** ``Reply-To:'' field was set by the mailing list to automate responses ** to the list, and will ignore this field. To direct a response to the -- 2.40.0