aboutsummaryrefslogtreecommitdiff
path: root/notmuch-client.h
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2010-10-27 13:02:17 -0700
committerCarl Worth <cworth@cworth.org>2010-10-27 13:02:17 -0700
commitb9eac48c22f53f84ed1d9c1d8ca862a7b638c9ac (patch)
tree5b8670eb3bee7a3ab019c10bdcfeb5f7e8df3276 /notmuch-client.h
parent6c65fcd9aaf9307f6b08ab6b2c70c380ad6d3018 (diff)
notmuch: Add a new "notmuch config" command for querying configuration.
So far, we implement only "notmuch config get". It won't be too much work from here to also implement "notmuch config set".
Diffstat (limited to 'notmuch-client.h')
-rw-r--r--notmuch-client.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/notmuch-client.h b/notmuch-client.h
index 20be43b..d530578 100644
--- a/notmuch-client.h
+++ b/notmuch-client.h
@@ -113,6 +113,9 @@ notmuch_search_tags_command (void *ctx, int argc, char *argv[]);
int
notmuch_part_command (void *ctx, int argc, char *argv[]);
+int
+notmuch_config_command (void *ctx, int argc, char *argv[]);
+
const char *
notmuch_time_relative_date (const void *ctx, time_t then);
@@ -174,7 +177,7 @@ void
notmuch_config_set_user_primary_email (notmuch_config_t *config,
const char *primary_email);
-char **
+const char **
notmuch_config_get_user_other_email (notmuch_config_t *config,
size_t *length);