From: David Bremner Date: Sat, 24 Aug 2013 09:33:16 +0000 (+0200) Subject: Re: [PATCH 00/11] contrib: pick: keybindings X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1ae5db075024b3aff1c9d09cda072be6324b1fa4;p=notmuch-archives.git Re: [PATCH 00/11] contrib: pick: keybindings --- diff --git a/c1/f453decd76222790e0e5a05c4ba29ff20104b6 b/c1/f453decd76222790e0e5a05c4ba29ff20104b6 new file mode 100644 index 000000000..36bae4cf6 --- /dev/null +++ b/c1/f453decd76222790e0e5a05c4ba29ff20104b6 @@ -0,0 +1,61 @@ +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 23449431FD7 + for ; Sat, 24 Aug 2013 02:33:28 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0 +X-Spam-Level: +X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] + 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 cPJsBE11CFJx for ; + Sat, 24 Aug 2013 02:33:22 -0700 (PDT) +Received: from yantan.tethera.net (yantan.tethera.net [199.188.72.155]) + (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id E8082431FD5 + for ; Sat, 24 Aug 2013 02:33:21 -0700 (PDT) +Received: from remotemail by yantan.tethera.net with local (Exim 4.80) + (envelope-from ) + id 1VDADh-0007sz-DF; Sat, 24 Aug 2013 06:33:21 -0300 +Received: (nullmailer pid 24613 invoked by uid 1000); Sat, 24 Aug 2013 + 09:33:16 -0000 +From: David Bremner +To: Mark Walters , notmuch@notmuchmail.org +Subject: Re: [PATCH 00/11] contrib: pick: keybindings +In-Reply-To: <1373047878-20822-1-git-send-email-markwalters1009@gmail.com> +References: <1373047878-20822-1-git-send-email-markwalters1009@gmail.com> +User-Agent: Notmuch/0.16 (http://notmuchmail.org) Emacs/24.3.1 + (x86_64-pc-linux-gnu) +Date: Sat, 24 Aug 2013 11:33:16 +0200 +Message-ID: <87txifbfhf.fsf@maritornes.cs.unb.ca> +MIME-Version: 1.0 +Content-Type: text/plain +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, 24 Aug 2013 09:33:28 -0000 + +Mark Walters writes: + +> This series adds lots of keybindings and funtionality to pick: in +> particular it adds the stash keymap, the ability to tab between and +> activate buttons in the message pane, and it reduces a lot of code +> duplication between pick and show. + +pushed, + +d