summaryrefslogtreecommitdiff
path: root/alot/message.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/message.py')
-rw-r--r--alot/message.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/alot/message.py b/alot/message.py
index ca4c5a83..b9593fee 100644
--- a/alot/message.py
+++ b/alot/message.py
@@ -277,3 +277,4 @@ class Attachment:
FILE = open(path, "w")
FILE.write(self.part.get_payload(decode=True))
FILE.close()
+ return path