<?xml version="1.0" encoding="UTF-8"?> 
<?xml-stylesheet href="https://dev.horde.org/themes/horde//default/feed-rss.xsl" type="text/xsl"?> 
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> 
 <channel> 
  <title>Create New Folder not working</title> 
  <pubDate>Fri, 10 Apr 2026 00:42:27 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/10282</link> 
  <atom:link rel="self" type="application/rss+xml" title="Create New Folder not working" href="https://bugs.horde.org/ticket/10282/rss" /> 
  <description>Create New Folder not working</description> 
 
   
   
  <item> 
   <title>For example, I create a new filter rule as follows:

Rule </title> 
   <description>For example, I create a new filter rule as follows:

Rule name: Test rule
Subject contains: test
Deliver to folder...
I select the &quot;Create new folder&quot; option from the select menu, and I get a Javascript popup asking for the new folder name.  I input the name &quot;test&quot; (without the quotes), and the select menu updates to read &quot;Create new folder [test]&quot;.

However, the &quot;test&quot; folder is never created.  If I look at the Sieve script that was uploaded to the server, the rule reads

fileinto &quot;Create new folder [test]&quot;; 

My server setup is as follows:


My server setup is as follows:

CentOS 5.6 x86_64
Apache 2.2.3 installed via yum from CentOS repo
PHP 5.3.3 installed via yum from CentOS repo
Horde 4.0.6 installed via Pear
Ingo 2.0.2 installed via Pear. Backend: sieve with timsieved (Dovecot Pigeonhole)
Net_Sieve 1.3.0 installed via Pear
Dovecot 2.0.13 installed from source
Dovecot Pigeonhole 0.2.3 installed from source

A few extra data points:

 - I have no trouble creating new folders via IMAP in Imp or from another IMAP client.
 - Pigeonhole is configured with &quot;sieve_extensions = +notify +imapflags&quot;, the rest of the config is default.</description> 
   <pubDate>Mon, 27 Jun 2011 14:24:59 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/10282#t65881</link> 
  </item> 
   
  <item> 
   <title>I believe I fixed the issue.  Attached a patch against git m</title> 
   <description>I believe I fixed the issue.  Attached a patch against git master.</description> 
   <pubDate>Mon, 27 Jun 2011 21:46:52 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/10282#t65901</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in Git for this ticket:

Bug #10282: </title> 
   <description>Changes have been made in Git for this ticket:

Bug #10282: Fix creating new mailbox in Ingo

 4 files changed, 12 insertions(+), 11 deletions(-)
http://git.horde.org/horde-git/-/commit/768fb076fc354ed40e83e979af981fa63476b166</description> 
   <pubDate>Thu, 14 Jul 2011 05:49:50 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/10282#t66315</link> 
  </item> 
   
  <item> 
   <title>Create new folder still does&#039;t work on &#039;Spam&#039; rule; if I sel</title> 
   <description>Create new folder still does&#039;t work on &#039;Spam&#039; rule; if I select &#039;Create new folder&#039;, java pop-up appears, I enter &#039;minni&#039; as new folder name, but after press &#039;Save&#039;, rule is saved on my managesieve server in this way:

# Spam Filter
 if allof ( not header :comparator &quot;i;ascii-casemap&quot; :contains &quot;X-Spam&quot; &quot;-&quot;, header :value &quot;ge&quot; :comparator &quot;i;ascii-numeric&quot; &quot;X-Spam&quot; [&quot;5&quot;] ) { 
     fileinto &quot;Create new folder [minni]&quot;;
    stop;
 } 

this appends ONLY on &#039;Spam&#039; rule, &#039;Blacklist&#039; and &#039;New Rule&#039; work well ...

Similar problem, if I don&#039;t select any folder and leave selection on &#039;Select target folder:&#039;; if I press save button (on &#039;Blacklist&#039;, &#039;Spam&#039; and &#039;New Rule&#039;) rule is saved in this way:

# Blacklisted Addresses
if address :all :comparator &quot;i;ascii-casemap&quot; :is [&quot;From&quot;, &quot;Sender&quot;, &quot;Resent-From&quot;] &quot;pippo@pluto.com&quot;  { 
     fileinto &quot;Select target folder:&quot;;
     stop;
 } 

 # test 3
 if address :all :comparator &quot;i;ascii-casemap&quot; :contains &quot;To&quot; &quot;pippo&quot;  { 
     fileinto &quot;Select target folder:&quot;;
     stop;</description> 
   <pubDate>Wed, 31 Aug 2011 09:30:54 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/10282#t67179</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in Git for this ticket:

Bug #10282: </title> 
   <description>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</description> 
   <pubDate>Thu, 01 Sep 2011 21:00:08 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/10282#t67234</link> 
  </item> 
   
  <item> 
   <title>&gt; Changes have been made in Git for this ticket:
&gt;
&gt; Bug #</title> 
   <description>&gt; Changes have been made in Git for this ticket:
&gt;
&gt; Bug #10282: Additional fixes when creating new mailboxes
&gt;
&gt;  3 files changed, 12 insertions(+), 12 deletions(-)
&gt; http://git.horde.org/horde-git/-/commit/b6426954c719dd09015c1d024920dec1a03f294d


I&#039;m sorry but problems are still there:

# Spam Filter
if allof ( not header :comparator &quot;i;ascii-casemap&quot; :contains &quot;X-Spam&quot; &quot;-&quot;, header :value &quot;ge&quot; :comparator &quot;i;ascii-numeric&quot; &quot;X-Spam&quot; [&quot;5&quot;] ) { 
     fileinto &quot;Select target folder:&quot;;
     stop;
 } 

and 

# Spam Filter
 if allof ( not header :comparator &quot;i;ascii-casemap&quot; :contains &quot;X-Spam&quot; &quot;-&quot;, header :value &quot;ge&quot; :comparator &quot;i;ascii-numeric&quot; &quot;X-Spam&quot; [&quot;5&quot;] ) { 
     fileinto &quot;Create new folder [pluto]&quot;;
     stop;
 } 

</description> 
   <pubDate>Fri, 02 Sep 2011 07:24:52 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/10282#t67238</link> 
  </item> 
   
  <item> 
   <title>This doesn&#039;t magically fix existing filter scripts. You need</title> 
   <description>This doesn&#039;t magically fix existing filter scripts. You need to update or re-create that rule, and save the script again.</description> 
   <pubDate>Fri, 02 Sep 2011 08:30:55 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/10282#t67239</link> 
  </item> 
   
  <item> 
   <title>&gt; This doesn&#039;t magically fix existing filter scripts. You ne</title> 
   <description>&gt; This doesn&#039;t magically fix existing filter scripts. You need to 
&gt; update or re-create that rule, and save the script again.

yes, of course ... If I try to update &#039;Spam&#039; filter rule, it doesn&#039;t work ...</description> 
   <pubDate>Fri, 02 Sep 2011 08:41:32 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/10282#t67240</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
