mirror of
https://github.com/chatmail/core.git
synced 2026-04-21 15:36:30 +03:00
make idle wait only as long as the next job wants to run
This commit is contained in:
@@ -491,7 +491,7 @@ pub fn dc_cmdline(context: &Context, line: &str) -> Result<(), failure::Error> {
|
||||
println!("{:#?}", context.get_info());
|
||||
}
|
||||
"interrupt" => {
|
||||
interrupt_inbox_idle(context, true);
|
||||
interrupt_inbox_idle(context);
|
||||
}
|
||||
"maybenetwork" => {
|
||||
maybe_network(context);
|
||||
|
||||
Reference in New Issue
Block a user