Opened 2 years ago

Closed 2 years ago

Last modified 2 years ago

#1487810 closed Bugs (worksforme)

Trash mailbox mail counter not refresh after delete message

Reported by: tomamplius Owned by:
Priority: 10 - Lowest Milestone: 0.6-beta
Component: User Interface Version: git-master
Severity: trivial Keywords: trash
Cc: tomamplius@…

Description

When you delete email on trash box, The mail counter is not update.
And in Trash bos, the title of delete button is "move to trash" not delete email.

Attachments (2)

before-delete.png (71.9 KB) - added by tomamplius 2 years ago.
after-delete.png (63.8 KB) - added by tomamplius 2 years ago.

Download all attachments as: .zip

Change History (9)

comment:1 Changed 2 years ago by tomamplius

  • Component changed from Addressbook to User Interface

comment:2 Changed 2 years ago by alec

  • Milestone changed from later to 0.6-beta
  • Resolution set to worksforme
  • Status changed from new to closed

Works for me. Disable all plugins and check with enabled imap_log. Provide the log. Describe your environment. Any errors in log? The button title will change when you set your folder as the Trash folder in Settings.

comment:3 follow-up: Changed 2 years ago by tomamplius

replace in fr_FR/labels.inc

$labels['deletemessage'] = 'Déplacer le message dans la corbeille';

$labels['deletemessage'] = 'Supprimer définitivement';

show screenshoot with

$rcmail_config['plugins'] = array();

Changed 2 years ago by tomamplius

Changed 2 years ago by tomamplius

comment:4 Changed 2 years ago by tomamplius

With trunk version. The counter is update after delete in all other folder

comment:5 in reply to: ↑ 3 Changed 2 years ago by alec

Replying to tomamplius:

$labelsdeletemessage? = 'Supprimer définitivement';

I don't know French, but maybe "Supprimer le message" would be better according to the English label?

comment:6 Changed 2 years ago by tomamplius

Yes, "Supprimer le message" is better according

comment:7 Changed 2 years ago by alec

Label fixed in [5aed4e82]. I'm still unable to reproduce "counter issue". Provide the log. Are you using caching? Describe your settings in Preferences/Server? settings.

Note: See TracTickets for help on using tickets.