Opened 6 years ago

Closed 6 years ago

#1484553 closed Bugs (invalid)

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 (1)

main.inc.php (9.1 KB) - added by centyx 6 years ago.

Download all attachments as: .zip

Change History (2)

Changed 6 years ago by centyx

comment:1 Changed 6 years ago by jpingle

  • Resolution set to invalid
  • Status changed from new to closed

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.