X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-lib.el;h=b64aeab94a4997053d09e5dc41969344af123d24;hb=98cf886120066c20d0f6a69c6dcfc50741badca5;hp=47c74b9ef0a4323677000ec2591a85703120bf0f;hpb=159b05fcaa8f9cf717bef74ca098d9567c85fe4c;p=obsolete%2Fnotmuch-old diff --git a/emacs/notmuch-lib.el b/emacs/notmuch-lib.el index 47c74b9e..b64aeab9 100644 --- a/emacs/notmuch-lib.el +++ b/emacs/notmuch-lib.el @@ -33,6 +33,11 @@ :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 ()