On Tue, 7 Oct 2008 15:02:47 +0800 (CST), Stephen Liu <[EMAIL PROTECTED]> wrote: > Hi folks, > > > Debian Etch > Postfix > Dovecot-imap > Roundcubemail-0.1 > > > Roundcube is running I can login to send mails. But the mails sent > can't be saved. There is only one folder "Inbox" displayed. > > > On Personal Setttings -> Folders > Only "Inbox" displaying > > > I can't create new folders manually there, on saving warning popup > saying unable to save. > > The table for seleting Sent/Trash/Draft etc. folders all disappear > there. > > > I have been playing round on main.inc.php and db.inc.php without > result/ > > > Neither Roundcube can receive mails. All incoming mails are on > /var/mail/users. > > > Please help. > > > B.R. > Stephen L > > > > Send instant messages to your online friends http://uk.messenger.yahoo.com > _______________________________________________ > List info: http://lists.roundcube.net/users/ >
Hello, I had the same problem, it was actually change a variable in the file main.inc.php: / / Automatically create the above listed default folders on login $ rcmail_config [ 'create_default_folders'] = TRUE; This will automatically create the missing files. Sincerely _______________________________________________ List info: http://lists.roundcube.net/users/
