encoding of message-ids

Subject: encoding of message-ids

Date: Tue, 16 Feb 2016 08:38:09 -0400

To: notmuch@notmuchmail.org

Cc:

From: David Bremner


I spent a little time this morning staring at the code, and it seems
that all of the message-ids are parsed via g_mime_decode_text, which
deals with RFC2047 encodings and makes guesses at decoding 8bit
characters. In practice this means that in the notmuch database all
headers are UTF-8. Since message-id's are supposed to be printable ascii
[at least in rfc5322], this seems like not such a terrible decision, but
I wonder if we should document this potential conversion somewhere?

d


Thread: