Link $timeout from $mail_check, see Debian #385456.
authorRocco Rutte <pdmef@gmx.net>
Tue, 15 Jan 2008 08:59:28 +0000 (09:59 +0100)
committerRocco Rutte <pdmef@gmx.net>
Tue, 15 Jan 2008 08:59:28 +0000 (09:59 +0100)
ChangeLog
init.h

index e4207c727148c215c85d3299f00b71584e31a176..4c137cb7a8e7d51587ebbef91094381efc258b57 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2008-01-14 23:00 +0100  Rocco Rutte  <pdmef@gmx.net>  (130aa0517251)
+
+       * mh.c: Fix typo of in dae38f5ab2a5 commit
+
+2008-01-14 22:54 +0100  Rocco Rutte  <pdmef@gmx.net>  (dae38f5ab2a5)
+
+       * ChangeLog, mh.c: hcache: Fetch data for correct message from hcache.
+       With $maildir_header_cache_verify set (the default), the list (and
+       thus the current) header change after data was fetched from hcache
+       making some message appear as duplicate. Now fetch data for the
+       correct message after possible in-place inode sorting altering file
+       order. See debian bug #459739.
+
 2008-01-14 22:45 +0100  Rocco Rutte  <pdmef@gmx.net>  (9e07c4a95133)
 
        * hcachever.sh.in: hcache: use HEADER for version calculation too
diff --git a/init.h b/init.h
index ce95fd409e85bb657585cdd5e3f85c59c56a0695..42b914ee0207baf1fb56518f85972f0438a981ba 100644 (file)
--- a/init.h
+++ b/init.h
@@ -1102,7 +1102,7 @@ struct option_t MuttVars[] = {
   /*
   ** .pp
   ** This variable configures how often (in seconds) mutt should look for
-  ** new mail.
+  ** new mail. Also see the ``$$timeout'' variable.
   */
   { "mailcap_path",    DT_STR,  R_NONE, UL &MailcapPath, 0 },
   /*