[Commits] [SCM] claws branch, master, updated. 4.3.1-2-g8bd905e7e
paul at claws-mail.org
paul at claws-mail.org
Tue Feb 25 10:26:49 UTC 2025
The branch, master has been updated
via 8bd905e7e623ad2906c5c83a5adfcd61146e0bcc (commit)
from b2c1b1dd90dcb71fe2ff7221025c01a76d4f4cac (commit)
Summary of changes:
src/folder.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 8bd905e7e623ad2906c5c83a5adfcd61146e0bcc
Author: Paul <paul at claws-mail.org>
Date: Tue Feb 25 10:26:45 2025 +0000
comment out a noisy debug_print()
diff --git a/src/folder.c b/src/folder.c
index cd72710f8..1db732a34 100644
--- a/src/folder.c
+++ b/src/folder.c
@@ -2555,7 +2555,7 @@ static void folder_find_expired_caches(FolderItem *item, gpointer data)
difftime = (gint) (time(NULL) - msgcache_get_last_access_time(item->cache));
expiretime = prefs_common.cache_min_keep_time * 60;
- debug_print("Cache unused time: %d (Expire time: %d)\n", difftime, expiretime);
+ // debug_print("Cache unused time: %d (Expire time: %d)\n", difftime, expiretime);
if (difftime > expiretime && !item->opened && !item->processing_pending) {
*folder_item_list = g_slist_insert_sorted(*folder_item_list, item, folder_cache_time_compare_func);
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list