Quoting Liam Hoekenga <[EMAIL PROTECTED]>: > I noticed that I see the "Report as Spam" links in both the message > and mailbox view when I'm viewing messages inside of my spamfolder. > So.. when in the spam folder, I see options for both "Report as > Spam" and "Report as Innocent", while in any other folder, I only > see "Report as Spam". > > I'm pretty sure that the correct behavior is.. > - if in spam folder, show "Report as Innocent" > - else, show "Report as Spam" > > I believe the attached diff fixes it. I didn't submit it as a bug > report because I wanted to confirm that my interpretation of how it > should behave was correct.
I don't think it is. You should have config arrays for $conf['spam'] and $conf['notspam']. Both have 'reporting' and 'spamfolder' members. For "report as spam", the 'spamfolder' setting controls whether or not it's visible in the spam folder. So I think you just want to set $conf['spam']['spamfolder'] to false. -chuck -- IMP mailing list - Join the hunt: http://horde.org/bounties/#imp Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [EMAIL PROTECTED]
