talons

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

commit 1324da453a05d74288282414dfd23753217e7700
parent 0681b307ecd0c5b8aa5ef37bdcb4d9f2a479f4f3
Author: Paul <paul@claws-mail.org>
Date:   Thu, 27 Mar 2025 12:27:33 +0000

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

Diffstat:
Msrc/msgcache.c | 2+-
Msrc/summaryview.c | 1-
2 files changed, 1 insertion(+), 2 deletions(-)

diff --git 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 @@ -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);