diff options
author | W. Trevor King <wking@drexel.edu> | 2010-01-20 15:44:39 -0500 |
---|---|---|
committer | W. Trevor King <wking@drexel.edu> | 2010-01-20 15:44:39 -0500 |
commit | 55f1e8588edc35410dd16b883e7cddd06ebc4ed6 (patch) | |
tree | ddfe7a95b1870036a4ab8cafe7ab43a624125fa5 /libbe/ui/command_line.py | |
parent | c8985785eb741ff646082879f1ca5e9cfe3873b0 (diff) | |
download | bugseverywhere-55f1e8588edc35410dd16b883e7cddd06ebc4ed6.tar.gz |
Strip footers (signatures) in be-mail-to-xml
Diffstat (limited to 'libbe/ui/command_line.py')
-rw-r--r-- | libbe/ui/command_line.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbe/ui/command_line.py b/libbe/ui/command_line.py index 9c97eec..89d791d 100644 --- a/libbe/ui/command_line.py +++ b/libbe/ui/command_line.py @@ -314,7 +314,7 @@ def main(): command = Class(ui=ui) ui.setup_command(command) - if command.name in ['comment', 'commit', 'serve']: + if command.name in ['comment', 'commit', 'import-xml', 'serve']: paginate = 'never' else: paginate = 'auto' |