diff --git a/notmuch-more/src/smtp.rs b/notmuch-more/src/smtp.rs index e7d71d0..2c7f043 100644 --- a/notmuch-more/src/smtp.rs +++ b/notmuch-more/src/smtp.rs @@ -64,9 +64,7 @@ impl Smtp { println!("[TRACE] Message reindexed"); Ok(()) } - _ => Err(NotmuchMoreError::Other(anyhow!( - "Error renaming sent message" - ))), + _ => Err(NotmuchMoreError::Other(anyhow!("Failed to reindex"))), } } Err(e) => match e.file.keep() {