mirror of
https://github.com/pimalaya/himalaya.git
synced 2026-06-17 13:17:55 +08:00
refactor: use imap and smtp streams from toolbox
This commit is contained in:
+3
-1
@@ -20,7 +20,9 @@ fn main() {
|
||||
let config_paths = cli.config_paths.as_ref();
|
||||
let account_name = cli.account.name.as_deref();
|
||||
|
||||
let result = cli.command.exec(&mut printer, config_paths, account_name);
|
||||
let result = cli
|
||||
.command
|
||||
.execute(&mut printer, config_paths, account_name);
|
||||
|
||||
ErrorReport::eval(&mut printer, result)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user