Ticket #1484553 (closed Bugs: invalid)

Opened 16 months ago

Last modified 16 months ago

unable to move messages from any folder to inbox

Reported by: centyx Owned by:
Priority: 5 Milestone:
Component: Client Scripts Version: 0.1-rc1
Severity: normal Keywords:
Cc:

Description

I see that another user has had this problem, but the devs were unable to reproduce ( #1484455 ).

I am unable to move messages from any folder to the Inbox. An error message in a red window flashes "Could not move message." I am able, however, to move messages freely between any of the other mailboxes.

Version Information:

CentOS 4.5 roundcubemail 0.1-rc1 uw-imap 2004g ( included with Ensim Pro for Linux webhosting control panel version 10.2.0 )

Attached is my main.inc.php

Attachments

main.inc.php (9.1 kB) - added by centyx 16 months ago.

Change History

Changed 16 months ago by centyx

Changed 16 months ago by jpingle

  • status changed from new to closed
  • resolution set to invalid

Configuration issue, doesn't belong in a ticket.

Various operations involving the INBOX will fail if imap_root is not set correctly. Are you really sure that this setting is correct?

$rcmail_config['imap_root'] = 'mail/';

Usually that is left blank, or set to "INBOX" or "INBOX." (note the '.') but varies depending on the IMAP daemon you are using.

If that doesn't help, try submitting your question to the forums or the mailing list. Be sure to include any errors you find in logs/errors under your RoundCube installation directory, and your Apache error logs.

Thanks!

Note: See TracTickets for help on using tickets.