[Commits] [SCM] claws branch, master, updated. 4.3.1-24-g6f063a5e5

wwp at claws-mail.org wwp at claws-mail.org
Wed Mar 5 17:03:11 UTC 2025


The branch, master has been updated
       via  6f063a5e5d41e86ff6d3eca5c9efacc93687ab31 (commit)
      from  25ef95444ebf4da9a3e8c2fe7fed84573e59a323 (commit)

Summary of changes:
 src/plugins/vcalendar/vcal_meeting_gtk.c | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)


- Log -----------------------------------------------------------------
commit 6f063a5e5d41e86ff6d3eca5c9efacc93687ab31
Author: wwp <subscript at free.fr>
Date:   Wed Mar 5 18:02:47 2025 +0100

    Fix typo (accidental paste?) and indentation.

diff --git a/src/plugins/vcalendar/vcal_meeting_gtk.c b/src/plugins/vcalendar/vcal_meeting_gtk.c
index baeeaf053..f51c2e18c 100644
--- a/src/plugins/vcalendar/vcal_meeting_gtk.c
+++ b/src/plugins/vcalendar/vcal_meeting_gtk.c
@@ -1,7 +1,7 @@
 /*
  * Claws Mail -- a GTK based, lightweight, and fast e-mail client
  * Copyright (C) 1999-2022 Colin Leroy <colin at colino.net> and
- * the Claws Mail team(list)
+ * the Claws Mail team
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -1576,6 +1576,9 @@ 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;
 		}
@@ -1920,8 +1923,8 @@ gboolean vcal_meeting_export_calendar(const gchar *path,
 		subs = vcal_folder_get_webcal_events();
 
 	if (g_slist_length(list) == 0 && g_slist_length(subs) == 0) {
-        list = NULL;
-        subs = NULL;
+		list = NULL;
+		subs = NULL;
 		if (!automatic) {
 			alertpanel_full(_("Empty calendar"),
 					_("There is nothing to export."),

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list