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" ];