diff options
author | lassulus <lassulus@lassul.us> | 2017-08-16 11:38:45 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2017-08-16 11:38:45 +0200 |
commit | f8c0bcf1e9e4d4dd660e6fe82017e28dbbfd6024 (patch) | |
tree | 4e678e8a2e863299309a7ff98535c96dfcee7801 /lass/2configs | |
parent | f328ae8948d0f6c7070803adbf036872e1667ff4 (diff) |
l mail: show unread first
Diffstat (limited to 'lass/2configs')
-rw-r--r-- | lass/2configs/mail.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lass/2configs/mail.nix b/lass/2configs/mail.nix index ee0c3f938..9f9bb24fa 100644 --- a/lass/2configs/mail.nix +++ b/lass/2configs/mail.nix @@ -72,13 +72,13 @@ let ''} %r |" 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"\ - "Unread" "notmuch://?query=tag:unread"\ "shack" "notmuch://?query=to:shackspace"\ "c-base" "notmuch://?query=to:c-base"\ "security" "notmuch://?query=to:securityfocus or from:security-alert@hpe.com"\ |