On Wed, Dec 12, 2012 at 9:01 PM, Michael Heydekamp <[email protected]> wrote: > Am 12.12.2012 20:48, schrieb A.L.E.C: >> On 12/11/2012 10:30 PM, Michael Heydekamp wrote: > >>> A while ago, I changed the default sort order of the special folders in >>> main.inc.php to (just because I'd like to have it this way): >>> >>>> $rcmail_config['default_folders'] = array('INBOX', 'Sent', 'Drafts', >>>> 'Trash', 'Junk'); >>> >>> This does work in 0.8.4. It also worked in 0.9-git-master, but it doesn't >>> anymore. >>> >>> The first day when I realized this was Nov 13th. >> >> After you go to special folders settings in user preferences and click >> Save button, the folders are sorted in following (hardcoded) order: >> INBOX, drafts, sent, junk, trash. > > Before you wrote that, I got exactly this idea this morning and was just > about to test it, but you have been quicker with your response. And in fact, > I didn't click the save button in 0.8.4, but I did so in 0.9-git. > > Damn. How can I remove this setting? (Looking at the MySQL section in > webmin, the Squirrel user settings are a lot more admin-friendly to change > than the Roundcube settings, which are apparently stored in just one > string).
We recently added a shell script that will help you with this. See bin/moduserprefs.sh. Run it from the Roundcube root directory: bin/moduserprefs.sh --user=<your-user-id> default_folders --delete ~Thomas _______________________________________________ Roundcube Development discussion mailing list [email protected] http://lists.roundcube.net/mailman/listinfo/dev
