We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfebc28 commit f461b8dCopy full SHA for f461b8d
1 file changed
src/receive_imf.rs
@@ -1162,8 +1162,9 @@ async fn decide_chat_assignment(
1162
info!(context, "Message is an MDN (TRASH).");
1163
true
1164
} else if mime_parser.delivery_report.is_some() {
1165
+ // Auto-marking DSNs as IMAP-seen should be avoided because the user may want to see them in
1166
+ // another MUA.
1167
info!(context, "Message is a DSN (TRASH).");
- markseen_on_imap_table(context, rfc724_mid).await.ok();
1168
1169
} else if mime_parser.get_header(HeaderDef::ChatEdit).is_some()
1170
|| mime_parser.get_header(HeaderDef::ChatDelete).is_some()
0 commit comments