From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 398D51F4B4; Sat, 19 Sep 2020 21:17:27 +0000 (UTC) Date: Sat, 19 Sep 2020 21:17:27 +0000 From: Eric Wong To: Leah Neukirchen Cc: meta@public-inbox.org Subject: Re: [ANNOUNCE] public-inbox 1.6.0 Message-ID: <20200919211727.GA24242@dcvr> References: <20200916200309.public-inbox-1.6.0-rele@sed> <87y2l5r0xd.fsf@vuxu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <87y2l5r0xd.fsf@vuxu.org> List-Id: Leah Neukirchen wrote: > Hi, > > thanks for the release! You're welcome! > > * Upgrading for new features in 1.6 > I did all these steps in this order, NNTP works fine but IMAP shows > all folders as empty. Any ideas how to debug this? Any chance you're hitting "$NEWSGROUP" and not "$NEWSGROUP.0"? (or ".1", ".2" ...)? I had to split the mailboxes into slices (".0"-".$N") to deal with client-side limitations; so "$NEWSGROUP" is just an empty folder with sub-folders containing messages. Otherwise, stdout should have a trace of commands issued by the client, and strace/truss/tcpdump/etc should show more... It's been a while since I've really touched this part of the IMAP code (and it's been a long year :x), but I don't think I ever saw something like this while working on it.