]> git.notmuchmail.org Git - notmuch/commit
emacs: `notmuch' should display the `notmuch-hello' interface
authorDavid Edmondson <dme@dme.org>
Mon, 26 Apr 2010 15:07:04 +0000 (16:07 +0100)
committerCarl Worth <cworth@cworth.org>
Mon, 26 Apr 2010 17:37:35 +0000 (10:37 -0700)
commit98cf886120066c20d0f6a69c6dcfc50741badca5
tree14c7e1ff8c3d10c0755f75ba581cb01e7584e7e5
parent159b05fcaa8f9cf717bef74ca098d9567c85fe4c
emacs: `notmuch' should display the `notmuch-hello' interface

Reviewed-by: Carl Worth <cworth@cworth.org>
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-hello.el
emacs/notmuch-lib.el
emacs/notmuch.el