git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8998
7612ce4b-ef26-0410-bec9-
ea0150e637f0
if (isset($where) && isset($what)) {
header("Location: $location/search.php?where=" . $where .
'&what=' . $what . '&mailbox=' . urlencode($mailbox));
-} else {
- if (!empty($saved_draft) || !empty($mail_sent)) {
- header("Location: $location/compose.php?mail_sent=$mail_sent&saved_draft=$saved_draft");
- }
- else {
- header("Location: $location/right_main.php?sort=$sort&startMessage=$startMessage&mailbox=" .
- urlencode($mailbox));
- }
}
+header("Location: $location/right_main.php?sort=$sort&startMessage=$startMessage&mailbox=" .
+ urlencode($mailbox));
+
sqimap_logout($imapConnection);
-?>
\ No newline at end of file
+?>