From 2be7960cc8dde34d23a2edea7131cd59c712f2cb Mon Sep 17 00:00:00 2001 From: thomasb Date: Wed, 21 Sep 2011 20:43:47 +0000 Subject: Skip confirmation dialog when deleting a contact from a source that supports undelete operations git-svn-id: https://svn.roundcube.net/trunk@5264 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/include/rcmail.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'roundcubemail/program/include') diff --git a/roundcubemail/program/include/rcmail.php b/roundcubemail/program/include/rcmail.php index ca62fa2bb..edda07ca7 100644 --- a/roundcubemail/program/include/rcmail.php +++ b/roundcubemail/program/include/rcmail.php @@ -483,7 +483,8 @@ class rcmail 'name' => rcube_label('personaladrbook'), 'groups' => $this->address_books['0']->groups, 'readonly' => $this->address_books['0']->readonly, - 'autocomplete' => in_array('sql', $autocomplete) + 'autocomplete' => in_array('sql', $autocomplete), + 'undelete' => $this->address_books['0']->undelete && $this->config->get('undo_timeout'), ); } -- cgit v1.2.3