]> git.cworth.org Git - obsolete/notmuch-old/commit
notmuch reply: Prevent GMIME assertion complaints for empty Reply-to header.
authorCarl Worth <cworth@cworth.org>
Thu, 4 Feb 2010 20:32:28 +0000 (12:32 -0800)
committerCarl Worth <cworth@cworth.org>
Thu, 4 Feb 2010 20:42:09 +0000 (12:42 -0800)
commit62379f3dee5bc3673007271bc43ecc2587ac4e22
tree724404f07a745c349bb21b38bea415f37acaa0d6
parent82e47ec92b41973567f4d89bbd6afdb22fc634bd
notmuch reply: Prevent GMIME assertion complaints for empty Reply-to header.

Apparently, GMime doesn't want to create a valid address list object
for an empty string. That's annoying, but it's easy enough to test for
the empty string and avoid the problem.
notmuch-reply.c