From da70f492d4720cbb46eeafec876c255380b28854 Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Mon, 20 Sep 2021 20:02:53 +0200 Subject: [PATCH] update mail --- configs/workhorse/mail-fetcher.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configs/workhorse/mail-fetcher.nix b/configs/workhorse/mail-fetcher.nix index 9f70ab8..93dce7c 100644 --- a/configs/workhorse/mail-fetcher.nix +++ b/configs/workhorse/mail-fetcher.nix @@ -43,6 +43,10 @@ let "from:vstbuzz.com" ]; filters = [ + { + query = "hv-geelen.de"; + tags = [ "+wohnung" ]; + } { query = "from:computerfutures.com OR from:computerfutures.de"; tags = [ "+jobs" "-inbox" ];