如何在 Gnus 中自动订阅新的 IMAP 文件夹?
我需要自动订阅 Gnus 中的 IMAP 服务器创建的新 IMAP 文件夹。 这个怎么做?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
我需要自动订阅 Gnus 中的 IMAP 服务器创建的新 IMAP 文件夹。 这个怎么做?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
您可以修复
gnus-auto-subscribed-groups
因此它包含nnimap
后端以及其他邮件后端。 如果您的 IMAP 服务器做了一些有趣的事情,例如将您的所有主目录显示为邮箱(您认为我在开玩笑吗?尝试 uw-imapd); 那么也许设置nnimap-list-pattern
会有所帮助。哦,如果您没有看到新订阅的组,可能是因为 Gnus 在
gnus-subscribe-newsgroup-method
来解决这个问题。 Gnus 就是这样; 你确实无法避免学习手册。You could fix the value of
gnus-auto-subscribed-groups
so that it includes thennimap
backend as well as the other mail backends. You might run into difficulties if your IMAP server does something funny like present all of your home directory as mailboxes (think I'm joking? try uw-imapd); then maybe settingnnimap-list-pattern
will help.Oh, and if you don't see your newly subscribed groups, it could be because Gnus auto-subscribes groups at the zombie level, meaning that they are not really very subscribed. Fix that by setting
gnus-subscribe-newsgroup-method
. Gnus is like that; you really can't avoid studying the manual.