Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: paulinho on January 07, 2011, 09:05:53 PM

Title: Help with folder Junk
Post by: paulinho on January 07, 2011, 09:05:53 PM
Hello guys.

First sorry for my bad english. I'm from Sao Paulo - Brazil.

I'm using Roundcube on my server. its works very fine. But i'd want to make one change.

In roundcube webmail, the Spam folder on the server is "Junk" folder.

I want to make an folder called "spam" to be the spam folder on roundecube by default.

I need to do this because spamassassin store spam messages on "spam" folder, not on "Junk" folder on server.

How can i set "spam" folder by default on roundcube ?

Thanks for help and i hope everybody can understand my poor english lol.

=]
Title: Help with folder Junk
Post by: paulinho on January 07, 2011, 09:08:50 PM
hey i think i posted this on the wrong topic. sorry! Please move to right topic =]
Title: Help with folder Junk
Post by: rosali on January 08, 2011, 05:08:25 AM
main.inc.php

// store spam messages in this mailbox
$rcmail_config['junk_mbox'] = 'Junk';

// display these folders separately in the mailbox list.
// these folders will also be displayed with localized names
$rcmail_config['default_imap_folders'] = array('INBOX', 'Drafts', 'Sent', 'Junk', 'Trash');


Replace 'Junk' by 'spam'.