]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/notmuch-lib.el
emacs: `notmuch' should display the `notmuch-hello' interface
[notmuch] / emacs / notmuch-lib.el
index 47c74b9ef0a4323677000ec2591a85703120bf0f..b64aeab94a4997053d09e5dc41969344af123d24 100644 (file)
   :type '(alist :key-type (string) :value-type (string))
   :group 'notmuch)
 
+(defcustom notmuch-search-oldest-first t
+  "Show the oldest mail first when searching."
+  :type 'boolean
+  :group 'notmuch)
+
 ;;
 
 (defun notmuch-version ()