mail: add shortcuts and junk filter
This commit is contained in:
parent
60d51394e5
commit
a19190c986
2 changed files with 15 additions and 0 deletions
|
@ -380,6 +380,18 @@
|
||||||
"from:fysitech.atlassian.net OR to:engiadina-pwa@noreply.github.com";
|
"from:fysitech.atlassian.net OR to:engiadina-pwa@noreply.github.com";
|
||||||
tags = [ "+mia" "+work" "-unread" "-inbox" ];
|
tags = [ "+mia" "+work" "-unread" "-inbox" ];
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
query = "from:turners.co.nz";
|
||||||
|
tags = [ "+junk" "-unread" "-inbox" ];
|
||||||
|
}
|
||||||
|
{
|
||||||
|
query = "from:codepen.io";
|
||||||
|
tags = [ "+junk" "-unread" "-inbox" ];
|
||||||
|
}
|
||||||
|
{
|
||||||
|
query = "from:mailings.web.de";
|
||||||
|
tags = [ "+junk" "-unread" "-inbox" ];
|
||||||
|
}
|
||||||
{
|
{
|
||||||
query =
|
query =
|
||||||
"from:circleci.com OR (from:noreply@github.com AND to:audio-overlay@googlegroups.com)";
|
"from:circleci.com OR (from:noreply@github.com AND to:audio-overlay@googlegroups.com)";
|
||||||
|
|
|
@ -444,8 +444,11 @@ in {
|
||||||
|
|
||||||
# notmuch bindings
|
# notmuch bindings
|
||||||
macro index \\\\ "<vfolder-from-query>" # looks up a hand made query
|
macro index \\\\ "<vfolder-from-query>" # looks up a hand made query
|
||||||
|
macro pager \\\\ "<vfolder-from-query>" # looks up a hand made query
|
||||||
macro index + "<modify-labels>+*\n<sync-mailbox>" # tag as starred
|
macro index + "<modify-labels>+*\n<sync-mailbox>" # tag as starred
|
||||||
|
macro pager + "<modify-labels>+*\n<sync-mailbox>" # tag as starred
|
||||||
macro index - "<modify-labels>-*\n<sync-mailbox>" # tag as unstarred
|
macro index - "<modify-labels>-*\n<sync-mailbox>" # tag as unstarred
|
||||||
|
macro pager - "<modify-labels>-*\n<sync-mailbox>" # tag as unstarred
|
||||||
|
|
||||||
|
|
||||||
# keys bindings
|
# keys bindings
|
||||||
|
|
Loading…
Reference in a new issue