From e8c3613e4596ab2933966921236372b8cef5dae2 Mon Sep 17 00:00:00 2001 From: roundcube Date: Wed, 25 Jan 2006 22:56:53 +0000 Subject: Added folder purge function and some checks git-svn-id: https://svn.roundcube.net/trunk@127 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/steps/addressbook/func.inc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'roundcubemail/program/steps/addressbook') diff --git a/roundcubemail/program/steps/addressbook/func.inc b/roundcubemail/program/steps/addressbook/func.inc index f7993c9bc..6d3e95ea2 100644 --- a/roundcubemail/program/steps/addressbook/func.inc +++ b/roundcubemail/program/steps/addressbook/func.inc @@ -91,6 +91,9 @@ function rcmail_contacts_list($attrib) $OUTPUT->add_script($javascript); + // add some labels to client + rcube_add_label('deletecontactconfirm'); + return $out; } -- cgit v1.2.3