aboutsummaryrefslogtreecommitdiffhomepage
path: root/notmuch-client.h
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2009-11-11 17:33:31 -0800
committerGravatar Carl Worth <cworth@cworth.org>2009-11-11 17:33:31 -0800
commit6bd01e1b340f6a209dde64471bc9d7137511dada (patch)
tree645bad24fe1d070e7ce3bd541d75ea225b4ab969 /notmuch-client.h
parentc884c30c30f97a857a0fae16d0d212632080361d (diff)
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.
Diffstat (limited to 'notmuch-client.h')
-rw-r--r--notmuch-client.h4
1 files changed, 3 insertions, 1 deletions
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);