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:
Clément DOUIN
2026-06-01 17:20:57 +02:00
parent ec5a53233f
commit 07078437a2
44 changed files with 53 additions and 62 deletions
+1 -1
View File
@@ -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.