diff options
author | June McEnroe <june@causal.agency> | 2019-12-22 17:17:40 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-12-22 17:17:54 -0500 |
commit | 77ff279f494c3641f78ee73e5ed17f8507832c07 (patch) | |
tree | aacdac319518fe1dd20c5d5b53e10c4251bc5450 | |
parent | Add missing include (diff) | |
download | imbox-77ff279f494c3641f78ee73e5ed17f8507832c07.tar.gz imbox-77ff279f494c3641f78ee73e5ed17f8507832c07.zip |
Export To and CC headers
Diffstat (limited to '')
-rw-r--r-- | imbox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/imbox.c b/imbox.c index 0fdf36d..ebbe234 100644 --- a/imbox.c +++ b/imbox.c @@ -330,7 +330,7 @@ int main(int argc, char *argv[]) { fprintf( imap, "%s UID FETCH %s (BODY[HEADER.FIELDS (" - "Date From Subject Message-Id In-Reply-To " + "Date From To Cc Subject Message-Id In-Reply-To " "Content-Transfer-Encoding" ")] BODY[TEXT])\r\n", Atoms[Fetch], uids |