The upstream needs to be applied: https://git.claws-mail.org/?p=claws.git;a=commitdiff;h=3adb84273e8d7f00e1522e63c06bf41fbad2d46e
Thanks for the report! Somehow I did not get the notification mail for this one, so only seeing it now as I work on 4.3.1 bump (which includes this change). This will probably come through the return of appindicator flag
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca41779483c816888406db7c67656d5d33579ba3 commit ca41779483c816888406db7c67656d5d33579ba3 Author: Bernard Cafarelli <voyageur@gentoo.org> AuthorDate: 2025-02-25 12:01:18 +0000 Commit: Bernard Cafarelli <voyageur@gentoo.org> CommitDate: 2025-02-25 12:01:18 +0000 mail-client/claws-mail: 4.3.1 bump, add Ayatana indicator support This drops alpha and hppa for now (not keyworded in new dep) Sync live ebuild Closes: https://bugs.gentoo.org/945485 Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org> mail-client/claws-mail/Manifest | 1 + mail-client/claws-mail/claws-mail-4.3.1.ebuild | 224 +++++++++++++++++++++++++ mail-client/claws-mail/claws-mail-9999.ebuild | 19 ++- 3 files changed, 236 insertions(+), 8 deletions(-)
Thanks! ```diff - libcanberra? ( notification ) - libnotify? ( notification ) + notification? ( || ( appindicator libcanberra libnotify ) ) ``` Now, the `notification` is not required?
I did not add in commit message, yes, I switched the logic between functionality (notifications) and backend (libnotify, appindicator etc). Not perfect either, but this is more in line with recent USE flags efforts to focus more on end result than the technology (USE=gui sound, ...)
But what is the "+appindicator -notification" option?
(In reply to Bernard Cafarelli from comment #4) > I did not add in commit message, yes, I switched the logic between > functionality (notifications) and backend (libnotify, appindicator etc). > > Not perfect either, but this is more in line with recent USE flags efforts > to focus more on end result than the technology (USE=gui sound, ...) Bernard, gentle ping.