update mail

This commit is contained in:
Ingolf Wagner 2020-08-10 18:10:50 +02:00
parent 4db10f6c37
commit 728becd5ff
Signed by: palo
GPG key ID: 76BF5F1928B9618B
2 changed files with 6 additions and 1 deletions

View file

@ -39,6 +39,10 @@ let
query = "from:turners.co.nz"; query = "from:turners.co.nz";
tags = [ "+junk" "-unread" "-inbox" ]; tags = [ "+junk" "-unread" "-inbox" ];
} }
{
query = "from:twitch.tv";
tags = [ "+junk" "-unread" "-inbox" ];
}
{ {
query = "from:landr.com"; query = "from:landr.com";
tags = [ "+landr" "+music" ]; tags = [ "+landr" "+music" ];

View file

@ -127,6 +127,7 @@ let
}; };
locations = { locations = {
Berlin = "Europe/Berlin"; Berlin = "Europe/Berlin";
Brazil = "America/Fortaleza";
Wellington = "Pacific/Auckland"; Wellington = "Pacific/Auckland";
}; };
sort = "alphabetical"; sort = "alphabetical";
@ -152,7 +153,7 @@ let
wtfModule ({ wtfModule ({
type = "prettyweather"; type = "prettyweather";
title = ""; title = "";
city = "Wellington"; city = "Essen";
unit = "m"; unit = "m";
view = 0; view = 0;
language = "en"; language = "en";