X-Git-Url: https://git.cworth.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-client.h;h=0bfa4da9606a4b62b052aec3a42e04148bceaccf;hp=afb0ddf9b946d42952dbf0188a56ba389525adea;hb=241a88ce2f3c8d76b5a63a202d8455757c0e751e;hpb=0bd11b654e048a2ba562137c76d51296808b1a5d 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);