Re: Full Headers?



Ok, I just compiled with that patch, and selecting "All Headers" under
view still does NOT show all the headers.

Even if this part gets fixed, tt would still be a good idea to have a
"View full unparsed, undecoded message source" that would show the message
in standard RFC822 (2822?)  format, headers and body. Also nice would be a
way of forwarding the message which includes that (full) original source
in-line

On Mon, 9 Jul 2001, Peter Bloomfield wrote:

> On 2001.07.09 12:24 balsa@microwave.com wrote:
> >
> > Uhm.. what the heck does that do?
> >
> > How does adding something that says "NO-SUCH-HEADER" address this
> > situation?
> >
> [snip]
> >
> > On Mon, 9 Jul 2001, Peter Bloomfield wrote:
> > > --- 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))
> > >    {
> > >
>
> You're right, it should have been
>
> > > +	      "BODY.PEEK[HEADER]");
>
> I didn't read carefully enough in http://www.imc.org/rfc2060 !
> (HEADER.FIELDS selects a subset of headers, HEADER.FIELDS.NOT excludes a
> subset, and apparently HEADER just requests all headers.)
>
> _______________________________________________
> 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]