6.0.0-beta1
8/12/25

[#686] Invalid constant INGO_STORAGE_ACTION_DELETE
Summary Invalid constant INGO_STORAGE_ACTION_DELETE
Queue Ingo
Queue Version HEAD
Type Bug
State Resolved
Priority 2. Medium
Owners jan (at) horde (dot) org
Requester ctnpublic-horde (at) yahoo (dot) com
Created 10/12/2004 (7609 days ago)
Due
Updated 10/12/2004 (7609 days ago)
Assigned 10/12/2004 (7609 days ago)
Resolved 10/12/2004 (7609 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
10/12/2004 03:06:39 PM Jan Schneider Comment #2
State ⇒ Resolved
Reply to this comment
Committed, thanks.
10/12/2004 03:04:28 PM Jan Schneider Assigned to Jan Schneider
State ⇒ Assigned
 
10/12/2004 02:06:54 PM ctnpublic-horde (at) yahoo (dot) com Comment #1
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Invalid constant INGO_STORAGE_ACTION_DELETE
Queue ⇒ Ingo
Reply to this comment
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);


Saved Queries