X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-client.h;h=b50cb38b335afe819b989f2e94d9be2c5492c7ba;hp=63be33741a212ac2ed03434418373c1481faff76;hb=51c3c0b2d27c8d0ba8e1ae242fd907c59f82d992;hpb=5143e5e840b5e9d95611f57fdc9d4b27af6f0564 diff --git a/notmuch-client.h b/notmuch-client.h index 63be3374..b50cb38b 100644 --- a/notmuch-client.h +++ b/notmuch-client.h @@ -63,6 +63,7 @@ typedef struct notmuch_show_format { const char *header_start; void (*header) (const void *ctx, notmuch_message_t *message); + void (*header_message_part) (GMimeMessage *message); const char *header_end; const char *body_start; void (*part_start) (GMimeObject *part,