Re: Full Headers?
- From: <balsa microwave com>
- To: Peter Bloomfield <bloomfld eos ncsu edu>
- Cc: Pawel Salek <pawsa TheoChem kth se>, <balsa-list gnome org>
- Subject: Re: Full Headers?
- Date: Mon, 9 Jul 2001 12:24:34 -0400 (EDT)
Uhm.. what the heck does that do?
How does adding something that says "NO-SUCH-HEADER" address this
situation?
On Mon, 9 Jul 2001, Peter Bloomfield wrote:
> 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))
> {
>
> _______________________________________________
> balsa-list mailing list
> balsa-list@gnome.org
> http://mail.gnome.org/mailman/listinfo/balsa-list
>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]