Changeset 5342:6e40e869a477

Show
Ignore:
Timestamp:
2008-01-15 00:59:28 (10 months ago)
Author:
Rocco Rutte <pdmef@…>
Branch:
HEAD
Message:

Link $timeout from $mail_check, see Debian #385456.

Files:
2 modified

Legend:

Unmodified
Added
Removed
  • ChangeLog

    r5340 r5342  
     12008-01-14 23:00 +0100  Rocco Rutte  <pdmef@gmx.net>  (130aa0517251) 
     2 
     3        * mh.c: Fix typo of in dae38f5ab2a5 commit 
     4 
     52008-01-14 22:54 +0100  Rocco Rutte  <pdmef@gmx.net>  (dae38f5ab2a5) 
     6 
     7        * ChangeLog, mh.c: hcache: Fetch data for correct message from hcache. 
     8        With $maildir_header_cache_verify set (the default), the list (and 
     9        thus the current) header change after data was fetched from hcache 
     10        making some message appear as duplicate. Now fetch data for the 
     11        correct message after possible in-place inode sorting altering file 
     12        order. See debian bug #459739. 
     13 
    1142008-01-14 22:45 +0100  Rocco Rutte  <pdmef@gmx.net>  (9e07c4a95133) 
    215 
  • init.h

    r5337 r5342  
    11031103  ** .pp 
    11041104  ** This variable configures how often (in seconds) mutt should look for 
    1105   ** new mail. 
     1105  ** new mail. Also see the ``$$timeout'' variable. 
    11061106  */ 
    11071107  { "mailcap_path",     DT_STR,  R_NONE, UL &MailcapPath, 0 },