From 11a1cd1dcef0489859a04961f9cebf88174f38bb Mon Sep 17 00:00:00 2001 From: jao Date: Mon, 10 Jan 2022 23:37:01 +0000 Subject: notmuch: obsolete code removed --- notmuch.org | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) (limited to 'notmuch.org') diff --git a/notmuch.org b/notmuch.org index b571bff..013587f 100644 --- a/notmuch.org +++ b/notmuch.org @@ -78,22 +78,21 @@ "gmane" "feeds" "rss" "mce" "trove" "prog" "emacs")))) (defvar jao-notmuch--feed-tags - '("clojure" + '("news" + "fun" + "words" "computers" + "lobsters" + "clojure" "erlang" - "fun" - "gr-qc" "haskell" - "jao" "lisp" - "lobsters" - "math" - "news" + "scheme" "philosophy" + "math" "physics" - "quant-ph" - "scheme" - "words")) + "gr-qc" + "quant-ph")) (setq notmuch-saved-searches `(,(jao-notmuch--q "bigml" "inbox" "bi") @@ -123,7 +122,7 @@ ,(jao-notmuch--q "jao" "today" "tj" '("tag:jao" "date:24h.." "not tag:\"/(feeds|spam|local)/\"")) - ,(jao-notmuch--q "feeds" "today" "tf" '("tag:feeds" "date:24h..")) + ;; ,(jao-notmuch--q "feeds" "today" "tf" '("tag:feeds" "date:24h..")) ,(jao-notmuch--q "bml" "flagged" "rb" '("tag:flagged" "tag:bigml")) ,(jao-notmuch--q "bml" "todo" "btt" '("tag:todo" "tag:bigml")) ,(jao-notmuch--q "jao" "flagged" "rj" '("tag:flagged" "not tag:bigml")) @@ -359,7 +358,9 @@ ("count" . "%-7s ") ("authors" . "%-35s") ("subject" . " %-100s") - (jao-notmuch-format-tags . " (%s)"))) + (jao-notmuch-format-tags . " (%s)")) + notmuch-search-buffer-name-format "*%s*" + notmuch-saved-search-buffer-name-format "*%s*") :bind (:map notmuch-search-mode-map (("RET" . notmuch-tree-from-search-thread) ("M-RET" . notmuch-search-show-thread)))) -- cgit v1.2.3