Re: Full Headers?



On 2001.07.09 03:34 Pawel Salek wrote:
> 
> On 2001-07-08 07:30 balsa@microwave.com wrote:
> > I know this is three posts by me in a row, I'm just completely baffled
> > by
> > this. Despite what I've found in the code, it does seem to properly
> > display 'all headers' for local mailboxes, just not for IMAP ones.
> 
> Yeah, that's unforntuately correct: the message headers downloaded by
> IMAP are incomplete; I miss the "Show unparsed source" function, too.
> 
> Pawel
> -- 
> Pawel Salek (pawsa@theochem.kth.se) http://www.theochem.kth.se/~pawsa/
> Theoretical Chemistry Division, KTH voice: +46 8 790-8202
> 
> _______________________________________________
> balsa-list mailing list
> balsa-list@gnome.org
> http://mail.gnome.org/mailman/listinfo/balsa-list
> 

How about this?

--- balsa/libmutt/imap/message.c	Wed May 23 16:42:46 2001
+++ balsa-imap-stuff/libmutt/imap/message.c	Mon Jul  9 11:51:45 2001
@@ -61,8 +61,8 @@
   /* define search string */
   if (mutt_bit_isset (idata->capabilities,IMAP4REV1))
   {
-    snprintf (hdrreq, sizeof (hdrreq), "BODY.PEEK[HEADER.FIELDS (%s)]", 
-      want_headers); 
+    snprintf (hdrreq, sizeof (hdrreq),
+	      "BODY.PEEK[HEADER.FIELDS.NOT (NO-SUCH-HEADER)]"); 
   } 
   else if (mutt_bit_isset (idata->capabilities,IMAP4))
   {




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]