From 0fc5fdecc70fe0da64795f525412b1f1265f6ed5 Mon Sep 17 00:00:00 2001 From: Jason Gochanour Date: Tue, 31 May 2016 13:46:10 -0600 Subject: [PATCH] Removed threaded change. --- src/elogd.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/elogd.c b/src/elogd.c index 47510756..76a73890 100755 --- a/src/elogd.c +++ b/src/elogd.c @@ -20737,8 +20737,7 @@ void show_elog_list(LOGBOOK * lbs, int past_n, int last_n, int page_n, BOOL defa if (i == *msg_list[index].lbs->n_el_index) break; - //in_reply_to_id = msg_list[index].lbs->el_index[i].in_reply_to; - in_reply_to_id = 0; + in_reply_to_id = msg_list[index].lbs->el_index[i].in_reply_to; } while (in_reply_to_id);