mirror of
https://github.com/pimalaya/himalaya.git
synced 2026-06-16 20:57:53 +08:00
fix logs attachment cmd
This commit is contained in:
+1
-1
@@ -229,7 +229,7 @@ pub fn msg_matches(matches: &ArgMatches) -> Result<()> {
|
||||
let attachments = Attachments::from_bytes(&msg)?;
|
||||
|
||||
match output_fmt {
|
||||
"text" => {
|
||||
"plain" => {
|
||||
println!(
|
||||
"{} attachment(s) found for message {}",
|
||||
attachments.0.len(),
|
||||
|
||||
Reference in New Issue
Block a user