From 133bb07f78b9486f0a524390253f08a0b446c584 Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Fri, 05 Dec 2008 02:38:54 -0500 Subject: [PATCH] - performance: skip imap connection for attachments actions - created attachments.inc file for attachment upload, remove and display actions --- index.php | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index 74c7c21..6f24ef7 100644 --- a/index.php +++ b/index.php @@ -176,8 +176,9 @@ 'send' => 'sendmail.inc', 'expunge' => 'folders.inc', 'purge' => 'folders.inc', - 'remove-attachment' => 'compose.inc', - 'display-attachment' => 'compose.inc', + 'remove-attachment' => 'attachments.inc', + 'display-attachment' => 'attachments.inc', + 'upload' => 'attachments.inc', ), 'addressbook' => array( -- Gitblit v1.9.1