mirror of
https://github.com/chatmail/core.git
synced 2026-05-06 06:46:35 +03:00
[wip] fix auto-download for pre-messages
This commit is contained in:
@@ -2284,6 +2284,7 @@ pub(crate) async fn prefetch_should_download(
|
||||
message_id: &str,
|
||||
mut flags: impl Iterator<Item = Flag<'_>>,
|
||||
) -> Result<bool> {
|
||||
return Ok(true);
|
||||
if message::rfc724_mid_exists(context, message_id)
|
||||
.await?
|
||||
.is_some()
|
||||
|
||||
Reference in New Issue
Block a user