summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2024-02-15 09:54:55 -0500
committerKjetil Orbekk <kj@orbekk.com>2024-02-15 09:54:55 -0500
commit32e745124ad94b814b46750d2db49d7b902f2f20 (patch)
tree1e614018f958c521f8dbf411ccc4e4ba4dd27252
parent43b1f2da153821f64d10d7f0cddc7b3722e39101 (diff)
update
-rw-r--r--emacs/.config/emacs/lisp/kj-email.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/emacs/.config/emacs/lisp/kj-email.el b/emacs/.config/emacs/lisp/kj-email.el
index 242b772..091ab0e 100644
--- a/emacs/.config/emacs/lisp/kj-email.el
+++ b/emacs/.config/emacs/lisp/kj-email.el
@@ -10,6 +10,9 @@
(:map notmuch-hello-mode-map
;; ("T" . kj/notmuch-tree-by-tag)
)
+ :custom
+ (;; Display newest first.
+ notmuch-search-oldest-first nil)
:config
(with-eval-after-load 'message
(setq message-mail-user-agent 'notmuch-user-agent
@@ -23,8 +26,6 @@
notmuch-hello-tag-list-make-query "tag:unread"
notmuch-archive-tags '("-inbox" "-unread")
notmuch-fcc-dirs nil
- ;; Display newest first.
- notmuch-search-oldest-first nil
notmuch-show-logo nil
notmuch-mua-cite-function 'message-cite-original-without-signature
notmuch-wash-citation-lines-prefix most-positive-fixnum