8 lines
106 B
Plaintext

{
my $timeout = $dovecot{Idle_Notify} || '2';
$OUT .= "imap_idle_notify_interval = $timeout mins\n";
}