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 DAFC2429E25 for ; Sat, 12 Nov 2011 06:53:00 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -2.3 X-Spam-Level: X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5 tests=[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 M53GLrUj4NIb for ; Sat, 12 Nov 2011 06:52:59 -0800 (PST) Received: from tempo.its.unb.ca (tempo.its.unb.ca [131.202.1.21]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 290FB431FB6 for ; Sat, 12 Nov 2011 06:52:59 -0800 (PST) Received: from rocinante.cs.unb.ca (modemcable070.43-37-24.static.videotron.ca [24.37.43.70]) (authenticated bits=0) by tempo.its.unb.ca (8.13.8/8.13.8) with ESMTP id pACEquRt001435 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO); Sat, 12 Nov 2011 10:52:57 -0400 Received: from bremner by rocinante.cs.unb.ca with local (Exim 4.76) (envelope-from ) id 1RPEwt-000605-7u; Sat, 12 Nov 2011 09:52:51 -0500 From: David Bremner To: Jameson Graef Rollins , Notmuch Mail Subject: Re: [PATCH] emacs: Modify notmuch-show-get-message-id to return message-id unprefixed with "id:". In-Reply-To: <1318199748-25058-1-git-send-email-jrollins@finestructure.net> References: <87mxdabyy8.fsf@washington.ligo-wa.caltech.edu> <1318199748-25058-1-git-send-email-jrollins@finestructure.net> User-Agent: Notmuch/0.9+56~ga2d78fb (http://notmuchmail.org) Emacs/23.3.1 (x86_64-pc-linux-gnu) Date: Sat, 12 Nov 2011 09:52:51 -0500 Message-ID: <87pqgxmlz0.fsf@rocinante.cs.unb.ca> 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: Sat, 12 Nov 2011 14:53:01 -0000 On Sun, 9 Oct 2011 15:35:48 -0700, Jameson Graef Rollins wrote: > This modifies the notmuch-show "c i" binding to yank just the > message-id to the kill-ring, without the "id:" prefix. This makes > this yank binding consistent with the rest of the yank bindings in > that they don't include any search term prefixes. Hi Jamie, Hi all. What do you think about the approach in id:"1309422050-23241-1-git-send-email-pieter@praet.org" I sortof like the idea of having with and without prefix bindings. Or maybe we could provide a prefix argument (getit? ;) ) so that C-u c i adds the prefix. David