diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2010-01-06 04:22:50 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2010-01-06 04:22:50 +0000 |
commit | 3ecb19bac84a8bb0b141966649f3d9d43d070397 (patch) | |
tree | 236463c75677939ee37e047687fe0968632fbf44 /mail/squirrelmail-devel/files/patch-functions-imap_messages.php | |
parent | Over to new volunteer. (diff) |
2010-01-06 misc/sword15: use misc/sword
2010-01-06 misc/bibletime-kde3: use misc/bibletime
2010-01-06 mail/squirrelmail-devel: use mail/squirrelmail
Notes
Notes:
svn path=/head/; revision=247248
Diffstat (limited to 'mail/squirrelmail-devel/files/patch-functions-imap_messages.php')
-rw-r--r-- | mail/squirrelmail-devel/files/patch-functions-imap_messages.php | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/mail/squirrelmail-devel/files/patch-functions-imap_messages.php b/mail/squirrelmail-devel/files/patch-functions-imap_messages.php deleted file mode 100644 index 99bae8349db3..000000000000 --- a/mail/squirrelmail-devel/files/patch-functions-imap_messages.php +++ /dev/null @@ -1,12 +0,0 @@ ---- functions/imap_messages.php.orig Sun Feb 12 20:21:50 2006 -+++ functions/imap_messages.php Mon Jan 22 20:14:11 2007 -@@ -923,7 +923,7 @@ - if ($read) { - if (preg_match('/.+FLAGS\s\((.*)\)\s/AUi',$read[0],$regs)) { - if (trim($regs[1])) { -- $flags = preg_split('/ /', $regs[1],-1,'PREG_SPLIT_NI_EMPTY'); -+ $flags = preg_split('/ /', $regs[1],-1,PREG_SPLIT_NO_EMPTY); - } - } - } else { - |