First, thank you for this great program.
I'm using Korean version of roundcube, and I met an error when I reply a mail, showing up $data not the time.
Please modify the file, labels.inc, line number 167
from:
$labels['mailreplyintro'] = '$data 에, $sender가 작성:';
to:
$labels['mailreplyintro'] = '$date 에, $sender가 작성:';
thank you again.
