Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How auto-subscribe on new IMAP folders in Gnus?

Tags:

emacs

imap

gnus

I need automatically subscribe on new IMAP folders created by my IMAP server in Gnus. How to do this?

like image 948
semente Avatar asked Jun 03 '09 17:06

semente


1 Answers

You could fix the value of gnus-auto-subscribed-groups so that it includes the nnimap 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 setting nnimap-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.

like image 190
Jouni K. Seppänen Avatar answered Oct 30 '22 17:10

Jouni K. Seppänen