]> git.notmuchmail.org Git - notmuch/commitdiff
show: Unify JSON header output for messages and message parts
authorAustin Clements <amdragon@MIT.EDU>
Mon, 20 Feb 2012 00:26:26 +0000 (19:26 -0500)
committerDavid Bremner <bremner@debian.org>
Thu, 1 Mar 2012 12:28:13 +0000 (08:28 -0400)
This has three ramifications:
- Blank To and Cc headers are no longer output for messages.
- Dates are now canonicalized for messages, which means they always
  have a day of the week and GMT is printed +0000 (never -0000)
- Invalid From message headers are handled slightly differently, since
  they get parsed by GMime now instead of notmuch.


No differences found