based on a commit from Christian Schaarschmidt on the kdepim-3.5.5+
branch
BUG: 48938
CCMAIL: exit3219@gmail.com
svn path=/trunk/KDE/kdepim/; revision=1002356
mApplyBeforeOut=newQCheckBox(i18n("Apply this filter &before sending messages"),mAdvOptsGroup);
mApplyBeforeOut->setToolTip(i18n("<p>The filter will be triggered <b>before</b> the message is sent and it will affect both the local copy and the sent copy of the message.</p>"
"<p>This is required if the recipient's copy also needs to be modified.</p>"));
gl->addWidget(mApplyBeforeOut,5,0,1,4);
mApplyOnOut=newQCheckBox(i18n("Apply this filter to &sent messages"),mAdvOptsGroup);
mApplyOnOut->setToolTip(i18n("<p>The filter will be triggered <b>after</b> the message is sent and it will only affect the local copy of the message.</p>"
"<p>If the recipient's copy also needs to be modified, please use \"Apply this filter <b>before</b> sending messages\".</p>"));
gl->addWidget(mApplyOnOut,4,0,1,4);
mApplyOnCtrlJ=newQCheckBox(i18n("Apply this filter on manual &filtering"),mAdvOptsGroup);
gl->addWidget(mApplyOnCtrlJ,5,0,1,4);
gl->addWidget(mApplyOnCtrlJ,6,0,1,4);
mStopProcessingHere=newQCheckBox(i18n("If this filter &matches, stop processing here"),mAdvOptsGroup);
gl->addWidget(mStopProcessingHere,6,0,1,4);
gl->addWidget(mStopProcessingHere,7,0,1,4);
mConfigureShortcut=newQCheckBox(i18n("Add this filter to the Apply Filter menu"),mAdvOptsGroup);