From cf75e935fef989adf6958d77d1cf69ee4bbec57b Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Sat, 8 Aug 2020 13:05:07 +0100 Subject: [PATCH] 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. --- mutt/hooks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)' -- 2.48.1