diff options
author | Kyle Meyer <kyle@kyleam.com> | 2014-05-23 22:09:56 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2014-05-23 22:09:56 -0400 |
commit | 248b288c0732d2dffbe589fd407c8458346d9768 (patch) | |
tree | 5c6a9498616e6809d033ec7abfba97b84f5b15cd | |
parent | 326aa231ebadfbb776f458a2d14ec7b9b3508b0a (diff) | |
download | emacs.d-248b288c0732d2dffbe589fd407c8458346d9768.tar.gz |
Show newest messages first in notmuch searches
-rw-r--r-- | lisp/init-gnus.el | 3 |
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. |