summaryrefslogtreecommitdiff
path: root/roundcubemail/program/steps
diff options
context:
space:
mode:
authorrobin <robin@208e9e7b-5314-0410-a742-e7e81cd9613c>2006-11-21 08:18:29 +0000
committerrobin <robin@208e9e7b-5314-0410-a742-e7e81cd9613c>2006-11-21 08:18:29 +0000
commiteb02d48567c46221f9b2b864f75a013e4215f91e (patch)
tree7f68c12e35b083ab2a9b0f12f52e00f301d9e048 /roundcubemail/program/steps
parent5905dbf8f92af7b1837c4d9c0bf5893ebaaa6c9c (diff)
Bypass Trash folder if Shift-Del was pressed.
git-svn-id: https://svn.roundcube.net/trunk@375 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/steps')
-rw-r--r--roundcubemail/program/steps/mail/func.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/roundcubemail/program/steps/mail/func.inc b/roundcubemail/program/steps/mail/func.inc
index fb7b14c65..76bb9b712 100644
--- a/roundcubemail/program/steps/mail/func.inc
+++ b/roundcubemail/program/steps/mail/func.inc
@@ -79,6 +79,7 @@ function rcmail_mailbox_list($attrib)
// add some labels to client
rcube_add_label('purgefolderconfirm');
+ rcube_add_label('deletemessagesconfirm');
// $mboxlist_start = rcube_timer();