From f0c6c38c8cd290faa2b35f8d22366cf12b173007 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 2 Jul 2022 17:53:27 -0700 Subject: fix(home/email): remove a filter from afew I do not need this filter anymore, it was a one time thing to make sure all emails in the archive directory are tagged properly. Running this every 5 minutes is not needed, but it also trigger the fans on the XPS, so let's remove this. Change-Id: I6ab3669b5708997e4e3681a5d7b0416efe8a1dd9 Reviewed-on: https://cl.fcuny.net/c/world/+/608 Tested-by: CI Reviewed-by: Franck Cuny --- home/mail/accounts/default.nix | 6 ------ 1 file changed, 6 deletions(-) (limited to 'home/mail/accounts') diff --git a/home/mail/accounts/default.nix b/home/mail/accounts/default.nix index 1b7cd68..03cd7f9 100644 --- a/home/mail/accounts/default.nix +++ b/home/mail/accounts/default.nix @@ -41,12 +41,6 @@ in folder_transforms = Archive:archive Drafts:draft Sent:sent folder_lowercases = true - [InboxFilter] - [Filter.1] - query = path:Fastmail/Archive/** - tags = +archive;-new;-inbox - message = Tag archived messages - [MailMover] folders = Fastmail/Inbox rename = True -- cgit 1.4.1