workaround a stupid issue in how decoding is performed in mutt *sigh*
[apps/madmutt.git] / imap / browse.c
index a1c9a2d..85a64b1 100644 (file)
@@ -12,8 +12,6 @@
 
 #include <lib-lib/lib-lib.h>
 
-#include <lib-ui/enter.h>
-
 #include "mutt.h"
 #include "imap_private.h"
 
@@ -71,7 +69,6 @@ int imap_browse (char *path, struct browser_state *state)
   if (!mx.mbox) {
     home_namespace = 1;
     mbox[0] = '\0';             /* Do not replace "" with "INBOX" here */
-    mx.mbox = m_strdup(ImapHomeNamespace);
     if (mutt_bit_isset (idata->capabilities, NAMESPACE)) {
       mutt_message _("Getting namespaces...");