Minor fix - someone forgot to add $auto_expunge to the global vars list
authortassium <tassium@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 30 Dec 2002 15:23:33 +0000 (15:23 +0000)
committertassium <tassium@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 30 Dec 2002 15:23:33 +0000 (15:23 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4322 7612ce4b-ef26-0410-bec9-ea0150e637f0

plugins/delete_move_next/setup.php

index 96dbd142f581aba17dd73d8e891c0dfda05cc86b..383f03eea0a84f3385f2c65c2d449e1e0dbaf46b 100644 (file)
@@ -292,7 +292,7 @@ function delete_move_next_delete() {
 }
 
 function delete_move_next_move() {
-    global $imapConnection, $mailbox;
+    global $imapConnection, $mailbox, $auto_expunge;
 
     if ( !check_php_version(4,1) ) {
         global $_POST;