about summary refs log tree commit diff
path: root/archive.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-06-11 19:05:54 -0400
committerJune McEnroe <june@causal.agency>2021-06-11 19:05:54 -0400
commit64003835f0446d05b5a53a527e29d5634a9b80be (patch)
treed47e729ed753a8d2c4e7ae5a50953ffc309c3196 /archive.c
parentGenerate arbitrary search pages and feeds (diff)
downloadbubger-64003835f0446d05b5a53a527e29d5634a9b80be.tar.gz
bubger-64003835f0446d05b5a53a527e29d5634a9b80be.zip
Generate navigation for search pages
Diffstat (limited to 'archive.c')
-rw-r--r--archive.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/archive.c b/archive.c
index 400e040..74491a1 100644
--- a/archive.c
+++ b/archive.c
@@ -171,7 +171,7 @@ searchThreads(struct IMAP *imap, const char *name, const char *expr) {
 	respFree(resp);
 
 concat:
-	concatSearch(name, threads, envelopes);
+	concatSearch(name, threads, envelopes, search.names, search.len);
 
 	for (size_t i = 0; i < threads.len; ++i) {
 		envelopeFree(envelopes[i]);