summaryrefslogtreecommitdiff
path: root/alot/helper.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/helper.py')
-rw-r--r--alot/helper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/helper.py b/alot/helper.py
index cdc471bc..8f49cfff 100644
--- a/alot/helper.py
+++ b/alot/helper.py
@@ -48,6 +48,6 @@ def cmd_output(command_line):
args = shlex.split(command_line)
return subprocess.check_output(args)
+
def parse_addr(addr):
return email.Utils.parseaddr(addr)
-