From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id DF33A429E38 for ; Fri, 2 Dec 2011 13:05:41 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.7 X-Spam-Level: X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_LOW=-0.7] 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 iz-JQ+vLL8wR for ; Fri, 2 Dec 2011 13:05:41 -0800 (PST) Received: from mail-bw0-f53.google.com (mail-bw0-f53.google.com [209.85.214.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 4363D429E34 for ; Fri, 2 Dec 2011 13:05:41 -0800 (PST) Received: by bkbzu5 with SMTP id zu5so3100029bkb.26 for ; Fri, 02 Dec 2011 13:05:39 -0800 (PST) Received: by 10.180.102.233 with SMTP id fr9mr11847739wib.40.1322859939554; Fri, 02 Dec 2011 13:05:39 -0800 (PST) Received: from localhost (dsl-hkibrasgw4-fe5cdc00-23.dhcp.inet.fi. [80.220.92.23]) by mx.google.com with ESMTPS id gg1sm12075029wbb.17.2011.12.02.13.05.37 (version=SSLv3 cipher=OTHER); Fri, 02 Dec 2011 13:05:38 -0800 (PST) From: Jani Nikula To: notmuch@notmuchmail.org Subject: Re: [PATCH 1/2] cli: add mechanism for running user configurable hooks In-Reply-To: <7fbe6befcf31881a9bca672f55b93501249a220c.1322859389.git.jani@nikula.org> References: <7fbe6befcf31881a9bca672f55b93501249a220c.1322859389.git.jani@nikula.org> User-Agent: Notmuch/0.10+51~gef3ae74 (http://notmuchmail.org) Emacs/23.3.1 (i686-pc-linux-gnu) Date: Fri, 02 Dec 2011 23:05:35 +0200 Message-ID: <87k46er8f4.fsf@nikula.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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: Fri, 02 Dec 2011 21:05:42 -0000 On Fri, 2 Dec 2011 23:00:05 +0200, Jani Nikula wrote: > TODO: I meant these as RFC, but forgot to add the subject prefix. Jani.