summaryrefslogtreecommitdiff
path: root/alot/db/utils.py
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2013-12-01 17:39:53 +0000
committerPatrick Totzke <patricktotzke@gmail.com>2013-12-01 17:39:53 +0000
commitc04c3052add9aeb0b84d8b9a7c6200ecc2752d07 (patch)
tree63811ba3fa01e0b289e502cf2633f0b43b7f20da /alot/db/utils.py
parent8dfa339cb436dacfb11413dd278449b417e116e1 (diff)
add mailto-helper
Diffstat (limited to 'alot/db/utils.py')
-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 cfca8c4b..40b743b9 100644
--- a/alot/db/utils.py
+++ b/alot/db/utils.py
@@ -336,7 +336,7 @@ def decode_header(header, normalize=False):
decode a header value to a unicode string
values are usually a mixture of different substrings
- encoded in quoted printable using diffetrent encodings.
+ encoded in quoted printable using different encodings.
This turns it into a single unicode string
:param header: the header value