thomascube
2011-05-13 e2f185e1b3161b0d1de12a04d70d8d32f1fd8761
Don't connect to address books unless necessary

1 files modified
2 ■■■ changed files
program/steps/mail/func.inc 2 ●●● patch | view | raw | blame | history
program/steps/mail/func.inc
@@ -1248,7 +1248,7 @@
  $j = 0;
  $out = '';
  if ($got_writable_abook === null && $books = $RCMAIL->get_address_sources(true)) {
  if ($addicon && $got_writable_abook === null && $books = $RCMAIL->get_address_sources(true)) {
    $got_writable_abook = true;
  }