mirror of
https://github.com/chatmail/core.git
synced 2026-05-03 21:36:29 +03:00
adapt wording
This commit is contained in:
committed by
holger krekel
parent
0ea017c53d
commit
87abc6e4a2
@@ -1022,8 +1022,9 @@ pub fn interrupt_smtp_idle(context: &Context) {
|
||||
}
|
||||
|
||||
pub fn interrupt_imap_idle(context: &Context) {
|
||||
info!(context, "Interrupting IMAP-IDLE...",);
|
||||
info!(context, "Interrupting INBOX-IDLE...",);
|
||||
|
||||
*context.perform_inbox_jobs_needed.write().unwrap() = true;
|
||||
|
||||
context.inbox.read().unwrap().interrupt_idle();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user