From 37bdd8987094220c84ec39f8f550753219f68bd4 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Wed, 11 Nov 2009 19:50:15 -0800 Subject: notmuch new: Unbreak after the addition of notmuch-config. Pull in the code from add-files.c now that notmuch_new_command is the only user, (we no longer have notmuch_setup_command adding any messages). --- notmuch.c | 1 + 1 file changed, 1 insertion(+) (limited to 'notmuch.c') diff --git a/notmuch.c b/notmuch.c index d0bd3d34..c47e6403 100644 --- a/notmuch.c +++ b/notmuch.c @@ -259,6 +259,7 @@ notmuch (void *ctx) "from a search. Finally, you may want to explore using a more sophisticated\n" "interface to notmuch such as the emacs interface implemented in notmuch.el\n" "or any other interface described at http://notmuchmail.org\n\n" + "And don't forget to run \"notmuch new\" whenever new mail arrives.\n\n" "Have fun, and may your inbox never have much mail.\n\n", notmuch_config_get_user_name (config), notmuch_config_get_user_primary_email (config)); -- cgit v1.2.3