6 lines
146 B
Plaintext
6 lines
146 B
Plaintext
|
{
|
||
|
foreach my $sservice qw(imap imaps pop3 pop3s) {
|
||
|
$DB->set_prop($sservice, "type", "configuration") if ${$sservice}{type} eq "service";
|
||
|
}
|
||
|
}
|