summaryrefslogtreecommitdiffhomepage
path: root/notmuch.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-07-26 00:34:27 +0100
committerjao <jao@gnu.org>2021-07-26 00:35:01 +0100
commitdbb475ebfb7ef4a9b21e7174eeb9242db362c503 (patch)
tree80876c53e649a92f78820cad75f00f337678f562 /notmuch.org
parent1131ce49caab8ae372a41a70166474abf45047fd (diff)
downloadelibs-dbb475ebfb7ef4a9b21e7174eeb9242db362c503.tar.gz
elibs-dbb475ebfb7ef4a9b21e7174eeb9242db362c503.tar.bz2
notmuch: emacs queries
Diffstat (limited to 'notmuch.org')
-rw-r--r--notmuch.org18
1 files changed, 11 insertions, 7 deletions
diff --git a/notmuch.org b/notmuch.org
index 76e484c..4f9b3ee 100644
--- a/notmuch.org
+++ b/notmuch.org
@@ -76,10 +76,10 @@
,@(jao-notmuch--mboxes-search "jao")
,(jao-notmuch--q "feeds" "papers" "fp" '("tag:papers" "tag:new"))
,(jao-notmuch--q "local" nil "l" '("tag:local" "tag:new"))
- ,(jao-notmuch--q "gmane" "emacs" "e")
- ,(jao-notmuch--q "gmane" nil "g"
- '("tag:gmane" "tag:new"
- "not tag:emacs" "not tag:papers"))
+ ,(jao-notmuch--q "emacs" "github" "eg" '("tag:new" "tag:emacs-github"))
+ ,(jao-notmuch--q "emacs" "devel" "ed" '("tag:new" "tag:emacs-devel"))
+ ,(jao-notmuch--q "emacs" "bugs" "eb" '("tag:new" "tag:emacs-bugs"))
+ ,(jao-notmuch--q "emacs" "diffs" "ec" '("tag:new" "tag:emacs-diffs"))
,@(jao-notmuch--mboxes-search "feeds")
,(jao-notmuch--q "bml" "today" "tb" '("tag:bigml" "date:1d..") t)
,(jao-notmuch--q "jao" "today" "tj"
@@ -118,6 +118,7 @@
:init
(setq notmuch-draft-folder "jao/drafts"
notmuch-draft-quoted-tags '("part")
+ notmuch-column-control 1.0
notmuch-hello-sections '(notmuch-hello-insert-saved-searches
notmuch-hello-insert-alltags
notmuch-hello-insert-header)
@@ -185,19 +186,22 @@
:bind (:map notmuch-hello-mode-map
(("a" . jao-notmuch-refresh-agenda)
+ ("n" . widget-forward)
("S" . consult-notmuch)
("g" . jao-notmuch-refresh-hello)
("." . jao-notmuch-hello-first)
("SPC" . widget-button-press))
:map notmuch-common-keymap
(("E" . jao-notmuch-open-enclosure))))
- #+end_src
-* tree view
- #+begin_src emacs-lisp
+
(use-package jao-notmuch
:demand t
:config (setq jao-notmuch-mailboxes (jao-mailbox-folders)))
+
+ #+end_src
+* tree view
+ #+begin_src emacs-lisp
(use-package notmuch-tree
:config