[Commits] [SCM] claws branch, master, updated. 4.3.1-77-g1324da453

paul at claws-mail.org paul at claws-mail.org
Thu Mar 27 12:27:39 UTC 2025


The branch, master has been updated
       via  1324da453a05d74288282414dfd23753217e7700 (commit)
      from  0681b307ecd0c5b8aa5ef37bdcb4d9f2a479f4f3 (commit)

Summary of changes:
 src/msgcache.c    | 2 +-
 src/summaryview.c | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)


- Log -----------------------------------------------------------------
commit 1324da453a05d74288282414dfd23753217e7700
Author: Paul <paul at claws-mail.org>
Date:   Thu Mar 27 12:27:33 2025 +0000

    give meaning to an otherwise quite meaningless debug_print(); remove one pointless debug_print()

diff --git a/src/msgcache.c b/src/msgcache.c
index c3cb5fac4..c0e9f7577 100644
--- a/src/msgcache.c
+++ b/src/msgcache.c
@@ -1246,7 +1246,7 @@ gint msgcache_write(const gchar *cache_file, const gchar *mark_file, const gchar
 	g_free(new_cache);
 	g_free(new_mark);
 	g_free(new_tags);
-	debug_print("done.\n");
+	debug_print("msgcache_write() done.\n");
 	END_TIMING();
 	return 0;
 }
diff --git a/src/summaryview.c b/src/summaryview.c
index e0d80cddd..9fff35f81 100644
--- a/src/summaryview.c
+++ b/src/summaryview.c
@@ -1667,7 +1667,6 @@ gboolean summary_show(SummaryView *summaryview, FolderItem *item, gboolean avoid
 	toolbar_main_set_sensitive(summaryview->mainwin);
 	
 	summary_thaw(summaryview);
-	debug_print("\n");
 	STATUSBAR_PUSH(summaryview->mainwin, _("Done."));
 	STATUSBAR_POP(summaryview->mainwin);
 	main_window_cursor_normal(summaryview->mainwin);

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


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list