summaryrefslogtreecommitdiff
path: root/roundcubemail/program/steps/addressbook
diff options
context:
space:
mode:
authorroundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c>2006-01-25 22:56:53 +0000
committerroundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c>2006-01-25 22:56:53 +0000
commite8c3613e4596ab2933966921236372b8cef5dae2 (patch)
treeeea580033e075928641048b5cc858db1c2ff1734 /roundcubemail/program/steps/addressbook
parentb63300e546fe5e2dc9aab2785a365d116f11d56a (diff)
Added folder purge function and some checks
git-svn-id: https://svn.roundcube.net/trunk@127 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/steps/addressbook')
-rw-r--r--roundcubemail/program/steps/addressbook/func.inc3
1 files changed, 3 insertions, 0 deletions
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;
}