From 8f7e0321de7c9e2ebc1ad581c0336d5c0fb6ab51 Mon Sep 17 00:00:00 2001 From: alec Date: Fri, 11 Apr 2008 13:34:19 +0000 Subject: #1483863: empty trash and expunge inbox on logout git-svn-id: https://svn.roundcube.net/trunk@1282 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/index.php | 1 + 1 file changed, 1 insertion(+) (limited to 'roundcubemail/index.php') diff --git a/roundcubemail/index.php b/roundcubemail/index.php index 0687763da..e9c1cee98 100644 --- a/roundcubemail/index.php +++ b/roundcubemail/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