From d63334dc1ac1968c9aaa076202f57278f3251820 Mon Sep 17 00:00:00 2001 From: stekkel Date: Sat, 22 May 2004 21:03:23 +0000 Subject: [PATCH] changed naming scheme git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7520 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/imap_mailbox.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/functions/imap_mailbox.php b/functions/imap_mailbox.php index a4423596..cd13eeb3 100755 --- a/functions/imap_mailbox.php +++ b/functions/imap_mailbox.php @@ -277,11 +277,11 @@ function sqimap_mailbox_expunge_dmn($message_id, $aMbxResponse, &$server_sort_ar // Got to grab this out of prefs, since it isn't saved from mailbox_view.php if ($allow_thread_sort && getPref($data_dir, $username, "thread_$mailbox",0)) { - $mode = 'thread'; + $mode = 'THREAD'; } else if ($allow_server_sort) { - $mode = 'server_sort'; + $mode = 'SERVER'; } else { - $mode = ''; + $mode = 'SQUIRREL'; } $error = ''; if (is_array($server_sort_array)) { -- 2.25.1