Hi!
Sometimes there are exactly five new messages in my inbox and Thunderbird + GNotifier addon make dunst display something like this:

And when those five notifications disappear, then the fifth message appears.
The thing is, if it's okay to display five notifications at the same time, dunst should just display the five messages it received. If five notifications are too many, then it should only display four, the fourth being "(2 more)".
The above picture was generated with the command for i in {1..5}; do notify-send asdf "the quick brown fox jumps over the $i lazy dogs"; done
Installation info
- Version: 1.2.0, but also tried latest from master
- Install type: "dunst" package from Arch Linux's "community" repository, or "dunst-git" package from AUR
- Distro and version: 64 bit Arch Linux
Hi!
Sometimes there are exactly five new messages in my inbox and Thunderbird + GNotifier addon make dunst display something like this:
And when those five notifications disappear, then the fifth message appears.
The thing is, if it's okay to display five notifications at the same time, dunst should just display the five messages it received. If five notifications are too many, then it should only display four, the fourth being "(2 more)".
The above picture was generated with the command
for i in {1..5}; do notify-send asdf "the quick brown fox jumps over the $i lazy dogs"; doneInstallation info