From: Brendan Cully Date: Sat, 6 Aug 2005 20:03:30 +0000 (+0000) Subject: Kill a warning. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1cab49ed922ac866a9ade39353194764169218d2;p=neomutt Kill a warning. --- diff --git a/imap/browse.c b/imap/browse.c index f2b01f4da..0e7ec990d 100644 --- a/imap/browse.c +++ b/imap/browse.c @@ -56,7 +56,7 @@ int imap_browse (char* path, struct browser_state* state) int i; int nsup; char ctmp; - int nns; + int nns = 0; char *cur_folder; short showparents = 0; int noselect; @@ -79,7 +79,6 @@ int imap_browse (char* path, struct browser_state* state) home_namespace = 1; mbox[0] = '\0'; /* Do not replace "" with "INBOX" here */ mx.mbox = safe_strdup(ImapHomeNamespace); - nns = 0; if (mutt_bit_isset(idata->capabilities,NAMESPACE)) { mutt_message _("Getting namespaces...");