[Commits] [SCM] claws branch, master, updated. 4.3.1-20-g0be593f93
mones at claws-mail.org
mones at claws-mail.org
Sat Mar 1 20:39:10 UTC 2025
The branch, master has been updated
via 0be593f936eb973ab957e2a439382a58bebd864d (commit)
from 8d7590f796b85680ad489996086c9789b66b60f6 (commit)
Summary of changes:
src/imap.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 0be593f936eb973ab957e2a439382a58bebd864d
Author: Ricardo Mones <ricardo at mones.org>
Date: Sat Mar 1 21:38:23 2025 +0100
Fix CID 1508491: Use of 32-bit time_t
diff --git a/src/imap.c b/src/imap.c
index d1ec86fe1..9518afe28 100644
--- a/src/imap.c
+++ b/src/imap.c
@@ -171,8 +171,8 @@ struct _IMAPFolderItem
GHashTable *flags_set_table;
GHashTable *flags_unset_table;
- guint32 last_change;
- guint32 last_sync;
+ time_t last_change;
+ time_t last_sync;
gboolean should_update;
gboolean should_trash_cache;
gint can_create_flags;
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list