🐛 fix(error): correct spelling error in error message
- fix typo "LableNotFoundInMailbox" to "LabelNotFoundInMailbox"
This commit is contained in:
committed by
Jeremiah Russell
parent
3986349c08
commit
8003cdd76a
@@ -23,7 +23,7 @@ pub enum Error {
|
|||||||
NoQueryStringCalculated(usize),
|
NoQueryStringCalculated(usize),
|
||||||
/// No label found in the mailbox
|
/// No label found in the mailbox
|
||||||
#[error("Label {0} not found in the mailbox")]
|
#[error("Label {0} not found in the mailbox")]
|
||||||
LableNotFoundInMailbox(String),
|
LabelNotFoundInMailbox(String),
|
||||||
/// Rule not found for ID
|
/// Rule not found for ID
|
||||||
#[error("No rule for id {0}")]
|
#[error("No rule for id {0}")]
|
||||||
RuleNotFound(usize),
|
RuleNotFound(usize),
|
||||||
|
|||||||
Reference in New Issue
Block a user