]> git.notmuchmail.org Git - notmuch/commit - bindings/python/notmuch/message.py
decode headers from utf-8 to unicode
authorpatrick <p.totzke@ed.ac.uk>
Fri, 12 Aug 2011 13:23:28 +0000 (14:23 +0100)
committerSebastian Spaeth <Sebastian@SSpaeth.de>
Mon, 15 Aug 2011 13:48:50 +0000 (15:48 +0200)
commitee4579ad27b0f84650f0c211ea92e2f874df8044
treed017a69f8582560734ebd935d97139e06bc71ced
parentdc6b2b438236ed89c624e9c0bb035cc8321149cc
decode headers from utf-8 to unicode

as mail headers are stored as utf-8 in the index,
it is safe to return them as unicode strings directly
bindings/python/notmuch/message.py
bindings/python/notmuch/thread.py