mirror of
https://github.com/chatmail/core.git
synced 2026-04-24 17:06:28 +03:00
wip: stop sharing the inbox across threads
This commit is contained in:
@@ -496,10 +496,12 @@ pub unsafe fn dc_cmdline(context: &Context, line: &str) -> Result<(), failure::E
|
||||
println!("{:#?}", context.get_info());
|
||||
}
|
||||
"interrupt" => {
|
||||
interrupt_imap_idle(context);
|
||||
// interrupt_imap_idle(context);
|
||||
unimplemented!()
|
||||
}
|
||||
"maybenetwork" => {
|
||||
maybe_network(context);
|
||||
// maybe_network(context);
|
||||
unimplemented!()
|
||||
}
|
||||
"housekeeping" => {
|
||||
sql::housekeeping(context);
|
||||
|
||||
Reference in New Issue
Block a user