From 31b2cee231cf5a154c87cccc1228df7b3bb1bf84 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Sun, 11 Dec 2005 17:56:46 -0500 Subject: [PATCH] Bugfixes on listing and caching functions --- program/lib/imap.inc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/program/lib/imap.inc b/program/lib/imap.inc index 6ca5220..a1dbd7b 100644 --- a/program/lib/imap.inc +++ b/program/lib/imap.inc @@ -618,7 +618,7 @@ if (!$fields[$field]) return false; $fp = $conn->fp; - $command = 's SORT ('.$field.') US-ASCII ALL'."\r\n"; + $command = 's SORT ('.$field.') US-ASCII ALL UNDELETED'."\r\n"; $line = $data = ''; if (!fputs($fp, $command)) return false; -- Gitblit v1.9.1