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 8398C431FAF for ; Tue, 28 Feb 2012 10:42:25 -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 bAUaxfXbuCLT for ; Tue, 28 Feb 2012 10:42:25 -0800 (PST) Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com [209.85.212.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id CB1D2431FAE for ; Tue, 28 Feb 2012 10:42:24 -0800 (PST) Received: by wibhi8 with SMTP id hi8so4304934wib.26 for ; Tue, 28 Feb 2012 10:42:23 -0800 (PST) Received-SPF: pass (google.com: domain of pieter@praet.org designates 10.180.14.73 as permitted sender) client-ip=10.180.14.73; Authentication-Results: mr.google.com; spf=pass (google.com: domain of pieter@praet.org designates 10.180.14.73 as permitted sender) smtp.mail=pieter@praet.org Received: from mr.google.com ([10.180.14.73]) by 10.180.14.73 with SMTP id n9mr41740557wic.16.1330454543710 (num_hops = 1); Tue, 28 Feb 2012 10:42:23 -0800 (PST) Received: by 10.180.14.73 with SMTP id n9mr33111441wic.16.1330454543529; Tue, 28 Feb 2012 10:42:23 -0800 (PST) Received: from localhost ([109.131.112.224]) by mx.google.com with ESMTPS id fl2sm74518782wib.4.2012.02.28.10.42.22 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 28 Feb 2012 10:42:22 -0800 (PST) From: Pieter Praet To: David Bremner Subject: Re: [PATCH v6 1/3] emacs: `notmuch-show-get-message-id': optionally return Message-Id sans prefix In-Reply-To: <87ehtjj7s6.fsf@zancas.localnet> References: <1327397873-20596-1-git-send-email-dme@dme.org> <1329684627-10708-1-git-send-email-pieter@praet.org> <1329684627-10708-2-git-send-email-pieter@praet.org> <87ehtjj7s6.fsf@zancas.localnet> User-Agent: Notmuch/0.11.1+210~g6afc43e (http://notmuchmail.org) Emacs/23.3.1 (x86_64-unknown-linux-gnu) Date: Tue, 28 Feb 2012 19:40:04 +0100 Message-ID: <87hayaol8b.fsf@praet.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Gm-Message-State: ALoCoQlPPzn9tYuULWk5v7U2nMm4OvjWHjFhnG4Pky1ztUNUr2XZBexBO0oEsbsNAe160tf/Cwcs Cc: Notmuch Mail 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: Tue, 28 Feb 2012 18:42:25 -0000 On Sat, 25 Feb 2012 10:40:25 -0400, David Bremner wrote: > On Sun, 19 Feb 2012 21:50:25 +0100, Pieter Praet wrote: > > * emacs/notmuch-show.el > > > > (notmuch-show-get-message-id): > > Add optional arg BARE. When non-nil, return a Message-Id without > > quotes and prefix, thus obviating the need to strip them off again > > in various places. > > Pushed all three. > Thanks! Though I couldn't help but notice (it's a curse...) that patch #3 seems to have gained an extra space in its commit message subject: Original (id:"1329684627-10708-4-git-send-email-pieter@praet.org"): emacs: add `notmuch-show-stash-mlarchive-link{,-and-go}' ^ Pushed (commit 2f86290a): emacs: add `notmuch-show-stash-mlarchive-link{, -and-go}' ^ Don't know whether or not this was accidental, but it's happened before, with a similar commit message subject: Original (id:"1327292557-7701-1-git-send-email-pieter@praet.org"): search: rename auto_exclude_tags to {search,}exclude_tags ^ Pushed (commit 649a9f5f): search: rename auto_exclude_tags to {search, }exclude_tags ^ Perhaps you're calling uncrustify(1) or something similar from your '.git/hooks/applypatch-msg' ? > d Peace -- Pieter