From: Dirk Hohndel Date: Mon, 26 Apr 2010 19:58:34 +0000 (-0700) Subject: Make Received: header special in notmuch_message_file_get_header X-Git-Tag: 0.3~40 X-Git-Url: https://git.notmuchmail.org/git?a=commitdiff_plain;h=5b8b0377cb68904eac8fc58a933d47f605a81725;hp=5b8b0377cb68904eac8fc58a933d47f605a81725;p=notmuch Make Received: header special in notmuch_message_file_get_header With this patch the Received: header becomes special in the way we treat headers - this is the only header for which we concatenate all the instances we find (instead of just returning the first one). This will be used in the From guessing code for replies as we need to be able to walk ALL of the Received: headers in a message to have a good chance to guess which mailbox this email was delivered to. Signed-off-by: Dirk Hohndel ---