projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ce3e46
)
Don't use '$' in keyword - it's a pseudo standard for potential future RFC definition
author
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 3 Apr 2009 06:10:42 +0000
(
00:10
-0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 3 Apr 2009 20:45:09 +0000
(14:45 -0600)
imp/lib/Imap/Flags.php
patch
|
blob
|
history
diff --git
a/imp/lib/Imap/Flags.php
b/imp/lib/Imap/Flags.php
index
ff7761a
..
3959995
100644
(file)
--- a/
imp/lib/Imap/Flags.php
+++ b/
imp/lib/Imap/Flags.php
@@
-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.