diff options
-rw-r--r-- | init.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |