From: Samir Benmendil Date: Sun, 5 Apr 2020 10:52:38 +0000 (+0100) Subject: mutt: don't delete gmail emails anymore X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/b1b52b3564f5b131337813e64a8978140ff79a30?ds=inline mutt: don't delete gmail emails anymore Gmail is not really being used anymore. --- diff --git a/mutt/hooks b/mutt/hooks index a5c1e90..f5d0f8d 100644 --- a/mutt/hooks +++ b/mutt/hooks @@ -13,9 +13,7 @@ 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 +# archive mails older than 3 months folder-hook mailfence/inbox push '!~(~U|~F|~d<3m)=mailfenc/archive' # limit youtube to Unread and Flagged mails