X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/653437cf2b2ba1daa275af7c355c559fd1750bfe..e48f84d521de72d8f39997054e57ae43f44c0d4b:/mutt/hooks diff --git a/mutt/hooks b/mutt/hooks index 40391e3..f5d0f8d 100644 --- a/mutt/hooks +++ b/mutt/hooks @@ -13,10 +13,8 @@ folder-hook .* "exec collapse-all" # limit inbox to Unread and Flagged mails folder-hook inbox push '=(=U|=F)' -# delete mails older than 3 months -folder-hook gmail/inbox push '!~(~U|~F|~d<3m)' -# or archive them for mailfence -folder-hook mailfence/inbox push '!~(~U|~F|~d<3m)=archive' +# archive mails older than 3 months +folder-hook mailfence/inbox push '!~(~U|~F|~d<3m)=mailfenc/archive' # limit youtube to Unread and Flagged mails folder-hook gmail/youtube push '=(=U|=F)'