From 06cd608538c8f544b8105f9fdf6635aaac70510b Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Wed, 26 May 2021 17:47:34 -0400 Subject: notmuch-search-oldest-first: Set with setq-default Needed as of Notmuch's 42d32713 (emacs: define a few variables as automatically buffer-local, 2021-01-15). --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3