]> git.notmuchmail.org Git - notmuch/commit
show: Use consistent header ordering in the text format
authorAustin Clements <amdragon@MIT.EDU>
Mon, 23 Jan 2012 02:31:12 +0000 (21:31 -0500)
committerDavid Bremner <bremner@debian.org>
Mon, 23 Jan 2012 11:41:46 +0000 (07:41 -0400)
commit0bd09f844677ba361318d129bd01e21b0f7c1bd9
tree523c3b7a0f279e48a409cf14462f520db98e6074
parent80771e3c76573613b18b700983e0d29fea5630a3
show: Use consistent header ordering in the text format

Previously, top-level message headers were printed as Subject, From,
To, Date, while embedded message headers were printed From, To,
Subject, Date.  This makes both cases use the former order and updates
the tests accordingly.

Strangely, the raw format also uses this function, so this also fixes
the two raw format tests affected by this change.
notmuch-show.c
test/multipart