Aleksander Machniak
2012-07-24 e19fafae04c6733a3c8ccddf9a6565ef2b40dce5
Prefer default addressbook also when checking for existence of MDN request recipient
1 files modified
2 ■■■ changed files
program/steps/mail/show.inc 2 ●●● patch | view | raw | blame | history
program/steps/mail/show.inc
@@ -257,7 +257,7 @@
  if ($email) {
    // @TODO: search in all address books?
    $CONTACTS = $RCMAIL->get_address_book(null, true);
    $CONTACTS = $RCMAIL->get_address_book(-1, true);
    $existing = $CONTACTS->search('email', $email, true, false);
    if ($existing->count)
      return true;