[Tickets #10282] Re: Create New Folder not working

bugs at horde.org bugs at horde.org
Fri Sep 2 07:24:52 UTC 2011


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/10282
------------------------------------------------------------------------------
  Ticket             | 10282
  Updated By         | giunta at sissa.it
  Summary            | Create New Folder not working
  Queue              | Ingo
  Version            | 2.0.2
  Type               | Bug
  State              | Resolved
  Priority           | 1. Low
  Milestone          |
  Patch              |
  Owners             | Michael Slusarz
------------------------------------------------------------------------------


giunta at sissa.it (2011-09-02 07:24) wrote:

> Changes have been made in Git for this ticket:
>
> Bug #10282: Additional fixes when creating new mailboxes
>
>  3 files changed, 12 insertions(+), 12 deletions(-)
> http://git.horde.org/horde-git/-/commit/b6426954c719dd09015c1d024920dec1a03f294d


I'm sorry but problems are still there:

# Spam Filter
if allof ( not header :comparator "i;ascii-casemap" :contains "X-Spam"  
"-", header :value "ge" :comparator "i;ascii-numeric" "X-Spam" ["5"] ) {
      fileinto "Select target folder:";
      stop;
  }

and

# Spam Filter
  if allof ( not header :comparator "i;ascii-casemap" :contains  
"X-Spam" "-", header :value "ge" :comparator "i;ascii-numeric"  
"X-Spam" ["5"] ) {
      fileinto "Create new folder [pluto]";
      stop;
  }







More information about the bugs mailing list