Rename store_seen_flags into store_seen_flags_on_imap

This commit is contained in:
link2xt
2022-04-17 14:55:10 +00:00
parent 1afbbbc737
commit 1fa892c239
2 changed files with 3 additions and 3 deletions

View File

@@ -1054,7 +1054,7 @@ impl Imap {
}
/// Stores pending `\Seen` flags for messages in `imap_markseen` table.
pub(crate) async fn store_seen_flags(&mut self, context: &Context) -> Result<()> {
pub(crate) async fn store_seen_flags_on_imap(&mut self, context: &Context) -> Result<()> {
self.prepare(context).await?;
let rows = context