summaryrefslogtreecommitdiff
path: root/alot/init.py
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2011-12-20 10:44:42 +0000
committerPatrick Totzke <patricktotzke@gmail.com>2011-12-20 10:44:42 +0000
commit4369b464da69ab0af81823eb779c031a63d5e340 (patch)
treea47b78af8bc30d9c66c5e50463379e40fa0716dd /alot/init.py
parent88c03aa51bc945f708db32906d4e0940f7dbb90f (diff)
added --attach parameter to compose cmd
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):