From a894ba5029a09fb9d0453b5cf9c944ce313f8a48 Mon Sep 17 00:00:00 2001
From: svncommit <devs@roundcube.net>
Date: Thu, 29 Jun 2006 19:41:40 -0400
Subject: [PATCH] Removeable attachments, Auto-default folder creation, bug fixes

---
 index.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/index.php b/index.php
index 84e11ae..88c7120 100644
--- a/index.php
+++ b/index.php
@@ -259,7 +259,7 @@
   if ($_action=='upload')
     include('program/steps/mail/upload.inc');
 
-  if ($_action=='compose')
+  if ($_action=='compose' || $_action=='remove-attachment')
     include('program/steps/mail/compose.inc');
 
   if ($_action=='addcontact')

--
Gitblit v1.9.1