|
@@ -31,6 +31,7 @@ $imap_asearch_debug_dump = FALSE;
|
|
/** Imap SEARCH keys
|
|
/** Imap SEARCH keys
|
|
* @global array $imap_asearch_opcodes
|
|
* @global array $imap_asearch_opcodes
|
|
*/
|
|
*/
|
|
|
|
+global $imap_asearch_opcodes;
|
|
$imap_asearch_opcodes = array(
|
|
$imap_asearch_opcodes = array(
|
|
/* <sequence-set> => 'asequence', */ // Special handling, @see sqimap_asearch_build_criteria()
|
|
/* <sequence-set> => 'asequence', */ // Special handling, @see sqimap_asearch_build_criteria()
|
|
/*'ALL' is binary operator */
|
|
/*'ALL' is binary operator */
|