]> git.notmuchmail.org Git - notmuch/blobdiff - lib/notmuch-private.h
Make Received: header special in notmuch_message_file_get_header
[notmuch] / lib / notmuch-private.h
index 6e83cc376c2588ea842967fd9bd5b730dc052bbf..3768d6f88d034bd3fe4401fa8993b56d6cd0deb5 100644 (file)
@@ -344,6 +344,9 @@ notmuch_message_file_restrict_headersv (notmuch_message_file_t *message,
  *
  * The header name is case insensitive.
  *
+ * The Received: header is special - for it all Received: headers in
+ * the message are concatenated
+ *
  * The returned value is owned by the notmuch message and is valid
  * only until the message is closed. The caller should copy it if
  * needing to modify the value or to hold onto it for longer.