diff options
author | lassulus <lassulus@lassul.us> | 2017-11-28 18:03:30 +0100 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2017-11-28 18:03:30 +0100 |
commit | 10a96c644898d9498e9f75fa543ebb395ffbca20 (patch) | |
tree | 57db0c563d801cc1c6c3a8c4188e601653e8d9f1 | |
parent | fd1fa4e71ae66e263b245d792e35ec5128fd8399 (diff) |
l mail: don't show security mails
-rw-r--r-- | lass/2configs/mail.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lass/2configs/mail.nix b/lass/2configs/mail.nix index 91127f737..962efaf3f 100644 --- a/lass/2configs/mail.nix +++ b/lass/2configs/mail.nix @@ -76,6 +76,7 @@ let "INBOX" "notmuch://?query=tag:inbox \ and NOT to:nix-devel\ and NOT to:shackspace\ + and NOT to:security\ and NOT to:c-base" \ "shack" "notmuch://?query=to:shackspace"\ "c-base" "notmuch://?query=to:c-base"\ |