On 3-Nov-2007, at 07:21, Daniel Spies wrote:
> Hi Tom,
>
> check you config file config/main.inc.php
> for these lines:
>
> // store draft message is this mailbox
> // leave blank if draft messages should not be stored
> $rcmail_config['drafts_mbox'] = 'INBOX.Drafts';
>
> // store spam messages in this mailbox
> $rcmail_config['junk_mbox'] = 'spam';
>
> // store sent message is this mailbox
> // leave blank if sent messages should not be stored
> $rcmail_config['sent_mbox'] = 'INBOX.Sent';
>
> // move messages to this folder when deleting them
> // leave blank if they should be deleted directly
> $rcmail_config['trash_mbox'] = 'INBOX.Trash';
>
> // display these folders separately in the mailbox list.
> // these folders will automatically be created if they do not exist
> $rcmail_config['default_imap_folders'] =
> array('INBOX', 'INBOX.Drafts', 'INBOX.Sent', 'spam', 'INBOX.Trash');But shouldn't this be a user-overrideable option rather than a server wide dictate? I mean, those are the settings I want as default for users, but yeah, if I'm going to use gmail I will have the same issue as the OP. _______________________________________________ List info: http://lists.roundcube.net/users/
