[Tickets #8221] Re: Report as innocent makes message disappear
bugs at horde.org
bugs at horde.org
Wed Apr 29 21:38:31 UTC 2009
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/8221
------------------------------------------------------------------------------
Ticket | 8221
Updated By | husmann at morningside.edu
Summary | Report as innocent makes message disappear
Queue | DIMP
Version | 1.1.1
Type | Bug
State | Feedback
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
husmann at morningside.edu (2009-04-29 17:38) wrote:
My apologies for my ignorance, but I understood that pref to handle
both. From prefs.php that if delete_spam_after_report is set to '2',
then it will "Move spam messages to spam folder and innocent messages
to INBOX"
$_prefs['delete_spam_after_report'] = array(
'value' => 1,
'locked' => false,
'shared' => false,
'type' => 'enum',
'enum' => array(0 => _("Nothing"),
1 => _("Delete spam messages")),
'desc' => _("What should we do with spam messages after they have
been reported as spam or innocent?"),
'help' => 'prefs-delete_spam_after_report'
);
if (!$is_pop3) {
$_prefs['delete_spam_after_report']['enum'][2] =
_("Move spam messages to spam folder and innocent messages to INBOX");
}
If that option doesn't cover ham, just point me in the right
direction, because I'm missing something.
Thanks.
More information about the bugs
mailing list