mirror of
https://github.com/chatmail/core.git
synced 2026-04-23 00:16:34 +03:00
Rename store_seen_flags into store_seen_flags_on_imap
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user