]> git.notmuchmail.org Git - notmuch/commit
Use empty strings instead of NULL in format_reply structure.
authorJameson Graef Rollins <jrollins@finestructure.net>
Thu, 26 May 2011 01:01:12 +0000 (18:01 -0700)
committerCarl Worth <cworth@cworth.org>
Fri, 27 May 2011 23:18:57 +0000 (16:18 -0700)
commit757e06f74bb7b5f69c0a20c7a5432150e074055d
treeb3061dd1e44d1b1d74d75e02ebafd24e0701ce53
parent5659d422315ebd46f80db739e28a58b51590b64f
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
show-message.c