Roundcube Community Forum

SVN Releases => Issues & Bugs => Topic started by: unl0cker on April 01, 2010, 05:01:13 PM

Title: Cant delete msg using the DEL red button. Drap drop to Trash works.
Post by: unl0cker on April 01, 2010, 05:01:13 PM
EDIT:
-----------
SOLVED! Somehow the configuration under Settings > Preferences > Special Folders got reseted to ---- (none)
Just went in there and "linked" the folders to it's specific names and BOOM! Working...

Weird is that this was configured. Somehow went null.
-----------



This is the console log. Error log spits no error.


--------------------------------------
HTTP POST: ./?_task=mail&_action=check-recent&_t=1270155404954&_list=1&_remote=1
--------------------------------------
this.set_unread_count('INBOX',0,1);
--------------------------------------
HTTP POST: ./?_task=mail&_action=check-recent&_t=1270155464950&_list=1&_remote=1
--------------------------------------
this.set_unread_count('INBOX',0,1);
--------------------------------------
HTTP POST: ./?_task=mail&_action=moveto
--------------------------------------
this.list_mailbox();
this.display_message('Could not move the message','error');
--------------------------------------
HTTP POST: ./?_task=mail&_action=list&_mbox=INBOX&_refresh=1&_remote=1
--------------------------------------
this.set_pagetitle('email :: Inbox');
Title: Lost Special Folder Settings
Post by: fwbacon on April 15, 2011, 02:06:58 PM
Are you using 0.5.1?  I just recently updated my server from 0.5 to 0.5.1, and we're having the same problem.  Despite the fact that my configuration has the following settings, they are no longer taking effect since the update.  Each user has to individually set these configuration options through the interface.  It's making me a very unpopular person at the office. Not to mention wasting a lot of my time holding everyone's hand while they change their settings.  :-(

// store draft message is this mailbox
// leave blank if draft messages should not be stored
$rcmail_config['drafts_mbox'] = 'Drafts';

// store spam messages in this mailbox
$rcmail_config['junk_mbox'] = 'Junk';

// store sent message is this mailbox
// leave blank if sent messages should not be stored
$rcmail_config['sent_mbox'] = 'Sent';

// move messages to this folder when deleting them
// leave blank if they should be deleted directly
$rcmail_config['trash_mbox'] = 'Trash';

// 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');

// automatically create the above listed default folders on login
$rcmail_config['create_default_folders'] = true;

// protect the default folders from renames, deletes, and subscription changes
$rcmail_config['protect_default_folders'] = true;