From eaa39477bd53130e68bfb26d63308cc9b6af9369 Mon Sep 17 00:00:00 2001 From: alecpl Date: Fri, 11 Apr 2008 13:34:19 +0000 Subject: #1483863: empty trash and expunge inbox on logout --- index.php | 1 + 1 file changed, 1 insertion(+) (limited to 'index.php') diff --git a/index.php b/index.php index 0687763da..e9c1cee98 100644 --- a/index.php +++ b/index.php @@ -185,6 +185,7 @@ if ($_action=='login' && $_task=='mail') else if (($_task=='logout' || $_action=='logout') && isset($_SESSION['user_id'])) { $OUTPUT->show_message('loggedout'); + rcmail_logout_actions(); rcmail_kill_session(); } -- cgit v1.2.3