From b1b52b3564f5b131337813e64a8978140ff79a30 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Sun, 5 Apr 2020 11:52:38 +0100 Subject: [PATCH] mutt: don't delete gmail emails anymore Gmail is not really being used anymore. --- mutt/hooks | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 -- 2.48.1