mirror of
https://github.com/chatmail/core.git
synced 2026-04-27 18:36:30 +03:00
Move SQL errors into their own module
This commit is contained in:
committed by
Floris Bruynooghe
parent
ea8adf39c2
commit
612600278a
@@ -266,7 +266,7 @@ impl Message {
|
||||
|
||||
Ok(msg)
|
||||
},
|
||||
)
|
||||
).map_err(Into::into)
|
||||
}
|
||||
|
||||
pub fn delete_from_db(context: &Context, msg_id: MsgId) {
|
||||
@@ -1256,7 +1256,7 @@ pub(crate) fn rfc724_mid_exists(
|
||||
|
||||
Ok((server_folder, server_uid, msg_id))
|
||||
},
|
||||
)
|
||||
).map_err(Into::into)
|
||||
}
|
||||
|
||||
pub fn update_server_uid(
|
||||
|
||||
Reference in New Issue
Block a user