mail: fixing mail stuff
This commit is contained in:
parent
961f4ab8f4
commit
787ce1f536
2 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@ let
|
|||
tags = [ "+junk" "-unread" "-inbox" ];
|
||||
}
|
||||
{
|
||||
query = "from:space-left.org of to:space-left.org";
|
||||
query = "from:space-left.org OR to:space-left.org";
|
||||
tags = [ "+spaceleft" "+list" ];
|
||||
}
|
||||
{
|
||||
|
|
|
@ -228,7 +228,7 @@ in {
|
|||
|
||||
virtual-mailboxes "INBOX" "notmuch://?query=(tag:inbox or (tag:sent and not tag:archive)) AND NOT tag:discourse AND NOT tag:muted AND NOT tag:list AND NOT tag:billing"
|
||||
virtual-mailboxes "Unread" "notmuch://?query=(tag:unread AND NOT tag:muted)"
|
||||
virtual-mailboxes "Space left" "notmuch://?query=(tag:spaceleft AND NOT tag:muted)"
|
||||
virtual-mailboxes "Space left" "notmuch://?query=((tag:spaceleft OR tag:space-lef) AND NOT tag:muted)"
|
||||
virtual-mailboxes "Sononym" "notmuch://?query=(tag:sononym AND NOT tag:muted)"
|
||||
virtual-mailboxes "c-base" "notmuch://?query=(tag:cbase AND NOT tag:muted)"
|
||||
virtual-mailboxes "shopping" "notmuch://?query=((tag:billing OR tag:shopping) AND NOT tag:muted)"
|
||||
|
|
Loading…
Reference in a new issue