--- trunk/sender.pl 2005/05/17 17:49:14 36 +++ trunk/sender.pl 2005/05/17 21:37:06 38 @@ -40,7 +40,6 @@ "inbox=s" => \$opt->{'inbox'}, "debug" => \$debug, "verbose" => \$verbose, - "email=s" => \$opt->{'email'}, ); my $nos = new Nos( @@ -127,9 +126,6 @@ email@example.com Optional full name of person dpavlin@rot13.org Dobrica Pavlinusic -You may use C<--email> parametar at any time to set From: e-mail address for list. -B. - =cut } elsif ($list_name = $opt->{'add'}) { @@ -250,10 +246,6 @@ Dump more info on screen. -=item --email - -Used to specify e-mail address where needed. - =back