diff options
author | lassulus <lassulus@lassul.us> | 2017-10-09 13:23:49 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2017-10-09 13:24:13 +0200 |
commit | 80788b158f5b13ad7b638cc8252d5a7b905092df (patch) | |
tree | 5f8b7cba37d8a0af159c032cd9e6811bc4ae4b21 /lass/2configs/mail.nix | |
parent | f34e78cab5f4a10a8e8e2a5c8ef99a1e643c23cf (diff) |
l mail: show inbox less strictly
Diffstat (limited to 'lass/2configs/mail.nix')
-rw-r--r-- | lass/2configs/mail.nix | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/lass/2configs/mail.nix b/lass/2configs/mail.nix index 7a9881186..91127f737 100644 --- a/lass/2configs/mail.nix +++ b/lass/2configs/mail.nix @@ -74,12 +74,9 @@ let virtual-mailboxes \ "Unread" "notmuch://?query=tag:unread"\ "INBOX" "notmuch://?query=tag:inbox \ - and NOT tag:killed \ - and NOT to:shackspace \ - and NOT to:c-base \ - and NOT from:security-alert@hpe.com \ and NOT to:nix-devel\ - and NOT to:radio"\ + and NOT to:shackspace\ + and NOT to:c-base" \ "shack" "notmuch://?query=to:shackspace"\ "c-base" "notmuch://?query=to:c-base"\ "security" "notmuch://?query=to:securityfocus or from:security-alert@hpe.com"\ |