mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Fixed double replies with "Preserve IDs = 1"
SVN revision: 2210
This commit is contained in:
parent
77e64a05ff
commit
e0495677e9
@ -22726,7 +22726,7 @@ void copy_to(LOGBOOK * lbs, int src_id, char *dest_logbook, int move, int orig_i
|
|||||||
|
|
||||||
if (getcfg(lbs->name, "Preserve IDs", str, sizeof(str)) && atoi(str) == 1)
|
if (getcfg(lbs->name, "Preserve IDs", str, sizeof(str)) && atoi(str) == 1)
|
||||||
message_id = el_submit(lbs_dest, message_id, bedit, date, attr_list, attrib, lbs->n_attr, text, in_reply_to, reply_to,
|
message_id = el_submit(lbs_dest, message_id, bedit, date, attr_list, attrib, lbs->n_attr, text, in_reply_to, reply_to,
|
||||||
encoding, attachment, TRUE, NULL);
|
encoding, attachment, FALSE, NULL);
|
||||||
else {
|
else {
|
||||||
/* if called recursively (for threads), put in correct in_reply_to */
|
/* if called recursively (for threads), put in correct in_reply_to */
|
||||||
str[0] = 0;
|
str[0] = 0;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user