summaryrefslogtreecommitdiff
path: root/alot/helper.py
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2014-08-02 18:09:50 +0200
committerPatrick Totzke <patricktotzke@gmail.com>2014-08-02 18:12:22 +0200
commit3d28af6ba7e8e145c7d22d876179d558fe0ac5d5 (patch)
tree909bf5e2152a3775547fbc1dce70041439ea9518 /alot/helper.py
parent30dbe55e0281210af339a13fa6c12c7aa5167313 (diff)
fix small stuff in the docs
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:'):