more mail sync work

This commit is contained in:
redmatrix
2015-10-14 17:49:35 -07:00
parent b33a9a71f6
commit c8e3ea955d
2 changed files with 7 additions and 8 deletions

View File

@@ -848,6 +848,7 @@ function import_mail($channel,$mails) {
$m = get_mail_elements($mail);
if(! $m)
continue;
if($mail['conv_guid']) {
$x = q("select id from conv where guid = '%s' and uid = %d limit 1",
dbesc($mail['conv_guid']),