From 619a2dc8e720569e9bc2c466c06b22fe80c6c3d0 Mon Sep 17 00:00:00 2001 From: jao Date: Sun, 2 Jan 2022 03:21:42 +0000 Subject: notmuch --- notmuch.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'notmuch.org') diff --git a/notmuch.org b/notmuch.org index 9a87a08..748fb28 100644 --- a/notmuch.org +++ b/notmuch.org @@ -75,7 +75,7 @@ (let* ((cmd (concat "notmuch search --output=tags tag:" w)) (ts (split-string (shell-command-to-string cmd)))) (seq-difference ts '("new" "unread" "flagged" "signed" "attachment" - "feeds" "rss" "mce" "trove" "prog" "emacs")))) + "gmane" "feeds" "rss" "mce" "trove" "prog" "emacs")))) (setq notmuch-saved-searches `(,(jao-notmuch--q "bigml" "inbox" "bi") @@ -90,7 +90,7 @@ ,(jao-notmuch--sq "emacs-bugs" "eb" "emacs" "bugs") ,(jao-notmuch--sq "emacs-diffs" "ec" "emacs" "diffs") ,@(mapcar #'jao-notmuch--sq (jao-notmuch--feed-tags "feeds")) - ,@(mapcar #'jao-notmuch--sq '("scheme" "notmuch" "erlang")) + ,@(mapcar #'jao-notmuch--sq '("scheme" "notmuch" "erlang" "idris")) ,(jao-notmuch--sec (jao-notmuch--qn "feeds" "prog" "fp" (cons "tag:prog" -- cgit v1.2.3