fix logs attachment cmd

This commit is contained in:
Clément DOUIN
2021-04-04 17:41:31 +02:00
parent 9602fc0b5b
commit d99e17af75
+1 -1
View File
@@ -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(),