X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=imap%2Fbrowse.c;fp=imap%2Fbrowse.c;h=3c741b1637f66828a3d9ca7a3c24206e21221e2f;hp=a1c9a2d4178bba6fa659c50fb4480dcff8dc4aed;hb=f5a370338d87eba00bc8696636a90f6c50b05d14;hpb=c50162101b316e88b95dc4259d45a259b38a972e;ds=sidebyside diff --git a/imap/browse.c b/imap/browse.c index a1c9a2d..3c741b1 100644 --- a/imap/browse.c +++ b/imap/browse.c @@ -71,7 +71,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...");