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 d60a960 commit 019d604Copy full SHA for 019d604
src/receive_imf.rs
@@ -1145,8 +1145,9 @@ async fn decide_chat_assignment(
1145
info!(context, "Message is an MDN (TRASH).");
1146
true
1147
} else if mime_parser.delivery_report.is_some() {
1148
+ // Auto-marking DSNs as IMAP-seen should be avoided because the user may want to see them in
1149
+ // another MUA.
1150
info!(context, "Message is a DSN (TRASH).");
- markseen_on_imap_table(context, rfc724_mid).await.ok();
1151
1152
} else if mime_parser.get_header(HeaderDef::ChatEdit).is_some()
1153
|| mime_parser.get_header(HeaderDef::ChatDelete).is_some()
0 commit comments