Roundcube Community Forum

 

Help with folder Junk

Started by paulinho, January 07, 2011, 09:05:53 PM

Previous topic - Next topic

paulinho

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.

=]

paulinho

hey i think i posted this on the wrong topic. sorry! Please move to right topic =]

rosali

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'.
Regards,
Rosali