diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-10-14 17:49:35 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-10-14 17:49:35 -0700 |
commit | c8e3ea955d21f764d7cc930bde207604beae3c9f (patch) | |
tree | a5f9cf9545032b931bc39f381aefbf783d937192 /include/import.php | |
parent | b33a9a71f6d13efb68d140ecbc41cc442564cde0 (diff) | |
download | volse-hubzilla-c8e3ea955d21f764d7cc930bde207604beae3c9f.tar.gz volse-hubzilla-c8e3ea955d21f764d7cc930bde207604beae3c9f.tar.bz2 volse-hubzilla-c8e3ea955d21f764d7cc930bde207604beae3c9f.zip |
more mail sync work
Diffstat (limited to 'include/import.php')
-rw-r--r-- | include/import.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/import.php b/include/import.php index d5ff0d617..1734bd263 100644 --- a/include/import.php +++ b/include/import.php @@ -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']), |