Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有一个邮件客户端可以配置为直接从邮件列表的托管位置而不是中央 nntp 服务器使用压缩的邮件列表存档?根据我的经验,nntp 不是免费的,或者速度很慢。
我想我可以在 emacs 中将解压缩的 gz 文件作为文本文件打开。 打开 rmail 模式。 Mx undigestify-rmail-message 和 rmail 已准备就绪...现在我只需要正确下载(wget 或 downloadthemall)并 解压缩脚本,然后连接邮件文件...
gzip -d *.gz ; 猫 *.txt > allinone.txt
然后可以如上在emacs中查看或移动到thunderbird本地目录,方便查看/搜索。