insert_tombstone

Function insert_tombstone 

Source
pub(crate) async fn insert_tombstone(
    context: &Context,
    rfc724_mid: &str,
) -> Result<MsgId>
Expand description

Inserts a tombstone into msgs table to prevent downloading the same message in the future.

Returns tombstone database row ID.