[imp] Spam button appearing in Spam folder when searching messages

2021-12-02 Thread Patrick Boutilier
Horde 5.2.23 IMP 6.2.27 In my backends-local.php I have spam display set to false and innocent set to true. Only Innocent shows up when in the spam folder normally, but when I search for a message in the spam folder, both Spam and Innocent buttons show up. This is the search at the top right o

Re: [imp] Spam Button

2013-05-24 Thread Simon B
On 24 May 2013 15:22, Michael M Slusarz wrote: > Quoting Andy Dorman : > >> Simon, PHP is not my primary language, so I like to say "my skills are >> always improving". I think I understand your confusion and what is going on >> because I made the same mistake just a few days ago when I added our

Re: [imp] Spam Button

2013-05-24 Thread Michael M Slusarz
Quoting Andy Dorman : Simon, PHP is not my primary language, so I like to say "my skills are always improving". I think I understand your confusion and what is going on because I made the same mistake just a few days ago when I added our backends.local.php. Setting array variables like b

Re: [imp] Spam Button

2013-05-24 Thread Andy Dorman
On 05/24/2013 08:01 AM, Arjen de Korte wrote: Citeren Simon B : On 24 May 2013 13:18, Arjen de Korte wrote: Citeren Simon B : The line $servers['imap']['disabled'] = true; seems to be missing. This doesn't tell me where to put that. Sure it does, a few lines up it clearly states tha

Re: [imp] Spam Button

2013-05-24 Thread Arjen de Korte
Citeren Simon B : On 24 May 2013 13:18, Arjen de Korte wrote: Citeren Simon B : The line $servers['imap']['disabled'] = true; seems to be missing. You say missing, but not where from. Also, in that format it would be a conf.php parameter and not a backends.local.php one. Read the c

Re: [imp] Spam Button

2013-05-24 Thread Simon B
On 24 May 2013 13:18, Arjen de Korte wrote: > Citeren Simon B : > >>> The line >>> >>> $servers['imap']['disabled'] = true; >>> >>> seems to be missing. >> >> >> >> >> You say missing, but not where from. >> Also, in that format it would be a conf.php parameter and not a >> backends.local.php one.

Re: [imp] Spam Button

2013-05-24 Thread Arjen de Korte
Citeren Simon B : The line $servers['imap']['disabled'] = true; seems to be missing. You say missing, but not where from. Also, in that format it would be a conf.php parameter and not a backends.local.php one. Read the comments in 'imp/config/backends.php'. -- This message was sent from

Re: [imp] Spam Button

2013-05-24 Thread Simon B
On 24 May 2013 11:59, Arjen de Korte wrote: > Citeren Simon B : > >> On 24 May 2013 11:27, Jan Schneider wrote: >>> >>> >>> Zitat von Simon B : >>> On 24 May 2013 10:24, Jan Schneider wrote: > > > > Zitat von Simon B : > >> On 24 May 2013 04:38, Michael M Slusarz wr

Re: [imp] Spam Button

2013-05-24 Thread Arjen de Korte
Citeren Simon B : On 24 May 2013 11:27, Jan Schneider wrote: Zitat von Simon B : On 24 May 2013 10:24, Jan Schneider wrote: Zitat von Simon B : On 24 May 2013 04:38, Michael M Slusarz wrote: Quoting Simon B : On 21 May 2013 15:00, Simon B wrote: Hi Please can someone revie

Re: [imp] Spam Button

2013-05-24 Thread Simon B
On 24 May 2013 11:27, Jan Schneider wrote: > > Zitat von Simon B : > >> On 24 May 2013 10:24, Jan Schneider wrote: >>> >>> >>> Zitat von Simon B : >>> On 24 May 2013 04:38, Michael M Slusarz wrote: > > > Quoting Simon B : > >> On 21 May 2013 15:00, Simon B wrote: >>

Re: [imp] Spam Button

2013-05-24 Thread Jan Schneider
Zitat von Simon B : On 24 May 2013 10:24, Jan Schneider wrote: Zitat von Simon B : On 24 May 2013 04:38, Michael M Slusarz wrote: Quoting Simon B : On 21 May 2013 15:00, Simon B wrote: Hi Please can someone review my imp/config/backends.local.php and provide a hint why the spam a

Re: [imp] Spam Button

2013-05-24 Thread Simon B
On 24 May 2013 10:24, Jan Schneider wrote: > > Zitat von Simon B : > >> On 24 May 2013 04:38, Michael M Slusarz wrote: >>> >>> Quoting Simon B : >>> On 21 May 2013 15:00, Simon B wrote: > > > Hi > > Please can someone review my imp/config/backends.local.php and provide >

Re: [imp] Spam Button

2013-05-24 Thread Jan Schneider
Zitat von Simon B : On 24 May 2013 04:38, Michael M Slusarz wrote: Quoting Simon B : On 21 May 2013 15:00, Simon B wrote: Hi Please can someone review my imp/config/backends.local.php and provide a hint why the spam and not spam buttons are not showing. 'spam' => array( 'i

Re: [imp] Spam Button

2013-05-24 Thread Simon B
On 24 May 2013 04:38, Michael M Slusarz wrote: > Quoting Simon B : > >> On 21 May 2013 15:00, Simon B wrote: >>> >>> Hi >>> >>> Please can someone review my imp/config/backends.local.php and provide >>> a hint why the spam and not spam buttons are not showing. >>> >>> 'spam' => array( >>>

Re: [imp] Spam Button

2013-05-23 Thread Michael M Slusarz
Quoting Simon B : On 21 May 2013 15:00, Simon B wrote: Hi Please can someone review my imp/config/backends.local.php and provide a hint why the spam and not spam buttons are not showing. 'spam' => array( 'innocent' => array( 'display' => true, // 'email'

Re: [imp] Spam Button

2013-05-23 Thread Simon B
On 21 May 2013 15:00, Simon B wrote: > Hi > > Please can someone review my imp/config/backends.local.php and provide > a hint why the spam and not spam buttons are not showing. > > 'spam' => array( > 'innocent' => array( > 'display' => true, > // 'email' => nu

[imp] Spam Button

2013-05-21 Thread Simon B
Hi Please can someone review my imp/config/backends.local.php and provide a hint why the spam and not spam buttons are not showing. 'spam' => array( 'innocent' => array( 'display' => true, // 'email' => null, 'email_format' => 'digest',