summaryrefslogtreecommitdiffhomepage
path: root/notmuch.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-08-23 02:53:22 +0100
committerjao <jao@gnu.org>2021-08-23 02:53:22 +0100
commitbc5799d5149781d1aa39a48a6ea22166fa12afc4 (patch)
tree831949524f5a9ad698a7e9359adcd02541619020 /notmuch.org
parent6cdf72e49d4737348c62b481b45b072fbf5cde6f (diff)
downloadelibs-bc5799d5149781d1aa39a48a6ea22166fa12afc4.tar.gz
elibs-bc5799d5149781d1aa39a48a6ea22166fa12afc4.tar.bz2
code dups
Diffstat (limited to 'notmuch.org')
-rw-r--r--notmuch.org16
1 files changed, 1 insertions, 15 deletions
diff --git a/notmuch.org b/notmuch.org
index 7dc37c6..0cb6261 100644
--- a/notmuch.org
+++ b/notmuch.org
@@ -35,22 +35,8 @@
(jao-minibuffer-add-variable 'jao-notmuch-minibuffer-string -20)
#+end_src
-* searches
+* saved searches
#+begin_src emacs-lisp
- (setq notmuch-tree-result-format
- '(("date" . "%12s ")
- ("authors" . "%-35s")
- ;; ("subject" . " %-96s")
- ((("tree" . " %s ") ("subject" . "%s")) . " %-100s")
- ("tags" . " (%s)"))
- notmuch-search-result-format
- '(("date" . "%12s ")
- ("count" . "%-7s ")
- ("authors" . "%-35s")
- ("subject" . "%-100s")
- ("tags" . "(%s)"))
- notmuch-unthreaded-result-format notmuch-tree-result-format)
-
(defvar jao-notmuch--new "tag:\"/^(unread|new)$/\"")
(defvar jao-notmuch--newa (concat jao-notmuch--new " AND "))