From 1cab49ed922ac866a9ade39353194764169218d2 Mon Sep 17 00:00:00 2001 From: Brendan Cully Date: Sat, 6 Aug 2005 20:03:30 +0000 Subject: [PATCH] Kill a warning. --- imap/browse.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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..."); -- 2.40.0