mirror of
https://github.com/chatmail/core.git
synced 2026-05-12 19:36:32 +03:00
fix a failure which blocked correctly sending out messages (dc_job_add_smtp mis-set filename)
This commit is contained in:
committed by
dignifiedquire
parent
6772d6f66c
commit
1cd2a62caf
@@ -786,7 +786,7 @@ unsafe fn dc_add_smtp_job(
|
|||||||
b"\x1e\x00" as *const u8 as *const libc::c_char,
|
b"\x1e\x00" as *const u8 as *const libc::c_char,
|
||||||
);
|
);
|
||||||
param.set(Param::File, as_str(pathNfilename));
|
param.set(Param::File, as_str(pathNfilename));
|
||||||
param.set(Param::File, as_str(recipients));
|
param.set(Param::Recipients, as_str(recipients));
|
||||||
dc_job_add(
|
dc_job_add(
|
||||||
context,
|
context,
|
||||||
action,
|
action,
|
||||||
|
|||||||
Reference in New Issue
Block a user