-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
By default (user configurable in main.inc.db) RoundCube uses "Sent" and "Trash" as the user's mail folders. Other IMAP clients may use different folder names (for example, Mail.app under OSX uses "Sent Messages" and "Deleted Messages" respectively).
On my user account, I just created a symbolic link for the OS X folder names and mapped them to the RoundCube ones (which I like better anyhow). Alternatively, you could change the RoundCube names, but that will be for all users, and if users already have mail, you'll need to move all their folders around to match what you set it to.
Here are the lines in the config file:
// leave blank if sent messages should not be stored $rcmail_config['sent_mbox'] = 'Sent';
// move messages to this folder when deleting them // leave blank if they should be deleted directly $rcmail_config['trash_mbox'] = 'Trash';
Robert A. Pickering Jr. Avitech, Inc.
PGP key ID: 75CAFF7D 1995/05/09 PGP Fingerprint: B1 63 0C 09 D8 2E 5D 69 BB 61 A2 92 22 37 63 C3
On Jan 17, 2006, at 3:31 AM, Ciaran Weldon wrote:
One thing I have noticed whilst using Roundtree is that sent & trash are not sycned/updates with my mail client as I would expect. For example if I sent 'x' mails during the day none appear on my home email client, but are still present within RoundCube.