11 lines
287 B
Text
11 lines
287 B
Text
--- grepmail.orig Thu Oct 10 12:11:23 2002
|
|
+++ grepmail Fri Feb 7 20:16:41 2003
|
|
@@ -366,7 +366,7 @@
|
|
if ($opts{'E'})
|
|
{
|
|
# Have to do -Y before -h because the former implies the latter
|
|
- for my $option qw(e M S Y)
|
|
+ for my $option (qw(e M S Y))
|
|
{
|
|
if ($opts{$option})
|
|
{
|