--On Freitag, 30. März 2001 07:07 +0000 "Francis P. Ling"
<[EMAIL PROTECTED]> wrote:
> Attach is the screen capture for a mail sent from a list. I wonder how I
> can remove those extra lines like List-Post and the likes from the mail.
Edit folder.c:1077 and comment out anything you dont want to see:
folder.c: if (strcmp(header, "list-help") == 0 ||
folder.c: strcmp(header, "list-subscribe") == 0 ||
folder.c: strcmp(header, "list-unsubscribe") == 0 ||
folder.c: strcmp(header, "list-owner") == 0 ||
folder.c: strcmp(header, "list-archive") == 0 ||
folder.c: strcmp(header, "list-post") == 0)
Roland