X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=blobdiff_plain;f=src%2Faccount.c;h=72eac024e74b90b0bd26bf53a942098fa713042a;hp=a1f0dad55f7f4ef5120491e0d044c83dba84e5d2;hb=7fa02a7aa4fd6b1cf1a71a953d0a655a3f26810a;hpb=cfdde57a13938203eda2f2e6e1d6d202887759c8 diff --git a/src/account.c b/src/account.c index a1f0dad55..72eac024e 100644 --- a/src/account.c +++ b/src/account.c @@ -708,7 +708,8 @@ static void account_selected(GtkCList *clist, gint row, gint column, ac = gtk_clist_get_row_data(clist, row); if (ac->protocol == A_POP3 || ac->protocol == A_APOP || - ac->protocol == A_IMAP4 || ac->protocol == A_NNTP) { + ac->protocol == A_IMAP4 || ac->protocol == A_NNTP || + ac->protocol == A_LOCAL) { ac->recv_at_getall ^= TRUE; account_clist_set_row(ac, row); } @@ -775,7 +776,8 @@ static gint account_clist_set_row(PrefsAccount *ac_prefs, gint row) has_getallbox = (ac_prefs->protocol == A_POP3 || ac_prefs->protocol == A_APOP || ac_prefs->protocol == A_IMAP4 || - ac_prefs->protocol == A_NNTP); + ac_prefs->protocol == A_NNTP || + ac_prefs->protocol == A_LOCAL); getall = has_getallbox && ac_prefs->recv_at_getall; if (ac_prefs->is_default)