Roundcube Community Forum

 

RC 1.3.0 Release - first logon and default folders "bug" or "new option" ?

Started by Visionman, July 25, 2017, 04:09:14 PM

Previous topic - Next topic

Visionman

Hi ))

I use
Postfix v3.2.2
Dovecot2-v2.2.31_1
Roundcube v1.3.0
PHP56-5.6.31
Apache24-2.4.27

Config RC 1.3.0 (only "Default Folder Section" selected from defaults.inc.php)

~~~
// store draft message is this mailbox
// leave blank if draft messages should not be stored
// NOTE: Use folder names with namespace prefix (INBOX. on Courier-IMAP)
$config['drafts_mbox'] = 'Drafts';

// store spam messages in this mailbox
// NOTE: Use folder names with namespace prefix (INBOX. on Courier-IMAP)
$config['junk_mbox'] = 'Junk';

// store sent message is this mailbox
// leave blank if sent messages should not be stored
// NOTE: Use folder names with namespace prefix (INBOX. on Courier-IMAP)
$config['sent_mbox'] = 'Sent';

// move messages to this folder when deleting them
// leave blank if they should be deleted directly
// NOTE: Use folder names with namespace prefix (INBOX. on Courier-IMAP)
$config['trash_mbox'] = 'Trash';

// automatically create the above listed default folders on user login
$config['create_default_folders'] = false;

// protect the default folders from renames, deletes, and subscription changes
$config['protect_default_folders'] = true;

// Disable localization of the default folder names listed above
$config['show_real_foldernames'] = false;
~~~



When I first logon.
I see only one folder "Inbox".
When I try delete message, automatically creates a folder "Trash" folder, when i save message automatically creates a folder "Drafts"

And in version RC 1.1.4 I Created a folder manually, if option in config $config['create_default_folders'] = false;
This is good in RC 1.3.0, automatically creates a folder if I do something (messages delete, save and etc.), but this "bug" or "options", because in config set option $config['create_default_folders'] = false;, why this ?

Tell me, please, why this, option set $config['create_default_folders'] = false;, but default folders automatically creates ?

alec

As stated in the comment this option is checked only on a user logon.

Visionman

Quote from: alec on July 26, 2017, 02:01:18 AM
As stated in the comment this option is checked only on a user logon.
Ok, at logon.
You mean need look at next and focused on LDA agent (Dovecot), it this  automatically creates a folder, when I do somthing, yes ?