From 32e745124ad94b814b46750d2db49d7b902f2f20 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Thu, 15 Feb 2024 09:54:55 -0500 Subject: update --- emacs/.config/emacs/lisp/kj-email.el | 5 +++-- 1 file 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 -- cgit v1.2.3