aboutsummaryrefslogtreecommitdiffhomepage
path: root/notmuch-show.c
diff options
context:
space:
mode:
authorGravatar Austin Clements <amdragon@MIT.EDU>2012-04-07 20:57:50 -0400
committerGravatar David Bremner <bremner@debian.org>2012-04-15 09:42:15 -0300
commit2886af551eaefb0ddc841753c11de6973e4baff0 (patch)
tree90d1696c994d8ceb7e85c2d9e90af8d330b23a1a /notmuch-show.c
parent67da35222c73672d61050c0561757c0b739e9195 (diff)
show: Remove empty message_set_{start,sep,end} fields
Setting these to NULL is equivalent to the empty string now.
Diffstat (limited to 'notmuch-show.c')
-rw-r--r--notmuch-show.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/notmuch-show.c b/notmuch-show.c
index aa909324..da4a797f 100644
--- a/notmuch-show.c
+++ b/notmuch-show.c
@@ -26,10 +26,7 @@ format_part_text (const void *ctx, mime_node_t *node,
int indent, const notmuch_show_params_t *params);
static const notmuch_show_format_t format_text = {
- .message_set_start = "",
.part = format_part_text,
- .message_set_sep = "",
- .message_set_end = ""
};
static notmuch_status_t
@@ -48,10 +45,7 @@ format_part_mbox (const void *ctx, mime_node_t *node,
int indent, const notmuch_show_params_t *params);
static const notmuch_show_format_t format_mbox = {
- .message_set_start = "",
.part = format_part_mbox,
- .message_set_sep = "",
- .message_set_end = ""
};
static notmuch_status_t
@@ -60,10 +54,7 @@ format_part_raw (unused (const void *ctx), mime_node_t *node,
unused (const notmuch_show_params_t *params));
static const notmuch_show_format_t format_raw = {
- .message_set_start = "",
.part = format_part_raw,
- .message_set_sep = "",
- .message_set_end = ""
};
static const char *