summaryrefslogtreecommitdiff
path: root/roundcubemail/index.php
diff options
context:
space:
mode:
authorroundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c>2006-01-25 22:56:53 +0000
committerroundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c>2006-01-25 22:56:53 +0000
commite8c3613e4596ab2933966921236372b8cef5dae2 (patch)
treeeea580033e075928641048b5cc858db1c2ff1734 /roundcubemail/index.php
parentb63300e546fe5e2dc9aab2785a365d116f11d56a (diff)
Added folder purge function and some checks
git-svn-id: https://svn.roundcube.net/trunk@127 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/index.php')
-rw-r--r--roundcubemail/index.php2
1 files changed, 1 insertions, 1 deletions
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')