Ticket #1484892 (closed Bugs: wontfix)

Opened 10 months ago

Last modified 9 months ago

Messages not marked as read when multiple messages deleted simultaneously, even if read_when_deleted = TRUE

Reported by: memoryhole Owned by:
Priority: 5 Milestone: 0.2-alpha
Component: Client Scripts Version: svn-trunk
Severity: normal Keywords:
Cc:

Description

I have $rcmail_config['read_when_deleted'] = TRUE; in my config. When selecting multiple unread messages and deleting them, however, they are moved to my trash_mbox and are still marked "unread".

Attachments

read_when_deleted.patch (1.6 kB) - added by alec 9 months ago.

Change History

  Changed 10 months ago by alec

patch attached, btw 'read_when_deleted' should be a user preferences setting not global option

follow-up: ↓ 3   Changed 9 months ago by memoryhole

This patch doesn't seem to work for me...

in reply to: ↑ 2   Changed 9 months ago by alec

Replying to memoryhole:

This patch doesn't seem to work for me...

Do you have: $rcmail_configjavascript_config? = array('read_when_deleted',... ?

follow-up: ↓ 5   Changed 9 months ago by alec

  • milestone changed from later to 0.1.2

in reply to: ↑ 4   Changed 9 months ago by memoryhole

Replying to alec:

Yes, definitely. My $rcmail_config['javascript_config'] is the default value:

$rcmail_config['javascript_config'] = array('read_when_deleted', 'flag_for_deletion');

Changed 9 months ago by alec

  Changed 9 months ago by alec

OK, please test a new patch.

  Changed 9 months ago by alec

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

Once again me. Newerthless patch works, but now I see that it isn't an intuitive behaviour. Read_when_deleted option has sense only when marking as deleted is enabled and should not be considered when moving messages to Trash (it's not deleting, it's moving). So I close the ticket because it would be not standard and (I think) not wanted behaviour. BTW, some related changes in svn-trunk were added.

Note: See TracTickets for help on using tickets.