X-Git-Url: https://git.madduck.net/etc/mutt.git/blobdiff_plain/fbf79b6c0f46fe46c9fbdf95b38d89834f1a54d3..6ab2e992a0ec80df3a16e860149c0f0c8062691f:/.mutt/hooks diff --git a/.mutt/hooks b/.mutt/hooks index f5e8c73..ef4d92a 100644 --- a/.mutt/hooks +++ b/.mutt/hooks @@ -28,4 +28,12 @@ folder-hook spam push '~On folder-hook store push '~O|~Nn*' +# since I have delete=yes, messages marked for trashing on mailbox entry must +# be due to IMAP clients or the like not purging them. I found that some +# clients automatically trash read mail from the INBOX, for *whatever* reason. +# I have not found the authors of those clients yet. In the mean time, since +# messages are not expected to be marked for deletion on mailbox entry, the +# following ensures that I lose no more mail. +folder-hook . push '~D' + # vim:ft=muttrc