Changeset 5289 for trunk/MailerContrib/tools/mailnotify
- Timestamp:
- 10/17/09 11:46:21 (3 years ago)
- File:
-
- 1 edited
-
trunk/MailerContrib/tools/mailnotify (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/MailerContrib/tools/mailnotify
r3944 r5289 35 35 my @webs = (); 36 36 my @exwebs = (); 37 my $nonews = 0; 38 my $nochanges = 0; 37 39 38 40 # Called from the command line … … 40 42 if( $arg eq "-q" ) { 41 43 $verbose = 0; 44 } elsif ( $arg eq "-nonews" ) { 45 $nonews = 1; 46 } elsif ( $arg eq "-nochanges" ) { 47 $nochanges = 1; 42 48 } elsif ( $arg =~ m/^-(.*)/ ) { 43 49 push( @exwebs, $1 ); … … 51 57 52 58 my $report = Foswiki::Contrib::MailerContrib::mailNotify( 53 \@webs, undef, $verbose, \@exwebs );59 \@webs, undef, $verbose, \@exwebs, $nonews, $nochanges ); 54 60 55 61 print $report."\n" if $verbose;
Note: See TracChangeset
for help on using the changeset viewer.
