X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=notmuch-client.h;h=fdfb94ad59879a4269c0cb3b7e4c2cd382e0cdf6;hb=fe9e163f199c43e23e3401cca976228340eb5f31;hp=bd75211ee136b301c0ba9a6b5101c5163dc81720;hpb=143d43687410aefec7988e2d785a63c60c6062b5;p=notmuch diff --git a/notmuch-client.h b/notmuch-client.h index bd75211e..fdfb94ad 100644 --- a/notmuch-client.h +++ b/notmuch-client.h @@ -110,9 +110,15 @@ notmuch_tag_command (void *ctx, int argc, char *argv[]); int notmuch_search_tags_command (void *ctx, int argc, char *argv[]); +int +notmuch_cat_command (void *ctx, int argc, char *argv[]); + int notmuch_part_command (void *ctx, int argc, char *argv[]); +int +notmuch_config_command (void *ctx, int argc, char *argv[]); + const char * notmuch_time_relative_date (const void *ctx, time_t then); @@ -174,7 +180,7 @@ void notmuch_config_set_user_primary_email (notmuch_config_t *config, const char *primary_email); -char ** +const char ** notmuch_config_get_user_other_email (notmuch_config_t *config, size_t *length); @@ -183,7 +189,7 @@ notmuch_config_set_user_other_email (notmuch_config_t *config, const char *other_email[], size_t length); -char ** +const char ** notmuch_config_get_new_tags (notmuch_config_t *config, size_t *length); void