From f59f08a2dadaedc2295054d3b27708cc8d7157ed Mon Sep 17 00:00:00 2001 From: Mark Walters Date: Mon, 29 Oct 2012 08:28:20 +0000 Subject: [PATCH 1/1] Re: [PATCH 0/3] Add notmuch-pick to contrib --- b2/28212cdce7ee0a19c04652eb3735cc6cb72e74 | 114 ++++++++++++++++++++++ 1 file changed, 114 insertions(+) create mode 100644 b2/28212cdce7ee0a19c04652eb3735cc6cb72e74 diff --git a/b2/28212cdce7ee0a19c04652eb3735cc6cb72e74 b/b2/28212cdce7ee0a19c04652eb3735cc6cb72e74 new file mode 100644 index 000000000..713b72041 --- /dev/null +++ b/b2/28212cdce7ee0a19c04652eb3735cc6cb72e74 @@ -0,0 +1,114 @@ +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 B65A3431FBC + for ; Mon, 29 Oct 2012 01:28:25 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 1.401 +X-Spam-Level: * +X-Spam-Status: No, score=1.401 tagged_above=-999 required=5 + tests=[DKIM_ADSP_CUSTOM_MED=0.001, FREEMAIL_FROM=0.001, + FREEMAIL_REPLY=2.499, NML_ADSP_CUSTOM_MED=1.2, RCVD_IN_DNSWL_MED=-2.3] + 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 hOilQyLKVkeK for ; + Mon, 29 Oct 2012 01:28:22 -0700 (PDT) +Received: from mail2.qmul.ac.uk (mail2.qmul.ac.uk [138.37.6.6]) + (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id EDCD0431FAF + for ; Mon, 29 Oct 2012 01:28:21 -0700 (PDT) +Received: from smtp.qmul.ac.uk ([138.37.6.40]) + by mail2.qmul.ac.uk with esmtp (Exim 4.71) + (envelope-from ) + id 1TSkhl-0001ww-L7; Mon, 29 Oct 2012 08:28:18 +0000 +Received: from 93-97-24-31.zone5.bethere.co.uk ([93.97.24.31] helo=localhost) + by smtp.qmul.ac.uk with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.69) + (envelope-from ) + id 1TSkhl-0007PI-7e; Mon, 29 Oct 2012 08:28:17 +0000 +From: Mark Walters +To: David Bremner , notmuch@notmuchmail.org +Subject: Re: [PATCH 0/3] Add notmuch-pick to contrib +In-Reply-To: <87390ywrru.fsf@zancas.localnet> +References: <1351337200-18050-1-git-send-email-markwalters1009@gmail.com> + <87390ywrru.fsf@zancas.localnet> +User-Agent: Notmuch/0.14+67~g42391b4 (http://notmuchmail.org) Emacs/23.4.1 + (x86_64-pc-linux-gnu) +Date: Mon, 29 Oct 2012 08:28:20 +0000 +Message-ID: <87k3u9bs2j.fsf@qmul.ac.uk> +MIME-Version: 1.0 +Content-Type: text/plain; charset=us-ascii +X-Sender-Host-Address: 93.97.24.31 +X-QM-SPAM-Info: Sender has good ham record. :) +X-QM-Body-MD5: 3c1e14864cef8c8f5995a0444eff6f56 (of first 20000 bytes) +X-SpamAssassin-Score: -1.2 +X-SpamAssassin-SpamBar: - +X-SpamAssassin-Report: The QM spam filters have analysed this message to + determine if it is + spam. We require at least 5.0 points to mark a message as spam. + This message scored -1.2 points. + Summary of the scoring: + * -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at http://www.dnswl.org/, + * medium trust + * [138.37.6.40 listed in list.dnswl.org] + * 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail + provider * (markwalters1009[at]gmail.com) + * 1.0 FREEMAIL_REPLY From and body contain different freemails + * 0.1 AWL AWL: From: address is in the auto white-list +X-QM-Scan-Virus: ClamAV says the message is clean +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: Mon, 29 Oct 2012 08:28:25 -0000 + + +Hello + +On Sun, 28 Oct 2012, David Bremner wrote: +> Mark Walters writes: +> +>> This is a new version of notmuch-pick (previous version at +>> id:"1343164911-31589-1-git-send-email-markwalters1009@gmail.com")following +>> suggestions of Tomi and David in that thread. The main change is that +>> it is now entirely self contained in contrib: all the user needs to do +>> is copy the notmuch-pick.el somewhere in the emacs load path and add +>> (require 'notmuch-pick nil t) to their .emacs file. +> +> I have pushed this to contrib. + +That's great. + +> We do need tests before this goes mainline. What about (untested) having +> the tests in contrib/notmuch-pick for now, including as needed from +> ../../test. + +I haven't been able to get this to work but I have a slight variant +which seems to that I will post shortly. + +> We should mention it in NEWS; at this point I think it is reasonable to +> expect to do at least one release with pick in contrib. + +Yes that seems sensible. + +> As a vague feature request, what about forwarding unknown keys to +> the notmuch-show buffer? + +This would be good: but I can't see how to make it work. If anyone has +any suggestions or pointers do say! + +Best wishes + +Mark + -- 2.26.2