diff options
-rw-r--r-- | notmuch.org | 16 |
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 ")) |