From e8c3613e4596ab2933966921236372b8cef5dae2 Mon Sep 17 00:00:00 2001 From: roundcube Date: Wed, 25 Jan 2006 22:56:53 +0000 Subject: Added folder purge function and some checks git-svn-id: https://svn.roundcube.net/trunk@127 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roundcubemail/index.php') diff --git a/roundcubemail/index.php b/roundcubemail/index.php index 25e3b6fca..527f4f2d8 100644 --- a/roundcubemail/index.php +++ b/roundcubemail/index.php @@ -244,7 +244,7 @@ if ($_task=='mail') if ($_action=='addcontact') include('program/steps/mail/addcontact.inc'); - if ($_action=='expunge') + if ($_action=='expunge' || $_action=='purge') include('program/steps/mail/folders.inc'); if ($_action=='check-recent') -- cgit v1.2.3