We give plugins the ability to add buttons to the mailbox display form, but no way...
authorcigamit <cigamit@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 25 Mar 2003 05:01:57 +0000 (05:01 +0000)
committercigamit <cigamit@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 25 Mar 2003 05:01:57 +0000 (05:01 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4672 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/move_messages.php

index c47024447798924575cd03e8acc913bbd8056830..0256497617ada2af2f7bc75c5a4654ba58bcaa82 100644 (file)
@@ -161,6 +161,9 @@ if ($targetMailbox != $lastTargetMailbox) {
     sqsession_register($lastTargetMailbox, 'lastTargetMailbox');
 }
 $exception = false;
+
+do_hook('move_before_move');
+
 // expunge-on-demand if user isn't using move_to_trash or auto_expunge
 if(isset($expungeButton)) {
     $cnt = sqimap_mailbox_expunge($imapConnection, $mailbox, true);