]> granicus.if.org Git - mutt/commitdiff
Make the X-Label patch work over IMAP.
authorThomas Roessler <roessler@does-not-exist.org>
Tue, 9 May 2000 17:47:58 +0000 (17:47 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Tue, 9 May 2000 17:47:58 +0000 (17:47 +0000)
imap/message.c

index 082632aa8dcca967aaae5cd85fb8ebda697a7af6..8bf9c91ecf3f551c5e49f671dab97409e7a86951 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 LINES";
+  const char *want_headers = "DATE FROM SUBJECT TO CC MESSAGE-ID REFERENCES CONTENT-TYPE IN-REPLY-TO REPLY-TO LINES X-LABEL";
   int using_body_peek = 0;
   int c;