Commit 9c9991fd authored by mku's avatar mku

ZP-327 #comment Merge contribution - BackendIMAP - Fix; folder type to...

ZP-327 #comment Merge contribution - BackendIMAP - Fix; folder type to user_mail instead of other #time 5m

git-svn-id: https://z-push.org/svn/z-push/trunk@1574 b7dd7b3b-3a3c-0410-9da9-bee62a6cc5b5
parent 4aaca4e1
......@@ -823,7 +823,7 @@ class BackendIMAP extends BackendDiff {
$folder->displayname = Utils::Utf7_to_utf8(Utils::Utf7_iconv_decode($imapid));
$folder->parentid = "0";
}
$folder->type = SYNC_FOLDER_TYPE_OTHER;
$folder->type = SYNC_FOLDER_TYPE_USER_MAIL;
}
//advanced debugging
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment