summaryrefslogtreecommitdiff
path: root/alot
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2012-10-03 06:07:23 -0700
committerPatrick Totzke <patricktotzke@gmail.com>2012-10-03 06:07:23 -0700
commit5ed59825ffaeaacea90ea10be4b932c60428ed8e (patch)
tree920be4aff2f363aba02be0b0b432a6d306f3e52d /alot
parent27c91058c49d8755d2813d5b78094f40f36ec905 (diff)
parente06ea39459db4396db44d32eff94038986823890 (diff)
Merge pull request #525 from a3nm/multiple-word-pipeto
Make pipeto work with multiple word commands
Diffstat (limited to 'alot')
-rw-r--r--alot/commands/thread.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/commands/thread.py b/alot/commands/thread.py
index 43d6e9c8..deed04b2 100644
--- a/alot/commands/thread.py
+++ b/alot/commands/thread.py
@@ -388,7 +388,7 @@ class ChangeDisplaymodeCommand(Command):
@registerCommand(MODE, 'pipeto', arguments=[
- (['cmd'], {'help':'shellcommand to pipe to'}),
+ (['cmd'], {'help':'shellcommand to pipe to', 'nargs': '+'}),
(['--all'], {'action': 'store_true', 'help':'pass all messages'}),
(['--format'], {'help':'output format', 'default':'raw',
'choices':['raw', 'decoded', 'id', 'filepath']}),