summaryrefslogtreecommitdiff
path: root/alot/init.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/init.py')
-rwxr-xr-xalot/init.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/alot/init.py b/alot/init.py
index 547f142a..0231ec03 100755
--- a/alot/init.py
+++ b/alot/init.py
@@ -29,6 +29,7 @@ class ComposeOptions(usage.Options):
['cc', '', None, 'copy to'],
['bcc', '', None, 'blind copy to'],
['template', '', None, 'path to template file'],
+ ['attach', '', None, 'files to attach'],
]
def parseArgs(self, *args):