X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=notmuch-client.h;h=fba282428470093a28f4caf57cbe2671c6c3a3f9;hb=096d45a878ba9606f1677f66d346b14c3c274fa5;hp=0985a7b0a334006904814cfe2e5b2d4127976ec2;hpb=e4890b5bf9e2260b36bcc36ddb77d8e97e2abe7d;p=notmuch diff --git a/notmuch-client.h b/notmuch-client.h index 0985a7b0..fba28242 100644 --- a/notmuch-client.h +++ b/notmuch-client.h @@ -276,15 +276,6 @@ void notmuch_config_set_database_path (notmuch_config_t *config, const char *database_path); -#if (GMIME_MAJOR_VERSION < 3) -const char * -notmuch_config_get_crypto_gpg_path (notmuch_config_t *config); - -void -notmuch_config_set_crypto_gpg_path (notmuch_config_t *config, - const char *gpg_path); -#endif - const char * notmuch_config_get_user_name (notmuch_config_t *config); @@ -481,6 +472,11 @@ print_status_query (const char *loc, const notmuch_query_t *query, notmuch_status_t status); +notmuch_status_t +print_status_message (const char *loc, + const notmuch_message_t *message, + notmuch_status_t status); + notmuch_status_t print_status_database (const char *loc, const notmuch_database_t *database,