[RCU] Roundcube cannot create Trash folder

2009-11-18 Thread Ilya Evseev
Hi, folks! There is Roundcube 0.2.1 (seems that 0.3.1 has this problem too). Mailboxes are IMAP under Dovecot. There are two folders visible: Inbox and Trash, but when I try to remove message, "errormoving" alert is displayed, and "Trash" is always empty. File roundcubemail/program/include/rcube

Re: [RCU] Roundcube cannot create Trash folder

2009-11-18 Thread Claudio Kuenzler
Hi Ilya Did you set the mailfolders in the config file? I'm also using Roundcube on Dovecot and never saw a problem like this. I'm using the following config: // store draft message is this mailbox // leave blank if draft messages should not be stored $rcmail_config['drafts_mbox'] = 'Drafts'; /

Re: [RCU] Roundcube cannot create Trash folder

2009-11-18 Thread A.L.E.C
Ilya Evseev wrote: > function move_message($uids, $to_mbox, $from_mbox='') > { > $to_mbox = $this->_mod_mailbox($to_mbox); > $from_mbox = $from_mbox ? $this->_mod_mailbox($from_mbox) : > $this->mailbox; > > // make sure mailbox exists > if ($to_mbox != 'INBOX' && !in_ar

Re: [RCU] Roundcube cannot create Trash folder

2009-11-18 Thread Ilya Evseev
Hi, Claudio and everybody! Of course, most of my settings still having default values like yours :) WBR, Ilya 2009/11/18 Claudio Kuenzler > Hi Ilya > > Did you set the mailfolders in the config file? > I'm also using Roundcube on Dovecot and never saw a problem like this. > > I'm using the f