From 512dfbec395c06b19b61a62b6563524d36131d87 Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Sun, 15 Nov 2020 19:04:37 +0100 Subject: [PATCH] mail: update space left mails --- configs/workhorse/mail-fetcher.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/workhorse/mail-fetcher.nix b/configs/workhorse/mail-fetcher.nix index 1715846..e4fb1f4 100644 --- a/configs/workhorse/mail-fetcher.nix +++ b/configs/workhorse/mail-fetcher.nix @@ -44,7 +44,7 @@ let tags = [ "+junk" "-unread" "-inbox" ]; } { - query = "from:space-left.org"; + query = "from:space-left.org of to:space-left.org"; tags = [ "+spaceleft" "+list" ]; } {