From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 31D086DE0E8C for ; Sun, 17 Feb 2019 12:31:33 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: 0.046 X-Spam-Level: X-Spam-Status: No, score=0.046 tagged_above=-999 required=5 tests=[AWL=-0.316, KHOP_DYNAMIC=0.001, RDNS_DYNAMIC=0.363, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id GAOw731ZzTZV for ; Sun, 17 Feb 2019 12:31:32 -0800 (PST) X-Greylist: delayed 513 seconds by postgrey-1.36 at arlo; Sun, 17 Feb 2019 12:31:31 PST Received: from porcupinefactory.org (91.218.216.54.siec.idealan.pl [91.218.216.54]) by arlo.cworth.org (Postfix) with ESMTPS id F30A76DE0C32 for ; Sun, 17 Feb 2019 12:31:31 -0800 (PST) Received: from porcupinefactory.org (unknown [192.168.6.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by porcupinefactory.org (Postfix) with ESMTPSA id 1CA326AB178; Sun, 17 Feb 2019 21:21:36 +0100 (CET) Date: Sun, 17 Feb 2019 21:22:44 +0100 From: rhn To: VA Cc: Matt Armstrong , notmuch@notmuchmail.org Subject: Re: On properties and the notmuch CLI Message-ID: <20190217212244.16f7c980.rhn@porcupinefactory.org> In-Reply-To: References: X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.32; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.29 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, 17 Feb 2019 20:31:33 -0000 On Sun, 17 Feb 2019 21:14:33 +0100 VA wrote: > Le 17/02/2019 =C3=A0 20:35, Matt Armstrong a =C3=A9crit=C2=A0: > > As far as the risk of property name collisions, perhaps encourage an > > x-- prefix convention for all properties not registered with > > the notmuch project? That seems to have served well enough for email > > headers. =20 >=20 > I'm interested in the answer. I'm writing a graphical MUA (alpha stage)=20 > and am using property "x-lierre-excerpt" to store a pure-text excerpt of= =20 > each email, so it can be displayed in the messages list without having=20 > to open the whole email file. I'm with the others; writing a GUI client [0] I found that querying would b= e much more aligned with what I need if I could search arbitrary data (head= ers or notes). Cheers, rhn [0] https://gitlab.com/rhn_mk1/quemail/