summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 25e3b6fca..527f4f2d8 100644
--- a/index.php
+++ b/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')