$config['trash_mbox'] = 'Trash'; to $config['trash_mbox'] = 'Deleted Messages';

Will this rename the "Junk" folder to "Spam" on each user's mail client? (I'm 
guessing not.) Or do I have to change them manually?

Based on the notes in the config file:

    // move messages to this folder when deleting them
    // leave blank if they should be deleted directly
    // NOTE: Use folder names with namespace prefix (INBOX. on Courier-IMAP)
    $config['trash_mbox'] = 'Trash';

I assume that means it will move mail into the designated folder at the time of 
delete.

My educated guess is; If an IMAP account already has a folder named "Trash" and you change this 
setting, the next time something is deleted it will move just that one mail into a newly created folder 
called "Deleted Messages" leaving the existing "Trash" folder alone with all of the 
previously deleted messages still in it.
_______________________________________________
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users

Reply via email to