aboutsummaryrefslogtreecommitdiff
path: root/src/inc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/inc.c')
-rw-r--r--src/inc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/inc.c b/src/inc.c
index 64e6f266..36305814 100644
--- a/src/inc.c
+++ b/src/inc.c
@@ -241,6 +241,7 @@ static gint inc_remote_account_mail(MainWindow *mainwin, PrefsAccount *account)
gint new_msgs = 0;
gboolean update_summary = FALSE;
+ g_return_val_if_fail(account != NULL, 0);
g_return_val_if_fail(account->folder != NULL, 0);
if (account->protocol == A_IMAP4 &&
@@ -354,6 +355,8 @@ static gint inc_account_mail_real(MainWindow *mainwin, PrefsAccount *account)
IncProgressDialog *inc_dialog;
IncSession *session;
+ g_return_val_if_fail(account != NULL, 0);
+
if (account->protocol == A_IMAP4 || account->protocol == A_NNTP)
return inc_remote_account_mail(mainwin, account);