diff options
author | June McEnroe <june@causal.agency> | 2021-06-11 19:05:54 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-06-11 19:05:54 -0400 |
commit | 64003835f0446d05b5a53a527e29d5634a9b80be (patch) | |
tree | d47e729ed753a8d2c4e7ae5a50953ffc309c3196 /archive.c | |
parent | Generate arbitrary search pages and feeds (diff) | |
download | bubger-64003835f0446d05b5a53a527e29d5634a9b80be.tar.gz bubger-64003835f0446d05b5a53a527e29d5634a9b80be.zip |
Generate navigation for search pages
Diffstat (limited to '')
-rw-r--r-- | archive.c | 2 |
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]); |