After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 322261 - vCalendar replies are sent out using the default account
vCalendar replies are sent out using the default account
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Calendar
2.6.x (obsolete)
Other All
: Normal normal
: ---
Assigned To: Milan Crha
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2005-11-23 19:23 UTC by bugzilla.gnome.org
Modified: 2009-10-15 19:03 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14


Attachments
proposed evo patch (9.51 KB, patch)
2009-07-31 16:42 UTC, Milan Crha
committed Details | Review

Description bugzilla.gnome.org 2005-11-23 19:25:02 UTC
Please describe the problem:
When clicking on Accept/Decline/Tentative on a vCalendar .ics file that came in
on a secondary account, the reply is sent out via email using the primary
evolution account.

Steps to reproduce:
1. get a .ics vCalendar attachment via a secondary account
2. click accept



Actual results:
accept/deny mail goes out the primary account

Expected results:
accept/deny mail should go out using the account details it came in on (this
used to happen, I think).

Does this happen every time?
yes

Other information:
Comment 1 Poornima 2005-11-24 09:15:04 UTC
Confirmed the behaviour in 2.5.2.
Comment 2 bugzilla.gnome.org 2006-04-24 15:39:25 UTC
I think this is fixed in 2.6.1.

Can someone else confirm it's fixed?
Comment 3 bugzilla.gnome.org 2006-10-02 20:29:40 UTC
Oops.  I think this is broken (again?) in 2.6.3.
Comment 4 Milan Crha 2009-07-30 19:20:57 UTC
This is not working properly even on 2.27.5.

Chen, I wonder whether adding yet another parameter to itip_send_comp, the account ID of a folder one is in, worth it, when this might result in an unneeded result when user moves the invitation to other account?
Comment 5 Milan Crha 2009-07-30 19:34:51 UTC
Eh, the other thing is that the send_comp doesn't contain all attendees (and it shouldn't), then all the algorithm to guess the sending account by the attendee does basically nothing.
Comment 6 Milan Crha 2009-07-31 16:42:58 UTC
Created attachment 139641 [details] [review]
proposed evo patch

for evolution;

I forgot to mention that for me are generated replies on meeting invitations with an empty attendee. This and the above fixes this patch. I also removed some debug console messages from itip-formatter plugin and moved functions used in mailer to a public source.
Comment 7 Martin Meyer 2009-10-12 18:06:41 UTC
I've just been bitten by this bug for the first time, and it's somewhat worse when that default account is disabled! I just responded to a meeting invite using an email address that didn't make any sense at all. After I figured out the problem I had to change my default account and re-accept the meeting.

FyI, it seems that Evolution picks the first non-disabled account if the default isn't available.
Comment 8 Milan Crha 2009-10-15 19:03:44 UTC
Created commit f74a144 in evo master (2.29.1+)