mirror of
https://github.com/soywod/himalaya.git
synced 2025-04-18 07:13:38 +00:00
fix logs attachment cmd
This commit is contained in:
parent
9602fc0b5b
commit
d99e17af75
1 changed files with 1 additions and 1 deletions
|
@ -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(),
|
||||
|
|
Loading…
Add table
Reference in a new issue