summaryrefslogtreecommitdiff
path: root/melib/src/backends/imap/untagged.rs
diff options
context:
space:
mode:
Diffstat (limited to 'melib/src/backends/imap/untagged.rs')
-rw-r--r--melib/src/backends/imap/untagged.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/melib/src/backends/imap/untagged.rs b/melib/src/backends/imap/untagged.rs
index 785a8610..5f80beb3 100644
--- a/melib/src/backends/imap/untagged.rs
+++ b/melib/src/backends/imap/untagged.rs
@@ -309,7 +309,7 @@ impl ImapConnection {
);
match super::protocol_parser::search_results_raw(&response)
.map(|(_, v)| v)
- .map_err(MeliError::from)
+ .map_err(Error::from)
{
Ok(&[]) => {
debug!("UID SEARCH RECENT returned no results");