toteph42 / identy_switch

This plugin allows users to switch between different accounts (and check for new mails) in a single Roundcube session.
GNU General Public License v3.0
7 stars 4 forks source link

Beautify Desktop notifications #23

Closed CodeShakingSheep closed 2 months ago

CodeShakingSheep commented 2 months ago

On Ubuntu 22.0.4 the Desktop notification looks like this for me image

There are 2 small issues with that for me.

  1. Layout I think the readability would be better if RC's domain (e.g. mails..com) would be displayed in the first row and then the number of unread mails and the identity label $labels['notify.msg'] = '%d for %s'; in the second row.
  2. @ sign is not displayed correctly Instead of @ being displayed in the label there is %40 being displayed. Probably encoding needs to be fixed here.

Do you think these adjustments would be doable?

toteph42 commented 2 months ago

I'll check encoding, but the other request I'll not implement: In a previous version, I used host name, but it is a useless information. Your identity label should be unique. And this is shown in identity selection list. It's up to your to use the host name as label.

toteph42 commented 2 months ago

Fixed in 1.0.31