]> git.notmuchmail.org Git - notmuch/commit - bindings/python/notmuch/message.py
fix format string in Message.__unicode__
authorPatrick Totzke <patricktotzke@googlemail.com>
Tue, 6 Dec 2011 20:22:43 +0000 (20:22 +0000)
committerSebastian Spaeth <Sebastian@SSpaeth.de>
Tue, 6 Dec 2011 20:56:40 +0000 (21:56 +0100)
commitc4d824bc1ee4e49c86315cd3e7f0a4756aff3811
tree34a45a520799db12f93eca2fe96e99ca9eecd8b7
parente5564188e0e8ac25cf06c989c45dbb3e6b74c053
fix format string in Message.__unicode__

Since 2b0116119160f2dc83, Message.__str__ doesn't
construct a hash containing the thread data before
constructing the formatstring. This changes the formatstring
to accept positional parameters instead of a hash.
bindings/python/notmuch/message.py