Displaying 1 result from an estimated 1 matches for "owner_gid".
2008 Feb 27
2
Dovecot NFS Indexes and IMAP Migration
...any idiot mistakes, it's
been a while since I've done anything substantial in perl. I would have
sent a patch but I 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 &&...