https://bugs.kde.org/show_bug.cgi?id=489620
Allen Winter <win...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/pim/ | |incidenceeditor/-/commit/93 | |8b9c13564ddf341e62f0e878f71 | |283f6ec8c6b Resolution|--- |FIXED --- Comment #3 from Allen Winter <win...@kde.org> --- Git commit 938b9c13564ddf341e62f0e878f71283f6ec8c6b by Allen Winter. Committed on 26/05/2025 at 14:46. Pushed by winterz into branch 'master'. Fix the organizer name to remove the extra angle brackets The organizer's name was of the form "Name <<Name> <email>>" becuase the KOrganizerEditorConfig::allOrganizers() method returns a Organizer structure with a fullEmail identity since it was used for encyption purposes. Solve this by stripping the name part out of the fullEMail. i.e. fullEMail="Name <email>" becomes "email" M +1 -1 src/editorconfig.h M +5 -3 src/incidenceattendee.cpp https://invent.kde.org/pim/incidenceeditor/-/commit/938b9c13564ddf341e62f0e878f71283f6ec8c6b -- You are receiving this mail because: You are the assignee for the bug.