aboutsummaryrefslogtreecommitdiffhomepage
path: root/notmuch-client.h
diff options
context:
space:
mode:
authorGravatar Ben Gamari <bgamari.foss@gmail.com>2013-10-02 16:30:47 -0400
committerGravatar David Bremner <bremner@debian.org>2013-10-09 21:47:13 -0300
commit241a88ce2f3c8d76b5a63a202d8455757c0e751e (patch)
tree641e7e78a7856e18b3fad4385cb407ffe4aca901 /notmuch-client.h
parent0bd11b654e048a2ba562137c76d51296808b1a5d (diff)
notmuch-compact: Initial commit of CLI
Introduce the user command exposing the new compaction facility. Signed-off-by: Ben Gamari <bgamari.foss@gmail.com>
Diffstat (limited to 'notmuch-client.h')
-rw-r--r--notmuch-client.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/notmuch-client.h b/notmuch-client.h
index afb0ddf9..0bfa4da9 100644
--- a/notmuch-client.h
+++ b/notmuch-client.h
@@ -204,6 +204,9 @@ notmuch_tag_command (notmuch_config_t *config, int argc, char *argv[]);
int
notmuch_config_command (notmuch_config_t *config, int argc, char *argv[]);
+int
+notmuch_compact_command (notmuch_config_t *config, int argc, char *argv[]);
+
const char *
notmuch_time_relative_date (const void *ctx, time_t then);