update mail
This commit is contained in:
parent
4db10f6c37
commit
728becd5ff
2 changed files with 6 additions and 1 deletions
|
@ -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" ];
|
||||||
|
|
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue