summaryrefslogtreecommitdiff
path: root/alot/helper.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/helper.py')
-rw-r--r--alot/helper.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/alot/helper.py b/alot/helper.py
index fb95f706..2257ee8c 100644
--- a/alot/helper.py
+++ b/alot/helper.py
@@ -557,9 +557,10 @@ def parse_mailcap_nametemplate(tmplate='%s'):
def parse_mailto(mailto_str):
"""
Interpret mailto-string
+
:param mailto_str: the string to interpret. Must conform to :rfc:2368.
- :return: pair headers,body. headers is a dict mapping str to lists of str,
- body is a str.
+ :return: pair headers,body. headers is a dict mapping str to lists of
+ (str, body) is a str.
:rtype: (dict(str-->[str,..], str)
"""
if mailto_str.startswith('mailto:'):