Roundcube Community Forum

 

Special Folders not Populating

Started by paulkoan, October 07, 2014, 09:34:03 PM

Previous topic - Next topic

paulkoan

Hello, I have just noticed that sent mails are not getting stored in the Sent folder, so I went to Special Folders in preferences, and the dropdown for all the special folders contains"INBOX" only, but this cannot be selected (as per screenshot).

The Sent / Drafts / Trash / Inbox folders all have their special icons, and the Sent folder is populated, but only with emails sent from other clients.

I figure it must be a namespace issue, but I am not sure what the namespace setting should be - particularly as all the folders on the imap server appear and can be accessed.

Here are the namespace settings in dovecot:

namespace {     
  type = private             
  separator = /             
  prefix =                       
  inbox = yes                 
}                                   
                                     
namespace {               
  type = public               
  prefix = Shared/         
  separator = /             
  location = maildir:/var/mail/shared                                                                                   
  subscriptions = no                                                                                                   
}


I tried putting INBOX. as the namespace, but it didn't make a difference.  The outcome is the same as if it is null:

$rcmail_config['imap_ns_personal'] = 'INBOX.';                                                                         
$rcmail_config['imap_ns_other']    = null;                                                                             
$rcmail_config['imap_ns_shared']   = null; 


Can anyone help me understand what these settings should read?

Thanks.

Roundcube Webmail 0.9.2 on Debian wheezy

paulkoan


Is there some diagnostic info I can provide that would help?  At what point does roundcube check the special folders - is there a way to trigger it?