From: David Bremner Date: Sun, 4 Jun 2017 12:32:27 +0000 (-0300) Subject: lib: refactor notmuch_database_add_message header parsing X-Git-Tag: 0.26_rc0~219 X-Git-Url: https://git.notmuchmail.org/git?a=commitdiff_plain;ds=sidebyside;h=4fdabd636e1b0417bb40c71bdce64e18f0f347e2;hp=4fdabd636e1b0417bb40c71bdce64e18f0f347e2;p=notmuch lib: refactor notmuch_database_add_message header parsing This function is large and hard to understand and modify. Start to break it down into meaningful pieces. ---