]> git.cworth.org Git - notmuch/commit
add_message: Fix segfault for message with no Date header.
authorCarl Worth <cworth@cworth.org>
Fri, 6 Nov 2009 17:31:03 +0000 (09:31 -0800)
committerCarl Worth <cworth@cworth.org>
Fri, 6 Nov 2009 17:31:03 +0000 (09:31 -0800)
commit98afc279573bfd9528056cb1e9398a286d97a8a3
tree297425c420de0ed9b463d1a54fcbd27d014bd201
parent306e19f5ddec1b10a0e99ccc54823544187e7ac3
add_message: Fix segfault for message with no Date header.

I'd fixed this earlier when I had a private copy of GMime's
date-parsing code, but I lost the fix when I recently switched to
calling the GMime function.
message.cc