From 6bd01e1b340f6a209dde64471bc9d7137511dada Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Wed, 11 Nov 2009 17:33:31 -0800 Subject: notmuch: Move welcome messages from "notmuch" to "notmuch setup". It's quite possible for someone to read the documentation and run "notmuch setup" rather than just "notmuch". In that case, we don't want to be any less welcoming. --- notmuch-client.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'notmuch-client.h') diff --git a/notmuch-client.h b/notmuch-client.h index 02ff8b74..f3396d0d 100644 --- a/notmuch-client.h +++ b/notmuch-client.h @@ -145,7 +145,9 @@ show_message_body (const char *filename, typedef struct _notmuch_config notmuch_config_t; notmuch_config_t * -notmuch_config_open (void *ctx, const char *filename); +notmuch_config_open (void *ctx, + const char *filename, + notmuch_bool_t *is_new_ret); void notmuch_config_close (notmuch_config_t *config); -- cgit v1.2.3