]> git.rmz.io Git - dotfiles.git/commitdiff
mutt: fix archive message path
authorSamir Benmendil <me@rmz.io>
Sat, 8 Aug 2020 12:05:07 +0000 (13:05 +0100)
committerSamir Benmendil <me@rmz.io>
Sat, 8 Aug 2020 12:05:07 +0000 (13:05 +0100)
Message were being archived into a completely wrong path, I was very
confused to find message in mailfenc, thought they were a mistake while
doing a backup of some sort when setting it up initially and almost
deleted them.

All messages have been restored to the correct archive folderd and the
hook has been updated.

mutt/hooks

index 037ecce0a5d64a397c3c6cd5034f796db39ce692..8f084b60c4f9c598a325bc98bec509f4e0764e9b 100644 (file)
@@ -10,7 +10,7 @@ folder-hook .* "exec collapse-all"
 # limit inbox to Unread and Flagged mails
 folder-hook inbox push '<limit>=(=U|=F)<enter>'
 # archive mails older than 3 months
-folder-hook mailfence/inbox push '<tag-pattern>!~(~U|~F|~d<3m)<enter><tag-prefix-cond><save-message>=mailfenc/archive<enter><end-cond>'
+folder-hook mailfence/inbox push '<tag-pattern>!~(~U|~F|~d<3m)<enter><tag-prefix-cond><save-message>=mailfence/archive<enter><end-cond>'
 
 # limit youtube to Unread and Flagged mails
 folder-hook gmail/youtube push '<limit>=(=U|=F)<enter>'