From: Samir Benmendil Date: Sat, 8 Aug 2020 12:05:07 +0000 (+0100) Subject: mutt: fix archive message path X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/cf75e935fef989adf6958d77d1cf69ee4bbec57b?ds=inline mutt: fix archive message path 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. --- diff --git a/mutt/hooks b/mutt/hooks index 037ecce..8f084b6 100644 --- a/mutt/hooks +++ b/mutt/hooks @@ -10,7 +10,7 @@ folder-hook .* "exec collapse-all" # limit inbox to Unread and Flagged mails folder-hook inbox push '=(=U|=F)' # archive mails older than 3 months -folder-hook mailfence/inbox push '!~(~U|~F|~d<3m)=mailfenc/archive' +folder-hook mailfence/inbox push '!~(~U|~F|~d<3m)=mailfence/archive' # limit youtube to Unread and Flagged mails folder-hook gmail/youtube push '=(=U|=F)'