fix logs attachment cmd

This commit is contained in:
Clément DOUIN 2021-04-04 17:41:31 +02:00
parent 9602fc0b5b
commit d99e17af75
No known key found for this signature in database
GPG key ID: 69C9B9CFFDEE2DEF

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(),