adapt wording

This commit is contained in:
B. Petersen
2019-11-03 17:15:36 +01:00
committed by holger krekel
parent 0ea017c53d
commit 87abc6e4a2

View File

@@ -1022,8 +1022,9 @@ pub fn interrupt_smtp_idle(context: &Context) {
} }
pub fn interrupt_imap_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.perform_inbox_jobs_needed.write().unwrap() = true;
context.inbox.read().unwrap().interrupt_idle(); context.inbox.read().unwrap().interrupt_idle();
} }