From f23720e7d42bb963768530499f39b16ba4c8d50d Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Mon, 29 Apr 2013 16:14:36 +0200 Subject: [PATCH] show newest msgs first --- notmuch-config.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/notmuch-config.el b/notmuch-config.el index e72b8cf..55252a5 100644 --- a/notmuch-config.el +++ b/notmuch-config.el @@ -2,7 +2,8 @@ '(mm-text-html-renderer 'w3m) '(send-mail-function 'sendmail-send-it) '(sendmail-program "sendmail") - '(message-kill-buffer-on-exit t)) + '(message-kill-buffer-on-exit t) + '(notmuch-search-oldest-first nil)) ; swap r and R (define-key notmuch-show-mode-map "r" 'notmuch-show-reply)