]> granicus.if.org Git - mutt/commitdiff
IMAP line count fix from Tommi.Komulainen@iki.fi.
authorThomas Roessler <roessler@does-not-exist.org>
Wed, 24 Nov 1999 12:53:46 +0000 (12:53 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Wed, 24 Nov 1999 12:53:46 +0000 (12:53 +0000)
imap/message.c

index 408bbcf8f835328dfb24868c53d03dc763ec2de9..e4566e2ed1df3610543da75c6692eb109baae779 100644 (file)
@@ -54,7 +54,7 @@ int imap_read_headers (CONTEXT *ctx, int msgbegin, int msgend)
   long bytes = 0;
   int msgno,fetchlast;
   IMAP_HEADER *h, *h0;
-  const char *want_headers = "DATE FROM SUBJECT TO CC MESSAGE-ID REFERENCES CONTENT-TYPE IN-REPLY-TO REPLY-TO";
+  const char *want_headers = "DATE FROM SUBJECT TO CC MESSAGE-ID REFERENCES CONTENT-TYPE IN-REPLY-TO REPLY-TO LINES";
   int using_body_peek = 0;
   fetchlast = 0;