Re: Full Headers?
- From: Peter Bloomfield <bloomfld eos ncsu edu>
- To: balsa microwave com
- Cc: Peter Bloomfield <bloomfld eos ncsu edu>,Pawel Salek <pawsa TheoChem kth se>, balsa-list gnome org
- Subject: Re: Full Headers?
- Date: Mon, 9 Jul 2001 22:53:12 -0400
On 2001.07.09 17:15 balsa@microwave.com wrote:
>
> Ok, I just compiled with that patch, and selecting "All Headers" under
> view still does NOT show all the headers.
That change fixes things only for IMAP4rev1 servers (at least for
mine!)--perhaps you're using an older server. For IMAP4 you'd have to
replace
snprintf (hdrreq, sizeof (hdrreq), "RFC822.HEADER.LINES (%s)",
want_headers);
by
strncpy (hdrreq, "RFC822.HEADER", sizeof (hdrreq));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]