mirror of
https://github.com/chatmail/core.git
synced 2026-05-06 06:46:35 +03:00
Remove outdated comment
This commit is contained in:
@@ -314,8 +314,7 @@ fn add_parts(
|
|||||||
} else {
|
} else {
|
||||||
MessengerMessage::No
|
MessengerMessage::No
|
||||||
};
|
};
|
||||||
// incoming non-chat messages may be discarded;
|
// incoming non-chat messages may be discarded
|
||||||
// maybe this can be optimized later, by checking the state before the message body is downloaded
|
|
||||||
let mut allow_creation = true;
|
let mut allow_creation = true;
|
||||||
let show_emails =
|
let show_emails =
|
||||||
ShowEmails::from_i32(context.get_config_int(Config::ShowEmails)).unwrap_or_default();
|
ShowEmails::from_i32(context.get_config_int(Config::ShowEmails)).unwrap_or_default();
|
||||||
|
|||||||
Reference in New Issue
Block a user