I need automatically subscribe on new IMAP folders created by my IMAP server in Gnus. How to do this?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You could fix the value of
gnus-auto-subscribed-groupsso that it includes thennimapbackend 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-patternwill 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.