From: David Bremner Date: Sun, 6 Apr 2014 00:52:20 +0000 (+2100) Subject: Re: [PATCH 0/5] emacs: hello: convert saved-searches to plists X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7a1963e62fac2eb3d10489febfdb1062b5578fb8;p=notmuch-archives.git Re: [PATCH 0/5] emacs: hello: convert saved-searches to plists --- diff --git a/35/7afee44026752f6e0010ad430486888baa7732 b/35/7afee44026752f6e0010ad430486888baa7732 new file mode 100644 index 000000000..558f34689 --- /dev/null +++ b/35/7afee44026752f6e0010ad430486888baa7732 @@ -0,0 +1,65 @@ +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 911B1431FB6 + for ; Sat, 5 Apr 2014 18:44:22 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0 +X-Spam-Level: +X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] + 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 wAN6GQrkU+Et for ; + Sat, 5 Apr 2014 18:44:17 -0700 (PDT) +Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net + [87.98.215.224]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id BC5F5431FAF + for ; Sat, 5 Apr 2014 18:44:17 -0700 (PDT) +Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim + 4.72) (envelope-from ) + id 1WWc6f-0001TU-Hq; Sun, 06 Apr 2014 01:42:45 +0000 +Received: (nullmailer pid 2905 invoked by uid 1000); Sun, 06 Apr 2014 + 00:52:20 -0000 +From: David Bremner +To: Mark Walters , notmuch@notmuchmail.org +Subject: Re: [PATCH 0/5] emacs: hello: convert saved-searches to plists +In-Reply-To: <1396733065-32602-1-git-send-email-markwalters1009@gmail.com> +References: <1396733065-32602-1-git-send-email-markwalters1009@gmail.com> +User-Agent: Notmuch/0.17+170~gf516b7c (http://notmuchmail.org) Emacs/24.3.1 + (x86_64-pc-linux-gnu) +Date: Sat, 05 Apr 2014 21:52:20 -0300 +Message-ID: <87ppkv46uz.fsf@maritornes.cs.unb.ca> +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: Sun, 06 Apr 2014 01:44:22 -0000 + +Mark Walters writes: + +> This series converts the saved-search format to plists. This should +> make it much easier to extend their functionality. The final patch +> illustrates this by adding a sort-order option to the saved +> searches. It also exposes the count-query functionality that is +> already present internally, and could be used to store keyboard +> shortcuts for searches. + +Not necessarily an issue for this series, but I'd like start thinking +about a front-end-independent representation for saved searches; perhaps +json for want of better ideas. + +d