[korganizer] [Bug 489620] Events duplicate identity name in <>
Allen Winter
bugzilla_noreply at kde.org
Mon May 26 16:57:58 BST 2025
https://bugs.kde.org/show_bug.cgi?id=489620
Allen Winter <winter at kde.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Latest Commit|https://invent.kde.org/pim/ |https://invent.kde.org/pim/
|incidenceeditor/-/commit/93 |incidenceeditor/-/commit/cd
|8b9c13564ddf341e62f0e878f71 |02a4401e337df250ad87a7fa66a
|283f6ec8c6b |20aecbe26d6
--- Comment #4 from Allen Winter <winter at kde.org> ---
Git commit cd02a4401e337df250ad87a7fa66a20aecbe26d6 by Allen Winter.
Committed on 26/05/2025 at 15:57.
Pushed by winterz into branch 'release/25.04'.
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"
(cherry picked from commit 938b9c13564ddf341e62f0e878f71283f6ec8c6b)
Co-authored-by: Allen Winter <winter at kde.org>
M +1 -1 src/editorconfig.h
M +5 -3 src/incidenceattendee.cpp
https://invent.kde.org/pim/incidenceeditor/-/commit/cd02a4401e337df250ad87a7fa66a20aecbe26d6
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Kdepim-bugs
mailing list