From 0f546e30b95ba339c27c193ab71fc9b72270751d Mon Sep 17 00:00:00 2001 From: David Bremner Date: Mon, 14 Jul 2014 11:20:33 +2100 Subject: [PATCH] Re: [PATCH v2] emacs: Add support for saved search accelerators --- 53/5f6aac4d3901ea0fcdb619caf8f632c94c5d97 | 67 +++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 53/5f6aac4d3901ea0fcdb619caf8f632c94c5d97 diff --git a/53/5f6aac4d3901ea0fcdb619caf8f632c94c5d97 b/53/5f6aac4d3901ea0fcdb619caf8f632c94c5d97 new file mode 100644 index 000000000..ef648fbb6 --- /dev/null +++ b/53/5f6aac4d3901ea0fcdb619caf8f632c94c5d97 @@ -0,0 +1,67 @@ +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 98A8C431FBD + for ; Sun, 13 Jul 2014 07:20:43 -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 Q1JmWberPUxc for ; + Sun, 13 Jul 2014 07:20:38 -0700 (PDT) +Received: from yantan.tethera.net (yantan.tethera.net [199.188.72.155]) + (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id DBC6C431FBC + for ; Sun, 13 Jul 2014 07:20:38 -0700 (PDT) +Received: from remotemail by yantan.tethera.net with local (Exim 4.80) + (envelope-from ) + id 1X6Kdo-0007FL-UD; Sun, 13 Jul 2014 11:20:36 -0300 +Received: (nullmailer pid 20163 invoked by uid 1000); Sun, 13 Jul 2014 + 14:20:33 -0000 +From: David Bremner +To: Austin Clements +Subject: Re: [PATCH v2] emacs: Add support for saved search accelerators +In-Reply-To: <20140713035009.GZ4660@mit.edu> +References: <1399385776-19918-1-git-send-email-dme@dme.org> + <1399461694-25350-1-git-send-email-dme@dme.org> + <1399461694-25350-2-git-send-email-dme@dme.org> + <87ion2gyqo.fsf@maritornes.cs.unb.ca> <20140713035009.GZ4660@mit.edu> +User-Agent: Notmuch/0.18.1+29~gb5327d4 (http://notmuchmail.org) Emacs/24.3.1 + (x86_64-pc-linux-gnu) +Date: Sun, 13 Jul 2014 11:20:33 -0300 +Message-ID: <87bnstfiha.fsf@maritornes.cs.unb.ca> +MIME-Version: 1.0 +Content-Type: text/plain +Cc: notmuch@notmuchmail.org +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 Jul 2014 14:20:43 -0000 + +Austin Clements writes: + +> The right answer might be something between notmuch-go and dme's +> patch. Currently notmuch-go uses a hard-coded set of searches, while +> dme's patch derives them from the saved searches. + +I'm not really looking for a solution for my own use, just wearing my +integration manager hat. In that context, a second set of hard coded +saved searches would be a blocker. + +d + -- 2.26.2