mirror of
https://github.com/chatmail/core.git
synced 2026-05-19 23:06:32 +03:00
Rename Param::MessageId into Param::MsgId
MsgId refers to database ID, same as crate::message::MsgId newtype.
This commit is contained in:
@@ -1079,7 +1079,7 @@ fn suspend_smtp_thread(context: &Context, suspend: bool) {
|
||||
|
||||
fn send_mdn(context: &Context, msg: &Message) -> Result<()> {
|
||||
let mut param = Params::new();
|
||||
param.set(Param::MessageId, msg.id.to_u32().to_string());
|
||||
param.set(Param::MsgId, msg.id.to_u32().to_string());
|
||||
|
||||
job_add(context, Action::SendMdn, msg.from_id as i32, param, 0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user