Per last commit, fix other places using msg message file extension - change to eml
[squirrelmail.git] / src / delete_message.php
1 <?php
2
3 /**
4 * delete_message.php
5 *
6 * Deletes a meesage from the IMAP server
7 *
8 * @copyright &copy; 1999-2007 The SquirrelMail Project Team
9 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
10 * @version $Id$
11 * @package squirrelmail
12 */
13
14 define('PAGE_NAME', 'delete_message');
15
16 /**
17 * Include the SquirrelMail initialization file.
18 */
19 include('../include/init.php');
20 error_box('delete_message.php script is obsolete since 1.5.1.');
21 $oTemplate->display('footer.tpl');