diff --git a/src/imap/select_folder.rs b/src/imap/select_folder.rs index baaae3d0b..c712325b5 100644 --- a/src/imap/select_folder.rs +++ b/src/imap/select_folder.rs @@ -27,7 +27,8 @@ impl ImapSession { /// Issues a CLOSE command if selected folder needs expunge, /// i.e. if Delta Chat marked a message there as deleted previously. /// - /// CLOSE is considerably faster than an EXPUNGE, see + /// CLOSE is considerably faster than an EXPUNGE + /// because no EXPUNGE responses are sent, see /// pub(super) async fn maybe_close_folder(&mut self, context: &Context) -> anyhow::Result<()> { if let Some(folder) = &self.selected_folder {