summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-12-22 17:03:46 -0500
committerJune McEnroe <june@causal.agency>2019-12-22 17:03:46 -0500
commit76a3830075ba4d283890f1a7a22c3280ffa34d92 (patch)
treed104fd64e9b903e7dbfe56ae7e8c493a7c775ecf
parentAdd git-fetch-email to README (diff)
downloadimbox-76a3830075ba4d283890f1a7a22c3280ffa34d92.tar.gz
imbox-76a3830075ba4d283890f1a7a22c3280ffa34d92.zip
Export In-Reply-To headers
-rw-r--r--imbox.c3
1 files changed, 2 insertions, 1 deletions
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
 				);