mirror of
https://github.com/chatmail/core.git
synced 2026-05-01 20:36:31 +03:00
Minor changes in comments
This commit is contained in:
@@ -369,7 +369,7 @@ impl Job {
|
|||||||
}
|
}
|
||||||
|
|
||||||
self.smtp_send(context, recipients, body, self.job_id, || {
|
self.smtp_send(context, recipients, body, self.job_id, || {
|
||||||
// Remove additional SendMdn jobs we have aggretated into this one.
|
// Remove additional SendMdn jobs we have aggregated into this one.
|
||||||
job_kill_ids(context, &additional_job_ids)?;
|
job_kill_ids(context, &additional_job_ids)?;
|
||||||
Ok(())
|
Ok(())
|
||||||
})
|
})
|
||||||
@@ -889,8 +889,8 @@ fn job_perform(context: &Context, thread: Thread, probe_network: bool) {
|
|||||||
|
|
||||||
// some configuration jobs are "exclusive":
|
// some configuration jobs are "exclusive":
|
||||||
// - they are always executed in the imap-thread and the smtp-thread is suspended during execution
|
// - they are always executed in the imap-thread and the smtp-thread is suspended during execution
|
||||||
// - they may change the database handle change the database handle; we do not keep old pointers therefore
|
// - they may change the database handle; we do not keep old pointers therefore
|
||||||
// - they can be re-executed one time AT_ONCE, but they are not save in the database for later execution
|
// - they can be re-executed one time AT_ONCE, but they are not saved in the database for later execution
|
||||||
if Action::ConfigureImap == job.action || Action::ImexImap == job.action {
|
if Action::ConfigureImap == job.action || Action::ImexImap == job.action {
|
||||||
job_kill_action(context, job.action);
|
job_kill_action(context, job.action);
|
||||||
context
|
context
|
||||||
|
|||||||
Reference in New Issue
Block a user