Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 91B67429E27 for ; Sun, 13 Nov 2011 06:14:44 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.7 X-Spam-Level: X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled 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 KMcLCKoHmD+f for ; Sun, 13 Nov 2011 06:14:44 -0800 (PST) Received: from mail-bw0-f53.google.com (mail-bw0-f53.google.com [209.85.214.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id CB69B431FB6 for ; Sun, 13 Nov 2011 06:14:43 -0800 (PST) Received: by bkaq10 with SMTP id q10so5973270bka.26 for ; Sun, 13 Nov 2011 06:14:41 -0800 (PST) Received: by 10.204.154.151 with SMTP id o23mr15256658bkw.62.1321193680959; Sun, 13 Nov 2011 06:14:40 -0800 (PST) Received: from localhost (dsl-hkibrasgw4-fe5cdc00-23.dhcp.inet.fi. [80.220.92.23]) by mx.google.com with ESMTPS id z15sm25449920bkv.4.2011.11.13.06.14.37 (version=SSLv3 cipher=OTHER); Sun, 13 Nov 2011 06:14:39 -0800 (PST) From: Jani Nikula To: David Bremner , Pieter Praet , notmuch@notmuchmail.org Subject: Re: [PATCH] add `tag:' prefix to `--output=tags' results In-Reply-To: <87k475mktx.fsf@rocinante.cs.unb.ca> References: <877hbiep5g.fsf@SSpaeth.de> <1309422029-22924-1-git-send-email-pieter@praet.org> <87k475mktx.fsf@rocinante.cs.unb.ca> User-Agent: Notmuch/0.9+52~g41ba966 (http://notmuchmail.org) Emacs/23.3.1 (i686-pc-linux-gnu) Date: Sun, 13 Nov 2011 16:14:35 +0200 Message-ID: <87k474cdo4.fsf@nikula.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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: Sun, 13 Nov 2011 14:14:44 -0000 On Sat, 12 Nov 2011 10:17:30 -0500, David Bremner wrote: > On Thu, 30 Jun 2011 10:20:29 +0200, Pieter Praet wrote: > > Alter `do_search_tags()' to prepend each result with `tag:', > > and update affected test. > > > > This makes its output consistent with `do_search_threads()' and > > `do_search_messages()'. > > What do people think about this change? Personally I will have change > some scripts to not add "tag:", but it isn't that big of a deal. I'm curious why this change is needed in the first place. What is gained from this in addition to consistency? It seems I don't have enough list history to find the referenced discussion. The command line interface is an API, and this change causes regressions in all scripts and programs using it, including the emacs ui. (And that should probably be fixed with something other than "...a quick'n'dirty patch, thus probably not fit for consumption.") BR, Jani.