mirror of
https://github.com/pimalaya/himalaya.git
synced 2026-06-17 21:37:55 +08:00
refactor: drop HIMALAYA_CONFIG support
Clap env vars are hard to customize across Pimalaya projects, and they can always be replaced by arg or flag.
This commit is contained in:
@@ -24,7 +24,7 @@ use pimalaya_cli::printer::{Message, Printer};
|
||||
|
||||
use crate::{
|
||||
imap::{client::ImapClient, mailbox::arg::MailboxNameArg},
|
||||
shared::messages::arg::MessageArg,
|
||||
shared::message::arg::MessageArg,
|
||||
};
|
||||
|
||||
/// Save a message to a mailbox.
|
||||
|
||||
Reference in New Issue
Block a user