summaryrefslogtreecommitdiffhomepage
path: root/notmuch.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-01-07 02:01:22 +0000
committerjao <jao@gnu.org>2022-01-07 02:01:22 +0000
commitb4f72844281ca33161f758b4fbd44c048bfc51fc (patch)
treeb88b134b5fb1b5caf31a127ad55f6bcbaa44e43c /notmuch.org
parentc95ba817188d6e2c1ae561c920f4589a0dfba750 (diff)
downloadelibs-b4f72844281ca33161f758b4fbd44c048bfc51fc.tar.gz
elibs-b4f72844281ca33161f758b4fbd44c048bfc51fc.tar.bz2
notmuch nits
Diffstat (limited to 'notmuch.org')
-rw-r--r--notmuch.org8
1 files changed, 6 insertions, 2 deletions
diff --git a/notmuch.org b/notmuch.org
index cac76cb..467b915 100644
--- a/notmuch.org
+++ b/notmuch.org
@@ -123,6 +123,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 "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"))
@@ -193,7 +194,7 @@
:init
:custom
((notmuch-address-use-company nil)
- (notmuch-draft-folder "jao.drafts")
+ (notmuch-draft-folder "drafts")
(notmuch-draft-quoted-tags '("part"))
(notmuch-address-internal-completion '(received nil))
(notmuch-fcc-dirs
@@ -248,7 +249,10 @@
(defun jao-notmuch-refresh-agenda ()
(interactive)
(save-window-excursion (org-agenda-list))
- (with-current-buffer "*Calendar*" (calendar-goto-today)))
+ (let ((b (current-buffer)))
+ (pop-to-buffer "*Calendar*")
+ (calendar-goto-today)
+ (pop-to-buffer b)))
(defun jao-notmuch-hello-first ()
(interactive)