From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 0644140D152 for ; Thu, 4 Nov 2010 10:11:41 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -1.9 X-Spam-Level: X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001] autolearn=ham Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id RAts2HmiV02N for ; Thu, 4 Nov 2010 10:11:30 -0700 (PDT) Received: from mail-ww0-f45.google.com (mail-ww0-f45.google.com [74.125.82.45]) by olra.theworths.org (Postfix) with ESMTP id 9477C40D14D for ; Thu, 4 Nov 2010 10:11:30 -0700 (PDT) Received: by wwj40 with SMTP id 40so2314335wwj.2 for ; Thu, 04 Nov 2010 10:11:28 -0700 (PDT) Received: by 10.227.72.196 with SMTP id n4mr991297wbj.153.1288890687948; Thu, 04 Nov 2010 10:11:27 -0700 (PDT) Received: from ut.hh.sledj.net (host81-149-164-25.in-addr.btopenworld.com [81.149.164.25]) by mx.google.com with ESMTPS id f14sm117879wbe.8.2010.11.04.10.11.26 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 04 Nov 2010 10:11:26 -0700 (PDT) Received: by ut.hh.sledj.net (Postfix, from userid 1000) id 6671959405B; Thu, 4 Nov 2010 17:11:03 +0000 (GMT) To: Michael Forney , notmuch@notmuchmail.org Subject: Re: Introducing ner: an ncurses based notmuch ui In-Reply-To: <1288496694-ner-8599@novus> References: <1288496694-ner-8599@novus> User-Agent: Notmuch/0.4 (http://notmuchmail.org) Emacs/23.2.1 (x86_64-pc-linux-gnu) From: David Edmondson Date: Thu, 04 Nov 2010 17:11:03 +0000 Message-ID: <87wrot2evs.fsf@ut.hh.sledj.net> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2010 17:11:41 -0000 On Sat, 30 Oct 2010 20:44:54 -0700, Michael Forney wrote: > ner ... uses libnotmuch as opposed to output from the notmuch command > line. This means that ner is immune to changes in the output of the notmuch command, right? In particular, if we change the JSON output to provide more information about the MIME structure of a message, ner will not be affected.