diff options
author | lassulus <lassulus@lassul.us> | 2017-07-31 13:48:26 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2017-07-31 13:48:26 +0200 |
commit | 189ad95fe2e61ca3216eb292a50d939ebdb60cd9 (patch) | |
tree | 892961fd78c32ba2f86457251d9134a9f058527c | |
parent | cb817eadd591eb5b777df1b879fd0bf34a4c36cc (diff) |
l mail: move MLs to extra folder
-rw-r--r-- | lass/2configs/mail.nix | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/lass/2configs/mail.nix b/lass/2configs/mail.nix index 9f5e3d523..fe82fea59 100644 --- a/lass/2configs/mail.nix +++ b/lass/2configs/mail.nix @@ -65,8 +65,15 @@ let ''} %r |" virtual-mailboxes \ - "INBOX" "notmuch://?query=tag:inbox and NOT tag:killed"\ + "INBOX" "notmuch://?query=tag:inbox \ + and NOT tag:killed \ + and NOT to:shackspace \ + and NOT to:c-base \ + and NOT to:nix-devel"\ "Unread" "notmuch://?query=tag:unread"\ + "shack" "notmuch://?query=to:shackspace"\ + "c-base" "notmuch://?query=to:c-base"\ + "nix" "notmuch://?query=to:nix-devel"\ "TODO" "notmuch://?query=tag:TODO"\ "Starred" "notmuch://?query=tag:*"\ "Archive" "notmuch://?query=tag:archive"\ |