From 4369b464da69ab0af81823eb779c031a63d5e340 Mon Sep 17 00:00:00 2001 From: Patrick Totzke Date: Tue, 20 Dec 2011 10:44:42 +0000 Subject: added --attach parameter to compose cmd --- alot/init.py | 1 + 1 file changed, 1 insertion(+) (limited to 'alot/init.py') 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): -- cgit v1.2.3