From 241a88ce2f3c8d76b5a63a202d8455757c0e751e Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Wed, 2 Oct 2013 16:30:47 -0400 Subject: notmuch-compact: Initial commit of CLI Introduce the user command exposing the new compaction facility. Signed-off-by: Ben Gamari --- notmuch-client.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'notmuch-client.h') 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); -- cgit v1.2.3