From 76a3830075ba4d283890f1a7a22c3280ffa34d92 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Sun, 22 Dec 2019 17:03:46 -0500 Subject: Export In-Reply-To headers --- imbox.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/imbox.c b/imbox.c index f2c65e8..66fada0 100644 --- a/imbox.c +++ b/imbox.c @@ -329,7 +329,8 @@ int main(int argc, char *argv[]) { fprintf( imap, "%s UID FETCH %s (BODY[HEADER.FIELDS (" - "Date From Subject Message-Id Content-Transfer-Encoding" + "Date From Subject Message-Id In-Reply-To " + "Content-Transfer-Encoding" ")] BODY[TEXT])\r\n", Atoms[Fetch], uids ); -- cgit 1.4.1