]> granicus.if.org Git - neomutt/commitdiff
Kill a warning.
authorBrendan Cully <brendan@kublai.com>
Sat, 6 Aug 2005 20:03:30 +0000 (20:03 +0000)
committerBrendan Cully <brendan@kublai.com>
Sat, 6 Aug 2005 20:03:30 +0000 (20:03 +0000)
imap/browse.c

index f2b01f4dabfeceb07a9865ed4752c5f7f427d923..0e7ec990d607a10d502615cc088100f0653d8640 100644 (file)
@@ -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...");