commit cd5b2beffb7278c6379dfd4290fde918eec1b9cc
parent b12501cb68980455ca8a1b33c57b60512f210d9e
Author: Alex Balgavy <alex@balgavy.eu>
Date: Wed, 19 Jan 2022 16:42:05 +0100
emacs: put newest first in notmuch
Diffstat:
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/emacs/config.org b/emacs/config.org
@@ -1215,6 +1215,13 @@ Run notmuch-hook script on hello refresh, to move messages to folders according
#+begin_src emacs-lisp
(add-hook 'notmuch-hello-refresh-hook (lambda () (start-process "notmuch-hook" nil "notmuch-hook" "tags2folders")))
#+end_src
+
+Sort with newest first:
+
+#+begin_src emacs-lisp
+ (setq-default notmuch-search-oldest-first nil)
+#+end_src
+
* MPC
Set the windows I want to show: