From: Tomi Ollila Date: Sun, 6 Apr 2014 08:04:22 +0000 (+0300) Subject: Re: [PATCH 0/5] emacs: hello: convert saved-searches to plists X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c76830477d46128b6a8bc74aded6e58c6792ad65;p=notmuch-archives.git Re: [PATCH 0/5] emacs: hello: convert saved-searches to plists --- diff --git a/b9/9bc8812ad29d98061f7702aef439129195c052 b/b9/9bc8812ad29d98061f7702aef439129195c052 new file mode 100644 index 000000000..3afbd5f17 --- /dev/null +++ b/b9/9bc8812ad29d98061f7702aef439129195c052 @@ -0,0 +1,74 @@ +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 76A2B431FBF + for ; Sun, 6 Apr 2014 01:04:32 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 1.775 +X-Spam-Level: * +X-Spam-Status: No, score=1.775 tagged_above=-999 required=5 + tests=[URIBL_BLACK=1.775] 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 OseYCaO4kJ1E for ; + Sun, 6 Apr 2014 01:04:27 -0700 (PDT) +Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) + by olra.theworths.org (Postfix) with ESMTP id 15421431FAF + for ; Sun, 6 Apr 2014 01:04:27 -0700 (PDT) +Received: from guru.guru-group.fi (localhost [IPv6:::1]) + by guru.guru-group.fi (Postfix) with ESMTP id AA6B7100086 + for ; Sun, 6 Apr 2014 11:04:22 +0300 (EEST) +From: Tomi Ollila +To: notmuch@notmuchmail.org +Subject: Re: [PATCH 0/5] emacs: hello: convert saved-searches to plists +In-Reply-To: <87ppkv46uz.fsf@maritornes.cs.unb.ca> +References: <1396733065-32602-1-git-send-email-markwalters1009@gmail.com> + <87ppkv46uz.fsf@maritornes.cs.unb.ca> +User-Agent: Notmuch/0.17+174~gef82849 (http://notmuchmail.org) Emacs/24.3.1 + (x86_64-unknown-linux-gnu) +X-Face: HhBM'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 08:04:32 -0000 + +On Sun, Apr 06 2014, David Bremner wrote: + +> 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. + +I think something like this has been (briefly) discussed on IRC -- how +about storing saved searches on lib/cli interface; then the same saved +searches could be used wherever the MUA is running (remoteusage!) + +> +> d + +Tomi