Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
matidau committed Jul 14, 2024
1 parent 1903e7d commit b0cbad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/imap/imap.php
Original file line number Diff line number Diff line change
Expand Up @@ -1112,7 +1112,7 @@ public function GetMessageList($folderid, $cutoffdate) {
$message["star"] = 0;
}

ZLog::Write(LOGLEVEL_WARN, sprintf("GetMessageList() isset draft=%s, overview draft=%s", isset($overview->draft), $overview->draft ));
ZLog::Write(LOGLEVEL_WARN, sprintf("GetMessageList() isset draft=%s, overview draft=%s, folderisdrafts=%s, folder->type=%s, SYNC_FOLDER_TYPE_DRAFTS=%s", isset($overview->draft), $overview->draft, ($folder->type === SYNC_FOLDER_TYPE_DRAFTS), $folder->type, SYNC_FOLDER_TYPE_DRAFTS ));

// 'draft'
if (isset($overview->draft) && $overview->draft) {
Expand Down

0 comments on commit b0cbad5

Please sign in to comment.