Changeset 5076:94d3441e86d0 for imap

Show
Ignore:
Timestamp:
2007-04-05 18:52:58 (20 months ago)
Author:
Brendan Cully <brendan@…>
Branch:
HEAD
Message:

Fix logic error introduced in [efbcef81ac49]

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • imap/message.c

    r5074 r5076  
    120120 
    121121#if USE_HCACHE 
    122   if (idata->hcache) 
     122  if (idata->hcache && !msgbegin) 
    123123  { 
    124124    uid_validity = mutt_hcache_fetch_raw (idata->hcache, "/UIDVALIDITY", imap_hcache_keylen);