Author Topic: RC 1.3.0 Release - first logon and default folders "bug" or "new option" ?  (Read 5354 times)

Offline Visionman

  • Newbie
  • *
  • Posts: 2
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)
Code: [Select]
~~~
// 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
Code: [Select]
$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
Code: [Select]
$config['create_default_folders'] = false;, why this ?

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

Offline alec

  • Hero Member
  • *****
  • Posts: 1,363
As stated in the comment this option is checked only on a user logon.

Offline Visionman

  • Newbie
  • *
  • Posts: 2
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 ?