| 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 (7723 days ago) |
| Due | |
| Updated | 10/12/2004 (7723 days ago) |
| Assigned | 10/12/2004 (7723 days ago) |
| Resolved | 10/12/2004 (7723 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
State ⇒ Resolved
State ⇒ Assigned
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Invalid constant INGO_STORAGE_ACTION_DELETE
Queue ⇒ Ingo
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);