6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
10/20/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#1691] Notspam option broken
*
Your Email Address
*
Spam protection
Enter the letters below:
. . . .. ..___ |\/| | ||\/|[__ | |\__|\__|| ||
Comment
> My try at a fix - and I didn't honor the spam folder - since it's notspam > > > > --- /root/horde/imp/templates/message/navbar_actions.inc Tue > Mar 22 23:13:26 2005 > > +++ navbar_actions.inc Tue Apr 5 01:00:10 2005 > > @@ -34,7 +34,7 @@ > > <?php if (isset($spam_link) && $imp['mailbox'] != > IMP::addPreambleString($prefs->getValue('spam_folder'))): ?> > > | <?php echo Horde::widget($spam_link, _("Report as Spam"), > 'widget', '', '', _("Report as Spam"), true) ?> > > <?php endif; ?> > > -<?php if (isset($notspam_link) && $imp['mailbox'] == > IMP::addPreambleString($prefs->getValue('spam_folder'))): ?> > > +<?php if (isset($notspam_link)): ?> > > | <?php echo Horde::widget($notspam_link, _("Report as Innocent"), > 'widget', '', '', _("Report as Innocent"), true) ?> > > <?php endif; ?> > > </td> > > > > > > --- /root/horde/imp/templates/mailbox/actions.inc Fri Apr 9 > 10:31:10 2004 > > +++ actions.inc Tue Apr 5 00:46:24 2005 > > @@ -22,8 +22,9 @@ > > <?php if ($conf['spam']['reporting']): ?> > > <?php if ($imp['mailbox'] != > IMP::addPreambleString($prefs->getValue('spam_folder'))): ?> > > | <?php echo Horde::widget('', _("Report as Spam"), 'widget', > '', "Submit('spam_report'); return false;", _("Report as Spam")); ?> > > -<?php else: ?> > > - | <?php echo Horde::widget('', _("Report as Innocent"), > 'widget', '', "Submit('notspam_report'); return false;", _("Report as > Innocent")); ?> > > +<?php endif; ?> > > +<?php if ($conf['notspam']['reporting']): ?> > > + | <?php echo Horde::widget('', _("Report as Innocent"), > 'widget', '', "Submit('notspam_report'); return false;", _("Report as > Innocent")); ?> > > <?php endif; ?> > > <?php endif; ?> > > > > > >
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers