Don't use '$' in keyword - it's a pseudo standard for potential future RFC definition
authorMichael M Slusarz <slusarz@curecanti.org>
Fri, 3 Apr 2009 06:10:42 +0000 (00:10 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Fri, 3 Apr 2009 20:45:09 +0000 (14:45 -0600)
imp/lib/Imap/Flags.php

index ff7761a..3959995 100644 (file)
@@ -13,8 +13,8 @@
  */
 class IMP_Imap_Flags
 {
-    /* IMAP flag prefix for IMP-specific flags. */
-    const PREFIX = '$impflag';
+    /* IMAP flag prefix for IMP-specific flags/keywords. */
+    const PREFIX = 'impflag';
 
     /**
      * Singleton instance.