summaryrefslogtreecommitdiff
path: root/roundcubemail/program/steps
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2007-08-10 13:51:53 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2007-08-10 13:51:53 +0000
commit05206a70216ae362c0c11bba0bcb054520d52f9d (patch)
treead36f262232316ce330e864fc2b47b498d5f560d /roundcubemail/program/steps
parentcd2ebe69c2a25f1653d5c9ed0ca938682f8fbfb0 (diff)
Fix compose function from address book + mozilla compatibility
git-svn-id: https://svn.roundcube.net/trunk@671 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/steps')
-rw-r--r--roundcubemail/program/steps/addressbook/mailto.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/roundcubemail/program/steps/addressbook/mailto.inc b/roundcubemail/program/steps/addressbook/mailto.inc
index 27217e5c8..101b7c043 100644
--- a/roundcubemail/program/steps/addressbook/mailto.inc
+++ b/roundcubemail/program/steps/addressbook/mailto.inc
@@ -25,6 +25,8 @@ $mailto = array();
if ($cid && preg_match('/^[a-z0-9\-_=]+(,[a-z0-9\-_=]+)*$/i', $cid) && $CONTACTS->ready)
{
+ $CONTACTS->set_page(1);
+ $CONTACTS->set_pagesize(100);
$recipients = $CONTACTS->search($CONTACTS->primary_key, $cid);
while (is_object($recipients) && ($rec = $recipients->iterate()))