| Summary | the menu-item: "Select target folder:" should not be selectable as target folder name. |
| Queue | Ingo |
| Queue Version | 3.2.4 |
| Type | Bug |
| State | Resolved |
| Priority | 1. Low |
| Owners | slusarz (at) horde (dot) org |
| Requester | pouyan.azari (at) uni-wuerzburg (dot) de |
| Created | 3/17/15 (4031 days ago) |
| Due | |
| Updated | 3/18/15 (4030 days ago) |
| Assigned | |
| Resolved | 3/18/15 (4030 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
Assigned to Michael Slusarz
State ⇒ Resolved
commit d7f956649bf1cea7754e75ad004c5a7b2ff51100
Author: Michael M Slusarz <slusarz@horde.org>
Date: Wed Mar 18 12:22:54 2015 -0600
[mms] Enforce selection of a target folder for the spam filter in
the UI (
Bug #13917).ingo/docs/CHANGES | 9 +++++++++
ingo/package.xml | 1 +
2 files changed, 10 insertions(+), 0 deletions(-)
http://github.com/horde/horde/commit/d7f956649bf1cea7754e75ad004c5a7b2ff51100
commit cea6deb7349304605f748077d8388ed534eb0141
Author: Michael M Slusarz <slusarz@horde.org>
Date: Wed Mar 18 12:19:05 2015 -0600
For spam filter, a target folder is required
Bug #13917ingo/lib/Form/Spam.php | 9 +++++++--
ingo/templates/flist/select.html.php | 4 ++--
2 files changed, 9 insertions(+), 4 deletions(-)
http://github.com/horde/horde/commit/cea6deb7349304605f748077d8388ed534eb0141
commit 698933e20e0df966a0c61e46d11e50698b8e05e4
Author: Michael M Slusarz <slusarz@horde.org>
Date: Wed Mar 18 12:22:54 2015 -0600
[mms] Enforce selection of a target folder for the spam filter in
the UI (
Bug #13917).ingo/docs/CHANGES | 2 ++
ingo/package.xml | 2 ++
2 files changed, 4 insertions(+), 0 deletions(-)
http://github.com/horde/horde/commit/698933e20e0df966a0c61e46d11e50698b8e05e4
commit 2ba551824cd93ba1b48f34ee77541dd3c6f8fb89
Author: Michael M Slusarz <slusarz@horde.org>
Date: Wed Mar 18 12:22:00 2015 -0600
Target folder is required for spam filter
Bug #13917ingo/lib/Basic/Spam.php | 7 ++++++-
ingo/lib/Form/Spam.php | 2 +-
ingo/templates/flist/select.html.php | 4 ++--
3 files changed, 9 insertions(+), 4 deletions(-)
http://github.com/horde/horde/commit/2ba551824cd93ba1b48f34ee77541dd3c6f8fb89
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ the menu-item: "Select target folder:" should not be selectable as target folder name.
Queue ⇒ Ingo
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
target folder:" also can be selected, it leads to an error in Sieve,
as this folder doesn't exist on the server.
# Spam Filter
if header :comparator "i;ascii-casemap" :contains "X-Spam-Level" "*****" {
fileinto "Select target folder:";
stop;
}