~ne02ptzero/neomutt

450d4b0ec0648832e6497616ac8bb34c2cea291e — Richard Russon 4 years ago 2cc1e12
Revert "browser: fix directory view"

This reverts commit 6a0e1814a5446eb53e489183b4d87f695b0d9aba.
1 files changed, 1 insertions(+), 1 deletions(-)

M browser.c
M browser.c => browser.c +1 -1
@@ 801,7 801,7 @@ static int examine_directory(struct Menu *menu, struct BrowserState *state,
      struct MailboxNode *np = NULL;
      STAILQ_FOREACH(np, &ml, entries)
      {
        if (mutt_str_strcmp(mutt_b2s(buf), mailbox_path(np->mailbox)) == 0)
        if (mutt_str_strcmp(mutt_b2s(buf), mailbox_path(np->mailbox)) != 0)
          break;
      }