Your message dated Fri, 05 Oct 2007 14:02:14 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#442912: fixed in libmail-box-perl 2.075-1 has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message ---Package: libmail-box-perl Version: 2.073-1 Severity: normal Many of my (Sylpheed created and maintained) MH folders are incorrectly autodetected as mboxes, resulting in subsequent chaos. The attached simple recursive directory traversal code works fine when "type => 'mh'" is specified, but without it many of my MH folders are identified as mboxes, and the script doesn't work correctly. -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.22-lizzie Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages libmail-box-perl depends on: ii libdigest-hmac-perl 1.01-6 create standard message integrity ii libfile-remove-perl 0.37-1 remove files and directories, acce ii libio-stringy-perl 2.110-2 Perl5 modules for IO from scalars ii libmailtools-perl 1.77-1 Manipulate email in perl programs ii libmime-types-perl 1.21-1 Perl extension for determining MIM ii libobject-realize-later-pe 0.18-1 Delayed creation of objects ii libtimedate-perl 1.1600-9 Time and date functions for Perl ii liburi-perl 1.35.dfsg.1-1 Manipulates and accesses URI strin ii libuser-identity-perl 0.92-1 manages different identities/roles ii perl 5.8.8-7 Larry Wall's Practical Extraction ii perl-base [libscalar-list- 5.8.8-7 The Pathologically Eclectic Rubbis libmail-box-perl recommends no packages. -- no debconf information *** perl/mbtest.pl #! /usr/bin/perl -w # usage: 'mbtest.pl mail-root' use Mail::Box::Manager; sub scan; my $mgr = new Mail::Box::Manager; my $folder = $mgr->open(shift); scan($folder); sub scan { my $folder = shift @_; print "Entering $folder; type is ", $folder->type, "\n"; foreach ($folder->listSubFolders) { print "Descending into $_\n"; # scan($folder->openSubFolder($_, type => 'mh')); scan($folder->openSubFolder($_)); } print "Leaving $folder\n"; }
--- End Message ---
--- Begin Message ---Source: libmail-box-perl Source-Version: 2.075-1 We believe that the bug you reported is fixed in the latest version of libmail-box-perl, which is due to be installed in the Debian FTP archive: libmail-box-perl_2.075-1.diff.gz to pool/main/libm/libmail-box-perl/libmail-box-perl_2.075-1.diff.gz libmail-box-perl_2.075-1.dsc to pool/main/libm/libmail-box-perl/libmail-box-perl_2.075-1.dsc libmail-box-perl_2.075-1_all.deb to pool/main/libm/libmail-box-perl/libmail-box-perl_2.075-1_all.deb libmail-box-perl_2.075.orig.tar.gz to pool/main/libm/libmail-box-perl/libmail-box-perl_2.075.orig.tar.gz A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. gregor herrmann <[EMAIL PROTECTED]> (supplier of updated libmail-box-perl package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Fri, 05 Oct 2007 15:09:46 +0200 Source: libmail-box-perl Binary: libmail-box-perl Architecture: source all Version: 2.075-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group <[EMAIL PROTECTED]> Changed-By: gregor herrmann <[EMAIL PROTECTED]> Description: libmail-box-perl - Manage a message-folder Closes: 442912 Changes: libmail-box-perl (2.075-1) unstable; urgency=low . [ Damyan Ivanov ] * New upstream release Closes: #442912 -- autodetection of MH folders not working correctly * Replace libtest-harness-perl with libtap-parser-perl in B-D-I Wrap B-D-I while there . [ gregor herrmann ] * Add README.Debian; explains how to avoid high memory consumption (cf. #443259). Files: 800dbf1aa8fa80def248bcbbcaa1d328 1391 perl optional libmail-box-perl_2.075-1.dsc e26b0f1d3d40f98a37f7d2468c5e8f10 596603 perl optional libmail-box-perl_2.075.orig.tar.gz 3696de55d3aec0c6071f76098b486f65 4784 perl optional libmail-box-perl_2.075-1.diff.gz 92be19a892b5b3b0cbefb01dc7087c15 1054952 perl optional libmail-box-perl_2.075-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFHBkDvHqjlqpcl9jsRAl+dAJ9o73635VzGf/7kuNXJwfGJiO36NQCbBcTd 3AKW+n7D6s1GFis6nfm3c8o= =oD3Y -----END PGP SIGNATURE-----
--- End Message ---

