aboutsummaryrefslogtreecommitdiffhomepage
path: root/notmuch-client.h
diff options
context:
space:
mode:
authorGravatar Austin Clements <amdragon@MIT.EDU>2012-04-07 20:57:48 -0400
committerGravatar David Bremner <bremner@debian.org>2012-04-15 09:42:15 -0300
commit9070e5cc432b7dcad09a47508f6ade34ff63d47d (patch)
treecb1269c4f9d36906d0e1a0f9cdac8e5304b004bf /notmuch-client.h
parentae59f4ab4d6029dd1c3847d02a5928de207f7aa5 (diff)
show: Remove unused fields from notmuch_show_format
These fields were only used by old-style formatters.
Diffstat (limited to 'notmuch-client.h')
-rw-r--r--notmuch-client.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/notmuch-client.h b/notmuch-client.h
index f9fc0a67..19b7f01f 100644
--- a/notmuch-client.h
+++ b/notmuch-client.h
@@ -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;