From 757e06f74bb7b5f69c0a20c7a5432150e074055d Mon Sep 17 00:00:00 2001 From: Jameson Graef Rollins Date: Wed, 25 May 2011 18:01:12 -0700 Subject: Use empty strings instead of NULL in format_reply structure. This keeps things consistent with notmuch-show, and prevents having to check for the existence of the field pointer for simple string output formats. --- notmuch-reply.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'notmuch-reply.c') diff --git a/notmuch-reply.c b/notmuch-reply.c index 8c5e76cc..79599358 100644 --- a/notmuch-reply.c +++ b/notmuch-reply.c @@ -29,12 +29,12 @@ reply_part (GMimeObject *part, unused (int *part_count)); static const notmuch_show_format_t format_reply = { - NULL, - NULL, NULL, - NULL, NULL, NULL, - NULL, reply_part, NULL, NULL, NULL, - NULL, NULL, - NULL + "", + "", NULL, + "", NULL, "", + "", reply_part, NULL, "", "", + "", "", + "" }; static void -- cgit v1.2.3