int orig_count, orig_unread, orig_flagged;
#endif
- sb.st_size = 0;
+ memset(&sb, 0, sizeof (sb));
#ifdef USE_SIDEBAR
orig_new = tmp->new;
/* Decide whether to delete all normal mailboxes or all virtual */
bool virt = (((*b)->magic == MUTT_NOTMUCH) && (data & MUTT_VIRTUAL));
bool norm = (((*b)->magic != MUTT_NOTMUCH) && !(data & MUTT_VIRTUAL));
- bool clear_this = clear_all && (virt | norm);
+ bool clear_this = clear_all && (virt || norm);
if (clear_this || (mutt_str_strcasecmp(buf, (*b)->path) == 0) ||
(mutt_str_strcasecmp(buf, (*b)->desc) == 0))
size_t bufsize = 0;
const char *mech = NULL;
const char *pc = NULL;
- unsigned int len = 0, olen;
+ unsigned int len = 0, olen = 0;
bool client_start;
if (mutt_sasl_client_new(idata->conn, &saslconn) < 0)