| Summary | ignores "NOT" option during search |
| Queue | IMP |
| Queue Version | 5.0.19 |
| Type | Bug |
| State | Resolved |
| Priority | 1. Low |
| Owners | slusarz (at) horde (dot) org |
| Requester | asa (at) isac (dot) gov (dot) in |
| Created | 03/24/2012 (4977 days ago) |
| Due | |
| Updated | 03/24/2012 (4977 days ago) |
| Assigned | |
| Resolved | 03/24/2012 (4977 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
commit 782dce76a3726b8da866d9358c71ec76d2308817
Author: Michael M Slusarz <slusarz@horde.org>
Date: Sat Mar 24 09:05:50 2012 -0600
Bug #11102: Make sure we are doing an integer conversion on boolean valuesimp/lib/Search/Element/Attachment.php | 2 +-
imp/lib/Search/Element/Autogenerated.php | 2 +-
imp/lib/Search/Element/Bulk.php | 2 +-
imp/lib/Search/Element/Contacts.php | 2 +-
imp/lib/Search/Element/Flag.php | 2 +-
imp/lib/Search/Element/Header.php | 2 +-
imp/lib/Search/Element/Mailinglist.php | 2 +-
imp/lib/Search/Element/Personal.php | 2 +-
imp/lib/Search/Element/Recipient.php | 2 +-
imp/lib/Search/Element/Size.php | 2 +-
imp/lib/Search/Element/Text.php | 4 ++--
imp/lib/Search/Element/Within.php | 2 +-
12 files changed, 13 insertions(+), 13 deletions(-)
http://git.horde.org/horde-git/-/commit/782dce76a3726b8da866d9358c71ec76d2308817
Assigned to Michael Slusarz
State ⇒ Resolved
commit 782dce76a3726b8da866d9358c71ec76d2308817
Author: Michael M Slusarz <slusarz@horde.org>
Date: Sat Mar 24 09:05:50 2012 -0600
Bug #11102: Make sure we are doing an integer conversion on boolean valuesimp/lib/Search/Element/Attachment.php | 2 +-
imp/lib/Search/Element/Autogenerated.php | 2 +-
imp/lib/Search/Element/Bulk.php | 2 +-
imp/lib/Search/Element/Contacts.php | 2 +-
imp/lib/Search/Element/Flag.php | 2 +-
imp/lib/Search/Element/Header.php | 2 +-
imp/lib/Search/Element/Mailinglist.php | 2 +-
imp/lib/Search/Element/Personal.php | 2 +-
imp/lib/Search/Element/Recipient.php | 2 +-
imp/lib/Search/Element/Size.php | 2 +-
imp/lib/Search/Element/Text.php | 4 ++--
imp/lib/Search/Element/Within.php | 2 +-
12 files changed, 13 insertions(+), 13 deletions(-)
http://git.horde.org/horde-git/-/commit/782dce76a3726b8da866d9358c71ec76d2308817
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ ignores "NOT" option during search
Type ⇒ Bug
State ⇒ Unconfirmed
When a folder is opened, there is an option of simple search (icon
which sits between refresh and empty folder).
I select subject and type a subject to be searched, the output is
correct. But, when I select subject and type a subject to be searched
and also select do not match option, this do not match option is
ignored.