summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--alot/db/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/db/utils.py b/alot/db/utils.py
index c0fc09f3..811de306 100644
--- a/alot/db/utils.py
+++ b/alot/db/utils.py
@@ -405,7 +405,7 @@ def remove_cte(part, as_string=False):
raw_payload = base64.b64decode(payload)
else:
raise Exception(
- 'Unknown Content-Transfer-Encoding {}'.format(cte))
+ 'Unknown Content-Transfer-Encoding: "{}"'.format(cte))
# message.get_payload(decode=True) also handles a number of unicode
# encodindigs. maybe those are useful?
if not as_string: