X-Git-Url: http://rtime.felk.cvut.cz/gitweb/notmuch.git/blobdiff_plain/3c13bc0321baaf340663779d6fce2b1f34c1c2c3..ce9f559b8642e0cc2eaffbf9dea9b3cbd46ee30d:/notmuch-client.h diff --git a/notmuch-client.h b/notmuch-client.h index e1efbe0c..5e0d4750 100644 --- a/notmuch-client.h +++ b/notmuch-client.h @@ -198,6 +198,9 @@ notmuch_restore_command (notmuch_config_t *config, int argc, char *argv[]); int notmuch_search_command (notmuch_config_t *config, int argc, char *argv[]); +int +notmuch_address_command (notmuch_config_t *config, int argc, char *argv[]); + int notmuch_setup_command (notmuch_config_t *config, int argc, char *argv[]);