some comments fix imap->inbox naming in example

This commit is contained in:
holger krekel
2019-11-20 13:28:53 +01:00
parent 8ef0ea8aea
commit bb396685ab
3 changed files with 15 additions and 8 deletions

View File

@@ -496,7 +496,7 @@ pub unsafe fn dc_cmdline(context: &Context, line: &str) -> Result<(), failure::E
println!("{:#?}", context.get_info());
}
"interrupt" => {
interrupt_imap_idle(context);
interrupt_inbox_idle(context, true);
}
"maybenetwork" => {
maybe_network(context);