From: Thomas Roessler Date: Tue, 9 May 2000 17:47:58 +0000 (+0000) Subject: Make the X-Label patch work over IMAP. X-Git-Tag: mutt-1-3-1-rel~53 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7908b6db4cfe6aba1d0e4f76a304bfd48f2c8db6;p=mutt Make the X-Label patch work over IMAP. --- diff --git a/imap/message.c b/imap/message.c index 082632aa..8bf9c91e 100644 --- a/imap/message.c +++ b/imap/message.c @@ -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;