show newest msgs first

This commit is contained in:
Gabriel Ebner 2013-04-29 16:14:36 +02:00
parent ebe9cdd4f4
commit f23720e7d4
1 changed files with 2 additions and 1 deletions

View File

@ -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)