Kaynağa Gözat

create default imap folders

Serghey Rodin 11 yıl önce
ebeveyn
işleme
a2f012c7af
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      install/debian/roundcube-main.conf

+ 1 - 0
install/debian/roundcube-main.conf

@@ -437,6 +437,7 @@ $rcmail_config['trash_mbox'] = 'Trash';
 // these folders will also be displayed with localized names
 // these folders will also be displayed with localized names
 // NOTE: Use folder names with namespace prefix (INBOX. on Courier-IMAP)
 // NOTE: Use folder names with namespace prefix (INBOX. on Courier-IMAP)
 $rcmail_config['default_folders'] = array('INBOX', 'Drafts', 'Sent', 'Spam', 'Trash');
 $rcmail_config['default_folders'] = array('INBOX', 'Drafts', 'Sent', 'Spam', 'Trash');
+$rcmail_config['default_imap_folders'] = array('INBOX', 'Drafts', 'Sent', 'Spam', 'Trash');
 
 
 // automatically create the above listed default folders on first login
 // automatically create the above listed default folders on first login
 $rcmail_config['create_default_folders'] = true;
 $rcmail_config['create_default_folders'] = true;