From e0495677e9fd91e040fda06fb62000c13fee9e09 Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Mon, 8 Jun 2009 11:23:50 +0000 Subject: [PATCH] Fixed double replies with "Preserve IDs = 1" SVN revision: 2210 --- src/elogd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/elogd.c b/src/elogd.c index a1132718..3874ae66 100755 --- a/src/elogd.c +++ b/src/elogd.c @@ -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) 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 { /* if called recursively (for threads), put in correct in_reply_to */ str[0] = 0;