Package: fetchyahoo
Version: 2.8.6-5
Severity: normal
Tags: patch
fetchyahoo sees fit to complain about not being able to empty the trash
even though the quiet option is used. Since this is only a warning, I
believe it should be suppressed for quiet mode. Attached is a patch to
do this.
Thanks,
--Joe
-- System Information:
Debian Release: 3.1
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.4.27-2um
Versions of packages fetchyahoo depends on:
ii libcrypt-ssleay-perl 0.51-3 Support for https protocol in LWP
ii libhtml-parser-perl 3.45-2 A collection of modules that parse
ii libio-socket-ssl-perl 0.96-1 Class implementing an object orien
ii libmime-perl 5.417-1 Perl5 modules for MIME-compliant m
ii liburi-perl 1.35-1 Manipulates and accesses URI strin
ii libwww-perl 5.803-4 WWW client/server library for Perl
ii perl 5.8.4-8 Larry Wall's Practical Extraction
-- debconf information excluded
--- /usr/bin/fetchyahoo.orig 2005-04-11 04:07:57.000000000 +0000
+++ /usr/bin/fetchyahoo 2005-05-02 13:23:09.000000000 +0000
@@ -1342,7 +1342,7 @@ sub EmptyTrash($) {
}
else {
print "Warning: Couldn't get empty trash URL, not emptying trash\n"
- unless $noerrors;
+ unless ($quiet || $noerrors);
return;
}