Summary | Report as innocent makes message disappear |
Queue | DIMP |
Queue Version | 1.1.1 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | husmann (at) morningside (dot) edu |
Created | 04/27/2009 (5914 days ago) |
Due | |
Updated | 01/13/2010 (5653 days ago) |
Assigned | 04/30/2009 (5911 days ago) |
Resolved | 11/18/2009 (5709 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Bug #8221: Fix innocent reportingAlso, break preferences into 2 to reduce confusion.
http://git.horde.org/diff.php/imp/config/prefs.php.dist?rt=horde-git&r1=f9007abd873bf9bf04b8c36e0644950635e59a93&r2=7f52cfe330ff812639803818a34d074546ec3f5e
http://git.horde.org/diff.php/imp/docs/CHANGES?rt=horde-git&r1=dc5a8295cef78e444355c0eed26bed2ebfd37cbf&r2=7f52cfe330ff812639803818a34d074546ec3f5e
http://git.horde.org/diff.php/imp/lib/Spam.php?rt=horde-git&r1=dad694e102ab2ff432abf2f21de9c237bed86c36&r2=7f52cfe330ff812639803818a34d074546ec3f5e
http://git.horde.org/diff.php/imp/locale/en_US/help.xml?rt=horde-git&r1=1ebf9c48801f2b732c1d6ec28b1672cb694ee404&r2=7f52cfe330ff812639803818a34d074546ec3f5e
State ⇒ Resolved
Bug #8221: Fix innocent reportingAlso, break preferences into 2 to reduce confusion.
http://git.horde.org/diff.php/imp/config/prefs.php.dist?rt=horde-hatchery&r1=f9007abd873bf9bf04b8c36e0644950635e59a93&r2=7f52cfe330ff812639803818a34d074546ec3f5e
http://git.horde.org/diff.php/imp/docs/CHANGES?rt=horde-hatchery&r1=dc5a8295cef78e444355c0eed26bed2ebfd37cbf&r2=7f52cfe330ff812639803818a34d074546ec3f5e
http://git.horde.org/diff.php/imp/lib/Spam.php?rt=horde-hatchery&r1=dad694e102ab2ff432abf2f21de9c237bed86c36&r2=7f52cfe330ff812639803818a34d074546ec3f5e
http://git.horde.org/diff.php/imp/locale/en_US/help.xml?rt=horde-hatchery&r1=1ebf9c48801f2b732c1d6ec28b1672cb694ee404&r2=7f52cfe330ff812639803818a34d074546ec3f5e
Bug: 8221[mms] For messages marked as innocent but not moved to Inbox, don't report
them as deleted within the current mailbox (
Bug #8221).http://cvs.horde.org/diff.php/imp/docs/CHANGES?rt=horde&r1=1.699.2.411&r2=1.699.2.412&ty=u
http://cvs.horde.org/diff.php/imp/lib/Spam.php?rt=horde&r1=1.3.4.20&r2=1.3.4.21&ty=u
Assigned to Michael Slusarz
State ⇒ Assigned
the preference name is misleading too.
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.
Thanks.
State ⇒ Feedback
after reporting them?
State ⇒ Unconfirmed
Patch ⇒ No
Milestone ⇒
Queue ⇒ DIMP
Summary ⇒ Report as innocent makes message disappear
Type ⇒ Bug
Priority ⇒ 1. Low
though it deletes the selected message(s). However, if I log out and
log back in, the messages are present and accounted for. This bug
doesn't seem to affect IMP.
I currently have spam/ham reporting configured to bounce the message
to an email address.
Thanks.