X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-lib.el;h=b64aeab94a4997053d09e5dc41969344af123d24;hb=3ac2727dae9a703324982cdb2ac243f195c8c958;hp=47c74b9ef0a4323677000ec2591a85703120bf0f;hpb=45ad21fba18730cdf76725b8a132fc52ba4190a7;p=notmuch 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 ()