summaryrefslogtreecommitdiff
path: root/emacs/.config/emacs/lisp/kj-email.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.config/emacs/lisp/kj-email.el')
-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