Opened 8 years ago

Closed 7 years ago

#1304753 closed Bugs (fixed)

Can't cancel messages

Reported by: nobody Owned by: nobody
Priority: 5 Milestone:
Component: Client Scripts Version: 0.1-alpha
Severity: minor Keywords:
Cc:

Description (last modified by thomasb)

Hello, I've just installed "RoundCube Webmail".

Everything works, I can send / receive email. But, when
I select messages and I press "Delete" the are
cancelled from the message's list, but they are not
moved to the Trash !

If I click again on the Inbox folder I see all the
message again !

The point is that if I select the message and the I
drag them to the trash they are cancelled !

Any ideas ?

ciao

Simone

Change History (6)

comment:1 Changed 8 years ago by nobody

Logged In: NO 

$rcmail_config['trash_mbox'] = 'INBOX.Trash';

comment:2 Changed 8 years ago by doctormord

Logged In: YES 
user_id=1340533

Hi,

change this 2 parameters to:

$rcmail_config['sent_mbox] = 'INBOX.Sent';
$rcmail_config['trash_mbox] = 'INBOX.Trash';

in /config/main.inc.php

then it should work.

cheers doc

comment:3 Changed 8 years ago by jsdesigns

Logged In: YES 
user_id=1362084

I seem to be having this problem as well.  I've double-check
permissions on my webserver, so that doesn't seem to be the
issue.

comment:4 Changed 8 years ago by jsdesigns

Logged In: YES 
user_id=1362084

I should also note that I've changed the parameters as
listed below, and that didn't seem to make a difference either.

comment:5 Changed 7 years ago by thomasb

  • Description modified (diff)
  • Milestone 0.1-beta2 deleted
  • Owner changed from roundcube to nobody
  • Severity changed from critical to minor
  • Status changed from assigned to new
  • Version changed from None to 0.1-alpha

comment:6 Changed 7 years ago by richs

  • Resolution changed from None to fixed
  • Status changed from new to closed

There have been many changes since this was reported. Please open a new ticket if you still have an issue, including the version of your IMAP server software. Thanks!

Note: See TracTickets for help on using tickets.