search for: in_fname2

Displaying 1 result from an estimated 1 matches for "in_fname2".

Did you mean: in_fname
2008 Feb 27
2
Dovecot NFS Indexes and IMAP Migration
...suspect I'm the only person who will ever use this change and critiquing it would be easier with a full context. sub convert_subscriptions { my ($dir, $owner_uid, $owner_gid) = @_; my $in_fname = "$dir/courierimapsubscribed"; # ADDED: The bincimap file to parse my $in_fname2 = "$dir/.bincimap-subscribed"; my $out_fname = "$dir/subscriptions"; # MODIFIED: Return only if neither exist return if (!-f $in_fname && !-f $in_fname2); if (!$overwrite && -f $out_fname) { print "$out_fname already exists, not overwrit...