You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/Model/IMAPMessage.php
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -537,6 +537,7 @@ public function toDbMessage(int $mailboxId, MailAccount $account): Message {
537
537
|| in_array('junk', $flags, true)
538
538
); // While this is not a standard IMAP flag, Thunderbird uses it to mark "junk"
539
539
$msg->setFlagNotjunk(in_array(Horde_Imap_Client::FLAG_NOTJUNK, $flags, true) || in_array('nonjunk', $flags, true));// While this is not a standard IMAP Flag, Thunderbird uses it to mark "not junk"
0 commit comments