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