mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +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
ae9f52e001
commit
abbbd0cb67
@@ -786,7 +786,7 @@ unsafe fn dc_add_smtp_job(
|
||||
b"\x1e\x00" as *const u8 as *const libc::c_char,
|
||||
);
|
||||
param.set(Param::File, as_str(pathNfilename));
|
||||
param.set(Param::File, as_str(recipients));
|
||||
param.set(Param::Recipients, as_str(recipients));
|
||||
dc_job_add(
|
||||
context,
|
||||
action,
|
||||
|
||||
Reference in New Issue
Block a user