diff --git a/configs/workhorse/mail-fetcher.nix b/configs/workhorse/mail-fetcher.nix index caa188d..007d53a 100644 --- a/configs/workhorse/mail-fetcher.nix +++ b/configs/workhorse/mail-fetcher.nix @@ -384,6 +384,10 @@ query = "from:turners.co.nz"; tags = [ "+junk" "-unread" "-inbox" ]; } + { + query = "from:landr.com"; + tags = [ "+landr" "+music" ]; + } { query = "from:codepen.io"; tags = [ "+junk" "-unread" "-inbox" ];