[Backport] Fix a problem with mandrill email backend

remotes/origin/issue/4795/notification_even_they_are_disabled
David Barragán Merino 2016-02-23 12:31:52 +01:00
parent 381e0b005d
commit 334282f263
1 changed files with 1 additions and 1 deletions

View File

@ -466,4 +466,4 @@ def make_ms_thread_index(msg_id, dt):
thread_bin += md5.digest()
# base64 encode
return base64.b64encode(thread_bin)
return str(base64.b64encode(thread_bin))