aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2017-01-02 17:42:50 +0000
committerdakkar <dakkar@thenautilus.net>2017-01-02 17:42:50 +0000
commit2570cedfbdebb7666a335772a597011d00e118c9 (patch)
tree9623b98ab836937390977d87a124e9632af56f54 /lib
parentReplyTo can set a post address != return path (diff)
downloadSietima-2570cedfbdebb7666a335772a597011d00e118c9.tar.gz
Sietima-2570cedfbdebb7666a335772a597011d00e118c9.tar.bz2
Sietima-2570cedfbdebb7666a335772a597011d00e118c9.zip
remove unused --verbose option
Diffstat (limited to 'lib')
-rw-r--r--lib/Sietima.pm9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/Sietima.pm b/lib/Sietima.pm
index 7fdfcf5..94e082e 100644
--- a/lib/Sietima.pm
+++ b/lib/Sietima.pm
@@ -103,15 +103,6 @@ sub command_line_spec($self) {
return {
name => 'sietima',
title => 'a simple mailing list manager',
- options => [
- {
- name => 'verbose',
- summary => 'more chatty',
- type => 'flag',
- multiple => 1,
- aliases => ['v'],
- },
- ],
subcommands => {
send => {
op => 'handle_mail_from_stdin',