summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2014-05-23 22:09:56 -0400
committerKyle Meyer <kyle@kyleam.com>2014-05-23 22:09:56 -0400
commit248b288c0732d2dffbe589fd407c8458346d9768 (patch)
tree5c6a9498616e6809d033ec7abfba97b84f5b15cd /lisp
parent326aa231ebadfbb776f458a2d14ec7b9b3508b0a (diff)
downloademacs.d-248b288c0732d2dffbe589fd407c8458346d9768.tar.gz
Show newest messages first in notmuch searches
Diffstat (limited to 'lisp')
-rw-r--r--lisp/init-gnus.el3
1 files changed, 2 insertions, 1 deletions
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.