[Rt-devel] DefaultMailPrecedence missing in dashboard and digest mails

Loos, Christian CLoos at netcologne.de
Tue Jun 15 04:58:18 EDT 2010


Hi,

with commit 7d4a3ea
<http://github.com/bestpractical/rt/commit/7d4a3ea956d8803ee7e5356b73252291576158df>
there was an DefaultMailPrecedence config option introduced,
which is set in RT::Action::SendEmail::SetRTSpecialHeaders.
Beside this isn't a special RT header, dashboard and digest mail
(sbin/rt-email-dashboard and rt-email-digest) will not have an
default precedence header because they call RT::Interface::Email::SendEmail.

So it is maybe better to move the setting of the default precedence header
from RT::Action::SendEmail::SetRTSpecialHeaders to
RT::Interface::Email::SendEmail.

Chris


More information about the rt-devel mailing list