diff options
Diffstat (limited to '')
-rw-r--r-- | imbox.c | 3 |
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 ); |