diff --git a/configs/workhorse/mail-fetcher.nix b/configs/workhorse/mail-fetcher.nix index e175e11..f4f0183 100644 --- a/configs/workhorse/mail-fetcher.nix +++ b/configs/workhorse/mail-fetcher.nix @@ -652,7 +652,10 @@ query = "to:c-base.org AND subject=[auto-report]"; tags = [ "-unread" "-inbox" ]; } - + { + query = "from:browserstack.com"; + tags = [ "+browserstack" ]; + } { query = "to:renoise@ingolf-wagner.de OR to:root@renoise.com OR from:renoise.com OR to:admin@renoise.com";