summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el
index b1ef829..4d254e7 100644
--- a/init.el
+++ b/init.el
@@ -2026,7 +2026,7 @@
(setq notmuch-hello-sections '(notmuch-hello-insert-saved-searches))
(setq notmuch-archive-tags '("-unread"))
(setq notmuch-draft-tags '("+draft" "-unread"))
- (setq notmuch-search-oldest-first nil)
+ (setq-default notmuch-search-oldest-first nil)
(setq notmuch-show-indent-messages-width 0)