talons

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

commit 7ed063fd8be79264c775e5f309fd928b40d17a22
parent 9c4b4aea5619d3f952a0af3a718a45b68710e048
Author: Jonathan Boeing <jonathan@claws-mail.org>
Date:   Mon, 13 Sep 2021 01:25:35 -0700

Fix -Wmaybe-uninitialized warning

Diffstat:
Msrc/inc.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/inc.c b/src/inc.c @@ -417,7 +417,7 @@ void inc_all_account_mail(MainWindow *mainwin, gboolean autocheck, gboolean check_at_startup, gboolean notify) { GList *list, *list2 = NULL; - gboolean condition; + gboolean condition = FALSE; gboolean hide_dialog = FALSE; debug_print("INC: inc_all_account_mail(), autocheck: %s\n",