talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit a63b868b834e190fe63ea2871b9570a837ba2f61
parent cfbc9fe60949e589bf720e44ad3460c0a107cf0c
Author: wwp <subscript@free.fr>
Date:   Wed,  5 Mar 2025 18:26:01 +0100

Revert accidentally commited stuff.

Diffstat:
Msrc/plugins/vcalendar/vcal_meeting_gtk.c | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/plugins/vcalendar/vcal_meeting_gtk.c b/src/plugins/vcalendar/vcal_meeting_gtk.c @@ -1576,9 +1576,6 @@ static VCalMeeting *vcal_meeting_create_real(VCalEvent *event, gboolean visible) for (i = 0; accounts != NULL; accounts = accounts->next) { PrefsAccount *ac = (PrefsAccount *)accounts->data; - if (!ac->selectable_as_current_account) { - continue; - } if (ac->protocol == A_NNTP) { continue; }