This segment of code should be left in until at least Squirrelmail 1.7.x, to give...
authortassium <tassium@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 17 Mar 2004 18:34:08 +0000 (18:34 +0000)
committertassium <tassium@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 17 Mar 2004 18:34:08 +0000 (18:34 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6812 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/global.php

index 09e50aaabeb93ee73a3d0d8bf8c4ef7c080c68bc..84db5ec529fdc020090151ac540d10da04af4976 100644 (file)
@@ -31,6 +31,13 @@ if(isset($session_name) && $session_name) {
  */
 ini_set('magic_quotes_runtime','0');
 
+/* Since we decided all IMAP servers must implement the UID command as defined in
+ * the IMAP RFC, we force $uid_support to be on.
+ */
+
+global $uid_support;
+$uid_support = true;
+
 sqsession_is_active();
 
 /* if running with magic_quotes_gpc then strip the slashes