intermediate wip commit

This commit is contained in:
holger krekel
2019-07-16 12:06:05 +02:00
parent bc904a495d
commit c652bae68a
2 changed files with 35 additions and 22 deletions

View File

@@ -1006,6 +1006,7 @@ pub unsafe fn dc_job_kill_action(context: &Context, action: libc::c_int) {
pub unsafe fn dc_perform_imap_fetch(context: &Context) {
let inbox = context.inbox.read().unwrap();
info!(context, 0, "dc_perform_imap_fetch got inbox");
let start: libc::clock_t = clock();
if 0 == connect_to_inbox(context, &inbox) {