Author Topic: Help with folder Junk  (Read 3019 times)

Offline paulinho

  • Newbie
  • *
  • Posts: 6
Help with folder Junk
« 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.

=]

Offline paulinho

  • Newbie
  • *
  • Posts: 6
Help with folder Junk
« Reply #1 on: January 07, 2011, 09:08:50 PM »
hey i think i posted this on the wrong topic. sorry! Please move to right topic =]

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
Help with folder Junk
« Reply #2 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'.
Regards,
Rosali
__________________
MyRoundcube Project (commercial)