From 248b288c0732d2dffbe589fd407c8458346d9768 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Fri, 23 May 2014 22:09:56 -0400 Subject: Show newest messages first in notmuch searches --- lisp/init-gnus.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lisp') diff --git a/lisp/init-gnus.el b/lisp/init-gnus.el index faf5917..fe3227b 100644 --- a/lisp/init-gnus.el +++ b/lisp/init-gnus.el @@ -154,7 +154,8 @@ A new buffer with the patch contents is opened in another window." (define-key notmuch-show-mode-map (kbd "C-c C-c") 'km/notmuch-goto-message-in-gnus) (add-hook 'gnus-group-mode-hook 'km/notmuch-shortcut) -(setq notmuch-fcc-dirs nil) +(setq notmuch-fcc-dirs nil + notmuch-search-oldest-first nil) ;; Modified from ;; http://emacs-fu.blogspot.com/2008/12/some-simple-tricks-boxquote-footnote.html. -- cgit v1.2.3