]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-client.h
add part_sep formatter to replace "first" argument to part format functions
[notmuch] / notmuch-client.h
index 8899ab26f904cfca1aa0d611e0ce696c19cba8f2..5e8e3e53ae75ab049941ececa74ff2b7a387ef52 100644 (file)
@@ -66,9 +66,9 @@ typedef struct notmuch_show_format {
     const char *header_end;
     const char *body_start;
     void (*part) (GMimeObject *part,
-                 int *part_count,
-                 int first);
+                 int *part_count);
     void (*part_end) (GMimeObject *part);
+    const char *part_sep;
     const char *body_end;
     const char *message_end;
     const char *message_set_sep;