[Mutt] #3163: message cache partially invalid after network problem
#3163: message cache partially invalid after network problem
------------------------------+---------------------------------------------
Reporter: antonio@xxxxxxxx | Owner: mutt-dev
Type: defect | Status: new
Priority: minor | Milestone:
Component: mutt | Version: 1.5.18
Keywords: |
------------------------------+---------------------------------------------
Forwarded from http://bugs.debian.org/500016
---
I do caching of headers and bodies in my .muttrc:
set header_cache="~/.mutt/cache/headers"
set message_cachedir="~/.mutt/cache/bodies"
If a network problem occurs during download a message over IMAPS
(happens sometimes when using public WLAN), the message remains
empty, even if the network is restored. It seems, that the empty
message is cached even if there was an error. IMHO, mutt should
not cache messages in case of a network glitch. My workaround is:
$ find .mutt/cache/ -size 0 -exec rm {} \;
--
Ticket URL: <http://dev.mutt.org/trac/ticket/3163>
Mutt <http://www.mutt.org/>
The Mutt mail user agent