From 9b09a5ff483aef05dc5b4d9ab0fd0243d21cb1d3 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Sat, 12 Jun 2021 19:20:47 -0400 Subject: Use SEARCH for a subset of thread roots This does way less duplicate work by fetching all threads and all thread root envelopes once, then doing searches for subsets of thread roots. --- imap.h | 1 + 1 file changed, 1 insertion(+) (limited to 'imap.h') diff --git a/imap.h b/imap.h index 015c8b8..e5a925a 100644 --- a/imap.h +++ b/imap.h @@ -48,6 +48,7 @@ X(AtomUIDNext, "UIDNEXT") \ X(AtomUIDValidity, "UIDVALIDITY") \ X(AtomFetch, "FETCH") \ + X(AtomSearch, "SEARCH") \ X(AtomThread, "THREAD") \ X(AtomUID, "UID") \ X(AtomEnvelope, "ENVELOPE") \ -- cgit 1.4.1