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 E28BA431FBC for ; Fri, 12 Feb 2010 07:50:22 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -1.349 X-Spam-Level: X-Spam-Status: No, score=-1.349 tagged_above=-999 required=5 tests=[AWL=-0.609, BAYES_20=-0.74] autolearn=ham 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 NhQgE9mKjsuC for ; Fri, 12 Feb 2010 07:50:22 -0800 (PST) Received: from max.feld.cvut.cz (max.feld.cvut.cz [147.32.192.36]) by olra.theworths.org (Postfix) with ESMTP id ED62B431FAE for ; Fri, 12 Feb 2010 07:50:21 -0800 (PST) Received: from localhost (unknown [192.168.200.4]) by max.feld.cvut.cz (Postfix) with ESMTP id 56EC919F3411; Fri, 12 Feb 2010 16:50:21 +0100 (CET) X-Virus-Scanned: IMAP AMAVIS Received: from max.feld.cvut.cz ([192.168.200.1]) by localhost (styx.feld.cvut.cz [192.168.200.4]) (amavisd-new, port 10044) with ESMTP id qtcRgHE5FYXs; Fri, 12 Feb 2010 16:50:17 +0100 (CET) Received: from imap.feld.cvut.cz (imap.feld.cvut.cz [147.32.192.34]) by max.feld.cvut.cz (Postfix) with ESMTP id ECD0F19F3413; Fri, 12 Feb 2010 16:50:16 +0100 (CET) Received: from steelpick.localdomain (k335-30.felk.cvut.cz [147.32.86.30]) (Authenticated sender: sojkam1) by imap.feld.cvut.cz (Postfix) with ESMTPSA id C5059FA003; Fri, 12 Feb 2010 16:50:16 +0100 (CET) Received: from wsh by steelpick.localdomain with local (Exim 4.71) (envelope-from ) id 1Nfxma-0000EC-FM; Fri, 12 Feb 2010 16:50:16 +0100 From: Michal Sojka To: david@tethera.net, notmuch@notmuchmail.org In-Reply-To: <1265943668-31531-3-git-send-email-david@tethera.net> References: <1261770829-23376-1-git-send-email-david@tethera.net> <1265943668-31531-1-git-send-email-david@tethera.net> <1265943668-31531-2-git-send-email-david@tethera.net> <1265943668-31531-3-git-send-email-david@tethera.net> Date: Fri, 12 Feb 2010 16:50:16 +0100 Message-ID: <874olmjvwn.fsf@steelpick.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: David Bremner Subject: Re: [notmuch] [PATCH 2/2] notmuch.el: add a submap (on "z" for "ztash") to stash things. 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, 12 Feb 2010 15:50:23 -0000 On Thu, 11 Feb 2010 23:01:08 -0400, david@tethera.net wrote: > From: David Bremner > > Provide key bindings for stuffing various RFC822 header fields and other metadata > into the emacs kill-ring as text. The bindings are as follows: > > z F notmuch-show-stash-filename > z T notmuch-show-stash-tags > z c notmuch-show-stash-cc > z d notmuch-show-stash-date > z f notmuch-show-stash-from > z m notmuch-show-stash-message-id > z s notmuch-show-stash-subject > z t notmuch-show-stash-to Great! I've always wished to have this. Michal