Using the modify-user command of the API will unsubscribe IMAP folders

When using 'modify-user' with the 'autoreply' flag, all IMAP folder will be marked as unsubscribed on the server. Which will remove them from any mail client (confirmed with Thunderbird and Outlook) the next time you start the client as well ass in webmail (Roundcube)

Example: "modify-user --user pit --autoreply "Charset: utf-8 Using this will unsubscribe IMAP folders""

The autoreply is however correctly applied.

Status: 
Closed (fixed)

Comments

That's odd, as setting up an autoreply shouldn't touch IMAP subscriptions at all.

Which files are they stored in on the server?

The file seems to be '/home/[site]/homes/pit/Maildir/subscriptions

Which normally has the following lines:

Trash
Drafts
Sent
spam

If I create a new folder an subscribe to it there is an additional line:

INBOX.My Folder

which disappears from the file after the use of the modify-user command

Ok, I see the bug that causes this now - it will be fixed in the next Virtualmin release.

Automatically closed -- issue fixed for 2 weeks with no activity.