]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-client.h
emacs: allow notmuch-tag to accept string inputs and prompt for tags
[notmuch] / notmuch-client.h
index 880b153e70875a7cd0165fae989a5203f86015c8..19b7f01f09889fe06be8864fa179a7a931e5af78 100644 (file)
@@ -70,29 +70,6 @@ typedef struct notmuch_show_format {
     notmuch_status_t (*part) (const void *ctx,
                              struct mime_node *node, int indent,
                              const struct notmuch_show_params *params);
-    const char *message_start;
-    void (*message) (const void *ctx,
-                    notmuch_message_t *message,
-                    int indent);
-    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,
-                       int *part_count);
-    void (*part_encstatus) (int status);
-#ifdef GMIME_ATLEAST_26
-    void (*part_sigstatus) (GMimeSignatureList* siglist);
-#else
-    void (*part_sigstatus) (const GMimeSignatureValidity* validity);
-#endif
-    void (*part_content) (GMimeObject *part);
-    void (*part_end) (GMimeObject *part);
-    const char *part_sep;
-    const char *body_end;
-    const char *message_end;
     const char *message_set_sep;
     const char *message_set_end;
 } notmuch_show_format_t;
@@ -184,11 +161,6 @@ notmuch_time_elapsed (struct timeval start, struct timeval end);
 char *
 query_string_from_args (void *ctx, int argc, char *argv[]);
 
-notmuch_status_t
-show_message_body (notmuch_message_t *message,
-                  const notmuch_show_format_t *format,
-                  notmuch_show_params_t *params);
-
 notmuch_status_t
 show_one_part (const char *filename, int part);