diff options
author | Franck Cuny <franck@fcuny.net> | 2022-07-02 17:53:27 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-07-07 17:38:39 -0700 |
commit | f0c6c38c8cd290faa2b35f8d22366cf12b173007 (patch) | |
tree | 4fa51d611683680cf9e28e86e2b5f46a933c29b7 /home/mail | |
parent | feat(home/mail): enable smtp to send emails (diff) | |
download | world-f0c6c38c8cd290faa2b35f8d22366cf12b173007.tar.gz |
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 <franck@fcuny.net>
Diffstat (limited to '')
-rw-r--r-- | home/mail/accounts/default.nix | 6 |
1 files changed, 0 insertions, 6 deletions
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 |