]> git.notmuchmail.org Git - notmuch/commit
notmuch reply: Avoid segmentation fault when printing multiple parts
authorCarl Worth <cworth@cworth.org>
Tue, 24 May 2011 17:52:38 +0000 (10:52 -0700)
committerCarl Worth <cworth@cworth.org>
Tue, 24 May 2011 19:19:18 +0000 (12:19 -0700)
commitb825bce61d24963f5b9c9c94d89e306640ac104b
treebc6b697914fba2ff9a45ab04fed420891214e6da
parent916c2aa6247c6ef3d2a9c9c784cf4d3a5de263d0
notmuch reply: Avoid segmentation fault when printing multiple parts

The code was previously trying to print a NULL string in this case, which
is obviously what we don't want to do.
show-message.c