X-Git-Url: https://rtime.felk.cvut.cz/gitweb/notmuch.git/blobdiff_plain/3c13bc0321baaf340663779d6fce2b1f34c1c2c3..9d4ff29ad86e24d0cc3500ca1d0ef2ab91cde222:/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[]);