On Sep 19, 2008, at 6:05 PM, John Lightsey wrote:

The problem is the file glob on line 344 in convert_subscriptions()

 # read updates from the directory
 my %updates;
 foreach (<$keyword_dir/*>) {

This isn't going to pick up any files beginning with a dot, so most of the update files in the courierimapkeywords directory are going to be skipped.

Any suggestions how to best fix it? My Perl knowledge isn't too good.

Attachment: PGP.sig
Description: This is a digitally signed message part

Reply via email to