[Tickets #686] NEW: Invalid constant INGO_STORAGE_ACTION_DELETE
bugs at bugs.horde.org
bugs at bugs.horde.org
Tue Oct 12 07:06:54 PDT 2004
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=686
-----------------------------------------------------------------------
Ticket | 686
Created By | ctnpublic-horde at yahoo.com
Summary | Invalid constant INGO_STORAGE_ACTION_DELETE
Queue | Ingo
Version | HEAD
State | Unconfirmed
Priority | 2. Medium
Type | Bug
Owners |
-----------------------------------------------------------------------
ctnpublic-horde at yahoo.com (2004-10-12 07:06) wrote:
INGO_STORAGE_ACTION_DELETE was used instead of INGO_STORAGE_ACTION_DISCARD
cvs diff -u ingo/lib/Script/imap.php
Index: ingo/lib/Script/imap.php
===================================================================
RCS file: /repository/ingo/lib/Script/imap.php,v
retrieving revision 1.48
diff -u -r1.48 imap.php
--- ingo/lib/Script/imap.php 17 Aug 2004 05:11:58 -0000 1.48
+++ ingo/lib/Script/imap.php 12 Oct 2004 14:02:38 -0000
@@ -287,7 +287,7 @@
count($indices),
$rule['action-value']), 'horde.message');
}
- } elseif ($rule['action'] ==
INGO_STORAGE_ACTION_DELETE) {
+ } elseif ($rule['action'] ==
INGO_STORAGE_ACTION_DISCARD) {
/* We need to grab the overview first. */
if ($detailmsg) {
$overview =
@imap_fetch_overview($params['imap'], $sequence, FT_UID);
More information about the bugs
mailing list