From eb02d48567c46221f9b2b864f75a013e4215f91e Mon Sep 17 00:00:00 2001 From: robin Date: Tue, 21 Nov 2006 08:18:29 +0000 Subject: Bypass Trash folder if Shift-Del was pressed. git-svn-id: https://svn.roundcube.net/trunk@375 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/steps/mail/func.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'roundcubemail/program/steps') 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(); -- cgit v1.2.3