Hi there,
noticed a problem when replying to mails with X-Priority: 3 -- the
priority of the replying mail would always be set to 5. Reason seems
to be that there are two ways to indicate "normal" priority; set X-
Priority: 3 or just leave it out.
So I modified "program/steps/mail/compose.inc", at line 713:
$sel = isset($_POST['_priority']) ? $_POST['_priority'] :
intval($MESSAGE->headers->priority);
if ($sel == 3) $sel = 0;
$out = $form_start ? "$form_start\n" : '';
Bye, Philipp. _______________________________________________ List info: http://lists.roundcube.net/dev/