diff options
author | jao <jao@gnu.org> | 2022-08-27 03:29:34 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-08-27 03:31:24 +0100 |
commit | b820b18d7814c5291236d3aed26d34c6fc9c4d8d (patch) | |
tree | e783fda019b32e830839155257e17d8cc0942904 /custom | |
parent | 5718c83892fe4989712d362ecf653fb7926d7985 (diff) | |
download | elibs-b820b18d7814c5291236d3aed26d34c6fc9c4d8d.tar.gz elibs-b820b18d7814c5291236d3aed26d34c6fc9c4d8d.tar.bz2 |
nits
Diffstat (limited to 'custom')
-rw-r--r-- | custom/jao-custom-notmuch.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/custom/jao-custom-notmuch.el b/custom/jao-custom-notmuch.el index 9ca937c..86555d1 100644 --- a/custom/jao-custom-notmuch.el +++ b/custom/jao-custom-notmuch.el @@ -146,7 +146,6 @@ (jao-notmuch-def-searches dynamic `(,(jao-notmuch--q "new" nil "nn" '("tag:new" "not tag:draft")) - ,(jao-notmuch--q "unread" nil "nu" '("tag:unread")) ,(jao-notmuch--q "jao" "drafts" "d" '("tag:draft")) ,(jao-notmuch--q "bml" "today" "tb" '("tag:bigml" "date:24h..")) ,(jao-notmuch--q "jao" "today" "tj" |