Re: Reply to Group?
- From: Peter Bloomfield <PeterBloomfield MindSpring com>
- To: balsa-list gnome org
- Subject: Re: Reply to Group?
- Date: Wed, 14 Nov 2001 03:49:52 -0500
Pawel:
The current list of headers requested is:
const char *want_headers = "DATE FROM SUBJECT TO CC MESSAGE-ID
REFERENCES CONTENT-TYPE IN-REPLY-TO REPLY-TO LINES X-LABEL";
I'm guessing we need most of these to make the index and thread it, but
I'm not sure about some. I tried
+#ifdef LIBMUTT
+ const char *want_headers = "DATE FROM SUBJECT MESSAGE-ID "
+ "REFERENCES CONTENT-TYPE LINES";
+#else
const char *want_headers = "DATE FROM SUBJECT TO CC MESSAGE-ID
REFERENCES CONTENT-TYPE IN-REPLY-TO REPLY-TO LINES X-LABEL";
+#endif
and everything seems to work.
Peter
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]