Austin Clements <amdragon-3s7WtUTddSA at public.gmane.org> writes: > Istvan, did you make any progress on this patch since the last > version? I seem to recall it just needed general cleanup (code style > and such) and a better answer for backwards compatibility (the > unfortunate " " thing).
I have been using the version that encodes empty headers to " " but another way to handle this is to simply not set a VALUE for empty headers and then fall back to the original parsing method for these messages. Emails without from/subject/message-id headers are not very common so perhaps this is a good compromise. Below is the patch without the " " hack. -------------- next part -------------- A non-text attachment was scrubbed... Name: notmuch-value2.patch Type: text/x-patch Size: 3026 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20110712/195bdc4a/attachment.bin> -------------- next part -------------- -- Istvan
