summary refs log tree commit diff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--litterbox.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/litterbox.c b/litterbox.c
index 1e49bf5..2a156b1 100644
--- a/litterbox.c
+++ b/litterbox.c
@@ -281,6 +281,7 @@ static void insertTopic(
 static void handleReplyTopic(struct Message *msg) {
 	require(msg, false, 2);
 	if (!strcmp(msg->cmd, "331")) msg->params[2] = "";
+	insertContext(msg->params[1], false);
 	insertTopic(msg->time, msg->params[1], msg->params[2]);
 }
 
span title='2021-01-19 23:23:59 -0500'>2021-01-19Escape \ and / in mtags search patternsJune McEnroe 2021-01-20Use mtags in source-filterJune McEnroe 2021-01-19Add mtags to generate tags for make and mdocJune McEnroe 2021-01-19Map tags to IDs using only [[:alnum:]-._]June McEnroe 2021-01-19Don't use a pager if reading standard inputJune McEnroe 2021-01-19Support BSD make syntax and match *.amJune McEnroe 2021-01-19Match tab following escaped newline in make assignmentsJune McEnroe 2021-01-18Allow matching lexers using first input lineJune McEnroe