From 18fcfe178715618061eaa5fa7ca3e92ae4bc3a0d Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 7 Jul 2022 16:56:39 -0700 Subject: fix(home/email): correct rule to move emails with afew If an email has the tag 'archive' while in the Inbox folder, it needs to be moved to the archive directory. Change-Id: I44efc9e51fe0e749a5a2ffa15fe32b8b945d12f0 Reviewed-on: https://cl.fcuny.net/c/world/+/609 Tested-by: CI Reviewed-by: Franck Cuny --- home/mail/accounts/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/mail/accounts/default.nix b/home/mail/accounts/default.nix index 03cd7f9..1e4ed07 100644 --- a/home/mail/accounts/default.nix +++ b/home/mail/accounts/default.nix @@ -47,7 +47,7 @@ in max_age = 30 # rules - Fastmail/Inbox = 'NOT tag:inbox':Fastmail/Archive + Fastmail/Inbox = 'tag:archive':Fastmail/Archive ''; }; -- cgit 1.4.1