[evolution/gnome-43] I#2073 - Calendar: Meeting's Reply-To-All should not use attendee response in Subject



commit d16a830a801fba16ac27d35ae78d342028016978
Author: Milan Crha <mcrha redhat com>
Date:   Mon Oct 17 10:29:39 2022 +0200

    I#2073 - Calendar: Meeting's Reply-To-All should not use attendee response in Subject
    
    Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2073

 src/calendar/gui/itip-utils.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/src/calendar/gui/itip-utils.c b/src/calendar/gui/itip-utils.c
index 1a989fac4d..a5b931eba1 100644
--- a/src/calendar/gui/itip-utils.c
+++ b/src/calendar/gui/itip-utils.c
@@ -2771,7 +2771,8 @@ reply_to_calendar_comp (ESourceRegistry *registry,
        ccd->identity_name = identity_name;
        ccd->identity_address = identity_address;
        ccd->destinations = comp_to_list (registry, method, ecomps->data, NULL, reply_all, NULL);
-       ccd->subject = comp_subject (registry, method, ecomps->data);
+       /* Using I_CAL_METHOD_NONE to not get attendee's response as a prefix */
+       ccd->subject = comp_subject (registry, I_CAL_METHOD_NONE, ecomps->data);
        ccd->ical_string = i_cal_component_as_ical_string (top_level);
        ccd->send_comps = ecomps;
        ccd->show_only = TRUE;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]