summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.