1

Is there a mail client that can be configured to use gzipped archives of mailing lists directly from where the mailing list is hosted rather than a central nntp server ? nntp is either not free, or slow in my experience.

Naveen
  • 5,910
  • 5
  • 30
  • 38

1 Answers1

1

i guess i can open the unzipped gz file as a text file in emacs.
turn on rmail-mode.
M-x undigestify-rmail-message
and rmail is ready to go... now i just need to right a download (wget or downloadthemall) and
unzip script followed by concatenating the mail files...

gzip -d *.gz ; cat *.txt > allinone.txt

then can view in emacs as above or move into thunderbird local directory, for easy viewing / searching.

Naveen
  • 5,910
  • 5
  • 30
  • 38