Ticket #1485075 (closed Feature Requests: fixed)
default_imap_folders configurable for each user
| Reported by: | liotier | Owned by: | thomasb |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.2-beta |
| Component: | Client Scripts | Version: | 0.1.1 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
I got the "an error occured while saving" error while sending mail and understood it was because Roundcube was not finding the "Sent" folder it was expecting. I found that special folders such as "Sent" were configurable globally in main.inc.php with the "default_imap_folders" variable.
My problem is that on my system, different users each have their own naming convention, not to mention different languages. So there is no global configuration for "default_imap_folders" that can possibly satisfy my users.
I suppose that other users with large multilingual setups have experienced that issue.
Would it be possible to expose "default_imap_folders" as a user-configurable variable ?
In Squirrelmail, this functionnality is handled in the "Folder Preferences" submenu of the "Options" menu. There is a "Special Folder Options" item with a dropdown selector for each of the special IMAP folders. Something like that would be a perfect solution - it works well for us in Squirrelmail.
