From 8716fca0d0248e89b8b2410acc6d405732bad6e8 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Sun, 13 Sep 2015 03:35:44 -0400
Subject: [PATCH] Small improvements

---
 program/steps/mail/func.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/program/steps/mail/func.inc b/program/steps/mail/func.inc
index 9feb767..920eb80 100644
--- a/program/steps/mail/func.inc
+++ b/program/steps/mail/func.inc
@@ -773,7 +773,7 @@
             // get default addressbook, like in addcontact.inc
             $CONTACTS = $RCMAIL->get_address_book(-1, true);
 
-            if ($CONTACTS) {
+            if ($CONTACTS && $message->sender['mailto']) {
                 $result = $CONTACTS->search('email', $message->sender['mailto'], 1, false);
                 if ($result->count) {
                     $message->set_safe(true);

--
Gitblit v1.9.1