From 98cf886120066c20d0f6a69c6dcfc50741badca5 Mon Sep 17 00:00:00 2001 From: David Edmondson Date: Mon, 26 Apr 2010 16:07:04 +0100 Subject: emacs: `notmuch' should display the `notmuch-hello' interface Reviewed-by: Carl Worth The notmuch-hello functionality is now sufficiently useful that we want to make it the default view of notmuch for new users. This also effectively hides the "hello" name from the user, so we'll be free to change that in the implementation if necessary. This change also shuffles the requires between notmuch.el and notmuch-hello.el. This fixes things so that our documented (require 'notmuch) is sufficient for getting the notmuch-hello functionality. Finally, the shuffling caused the notmuch-search-oldest-first variable from one file to the other. While doing that, give this variable the defcustom treatment for easier customization. --- emacs/notmuch-lib.el | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'emacs/notmuch-lib.el') diff --git a/emacs/notmuch-lib.el b/emacs/notmuch-lib.el index 47c74b9..b64aeab 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 () -- cgit v1.2.3