Re: #1548: S/MIME-verification bug (409 days old)
On Wed, Jun 09, 2004 at 02:32:07PM +0200, Heiko Heil wrote:
> I have found this bug report[1] today. Since I have the same problem
> (v1.5.6, [2]), I would like to know if/when this bug will be fixed...
> [1] http://bugs.guug.de/db/15/1548.html
> [2] Message-ID: <c9sro8$dsj$1@xxxxxxxxxxxxxxxxx>
Could you try this patch? (For me, this fixes the problem.)
Because mozilla and thunderbird use "Content-Description: S/MIME
Encrypted Message" to indicate that the message is encrypted,
we certainly need this header.
--
tamo
Index: imap/message.c
===================================================================
RCS file: /home/roessler/cvs/mutt/imap/message.c,v
retrieving revision 3.6
diff -u -r3.6 message.c
--- imap/message.c 13 Apr 2004 15:10:38 -0000 3.6
+++ imap/message.c 16 Jul 2004 13:58:15 -0000
@@ -55,7 +55,7 @@
IMAP_HEADER h;
int rc, mfhrc, oldmsgcount;
int fetchlast = 0;
- const char *want_headers = "DATE FROM SUBJECT TO CC MESSAGE-ID REFERENCES
CONTENT-TYPE IN-REPLY-TO REPLY-TO LINES X-LABEL";
+ const char *want_headers = "DATE FROM SUBJECT TO CC MESSAGE-ID REFERENCES
CONTENT-TYPE CONTENT-DESCRIPTION IN-REPLY-TO REPLY-TO LINES X-LABEL";
ctx = idata->ctx;