]> granicus.if.org Git - mutt/commitdiff
Mention subscribe and lists commands for $ignore_list_reply_to (closes #2996).
authorRocco Rutte <pdmef@gmx.net>
Fri, 7 Dec 2007 10:27:47 +0000 (11:27 +0100)
committerRocco Rutte <pdmef@gmx.net>
Fri, 7 Dec 2007 10:27:47 +0000 (11:27 +0100)
ChangeLog
init.h

index 77fbc7635ec8bcebef7bc45edf456618e53d6c42..11eda77cf92462cade4d30eaa787e4099d30198e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2007-12-07 10:57 +0100  Rocco Rutte  <pdmef@gmx.net>  (c3b31a421049)
+
+       * mx.c: Don't attempt to move messages when $mbox is unset.
+
+2007-12-05 10:03 +0100  Rocco Rutte  <pdmef@gmx.net>  (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  <pdmef@gmx.net>  (5c635c9b5982)
 
        * configure.ac: Add version numbers for bdb 4.6
diff --git a/init.h b/init.h
index 55c56057031c457acdff925f89f8c9ebb2965fee..5c8ae9421cf91b960883d1b406efd07896eb7531 100644 (file)
--- 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