From 93f061f78a8b914a731838058a38354a62d002de Mon Sep 17 00:00:00 2001 From: redmatrix Date: Thu, 15 Oct 2015 18:52:04 -0700 Subject: mail sync/migrate continued; also abstract delivery loop to make it re-usable, change refresh_all to use delivery loop. --- include/identity.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/identity.php') diff --git a/include/identity.php b/include/identity.php index ad5bfbe6d..672ed6763 100644 --- a/include/identity.php +++ b/include/identity.php @@ -643,7 +643,7 @@ function identity_basic_export($channel_id, $items = false) { } - $r = q("select mail.*, conv.guid as conv_guid from mail left join conv on mail.convid = conv.id where mail.uid = %d", + $r = q("select * from mail where mail.uid = %d", intval($channel_id) ); if($r) { -- cgit v1.2.3