X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-client.h;h=f39900a929aa23a4862cfdb7d41568dbac4ff494;hp=50f31fa1094e4d5c58bd5649378c0d5803ed6612;hb=357aba3ec8177c11a7ce22cbe26d92482f6a5e53;hpb=50144f95cababfb73027ca95ad1fb303c235a893 diff --git a/notmuch-client.h b/notmuch-client.h index 50f31fa1..f39900a9 100644 --- a/notmuch-client.h +++ b/notmuch-client.h @@ -102,6 +102,9 @@ notmuch_dump_command (void *ctx, int argc, char *argv[]); int notmuch_new_command (void *ctx, int argc, char *argv[]); +int +notmuch_reply_command (void *ctx, int argc, char *argv[]); + int notmuch_restore_command (void *ctx, int argc, char *argv[]); @@ -117,13 +120,6 @@ notmuch_show_command (void *ctx, int argc, char *argv[]); int notmuch_tag_command (void *ctx, int argc, char *argv[]); -notmuch_status_t -add_files (notmuch_database_t *notmuch, const char *path, - add_files_state_t *state); - -char * -query_string_from_args (void *ctx, int argc, char *argv[]); - const char * notmuch_time_relative_date (void *ctx, time_t then); @@ -133,4 +129,15 @@ notmuch_time_print_formatted_seconds (double seconds); double notmuch_time_elapsed (struct timeval start, struct timeval end); +notmuch_status_t +add_files (notmuch_database_t *notmuch, const char *path, + add_files_state_t *state); + +char * +query_string_from_args (void *ctx, int argc, char *argv[]); + +notmuch_status_t +show_message_body (const char *filename, + void (*show_part) (GMimeObject *part, int *part_count)); + #endif