X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-client.h;h=5e0d47508c6af495c4c5097a29e9d5b5cc72742b;hp=e1efbe0c82520e1fc186c40f4a1eb3b9ef2634b3;hb=78a1575aa41de2b593ca47ff1ca72673f26088fa;hpb=3c13bc0321baaf340663779d6fce2b1f34c1c2c3 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[]);