Author Topic: Folders not mapped in Roundcube  (Read 3376 times)

Offline rossmart

  • Newbie
  • *
  • Posts: 7
Folders not mapped in Roundcube
« on: February 21, 2017, 02:07:24 PM »
Hallo,
hope, you can help me.

Our Mails were stored in the folder /var/spool/imap/<username>. There are some subfolders like /Spam.

Problem: The mails in the subfolder /Spam were not listed under Roundcube.

I tried to change the configuration of roundcube in the config-file

\roundcube\config\default.inc.php in the following lines:

$config['junk_mbox'] = 'Spam';   
$config['create_default_folders'] = true;

I looked in Roundcube under "Settings >> special folders" to assign the folder "Spam". But it is not listed.

So I changed for testing the default.inc.php:
$config['junk_mbox'] = 'SpamTest';   

Now looking in Roundcube under "Settings >> special folders", the folder SpamTest is listed and can be assigned.

It seems to be, that this option $config['junk_mbox'] can add not existing folders and register them in Roundcube.

$config['junk_mbox']  seems not to be able, to register existing folders.

How can I register existing folders in Roundcube?

Thank you vor help.
Martin Ross
not register existing folders. Only new

Offline rossmart

  • Newbie
  • *
  • Posts: 7
Re: Folders not mapped in Roundcube
« Reply #1 on: February 21, 2017, 02:21:38 PM »
Some addition:

Under "Settings >> Special Folders" you can find for each category a select box, where you can chose from a folder-list.

Where are these listed folders stored? In the MySQL-database?

Thanks,
Martin

Offline rossmart

  • Newbie
  • *
  • Posts: 7
Re: Folders not mapped in Roundcube
« Reply #2 on: February 21, 2017, 04:09:27 PM »
Solved.

Suddenly it works. Sorry