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 83217419716 for ; Fri, 27 Nov 2009 05:30:58 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org 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 T0i0D+Y4K-FK for ; Fri, 27 Nov 2009 05:30:57 -0800 (PST) Received: from mout.perfora.net (mout.perfora.net [74.208.4.194]) by olra.theworths.org (Postfix) with ESMTP id CF74E431FC3 for ; Fri, 27 Nov 2009 05:30:57 -0800 (PST) Received: from vps.nicira.com (66.7.219.28.static.dimenoc.com [66.7.219.28]) by mx.perfora.net (node=mxus1) with ESMTP (Nemesis) id 0MJibk-1NCuRx1qPk-001966 for notmuch@notmuchmail.org; Fri, 27 Nov 2009 08:30:57 -0500 Received: from [76.210.240.177] (port=36299 helo=kea-nicira-lt) by vps.nicira.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1NE0uV-0004a3-LF; Fri, 27 Nov 2009 08:30:56 -0500 Received: by kea-nicira-lt (sSMTP sendmail emulation); Fri, 27 Nov 2009 05:30:54 -0800 From: camalot@picnicpark.org To: notmuch@notmuchmail.org Date: Fri, 27 Nov 2009 05:30:13 -0800 Message-Id: <1259328615-1445-8-git-send-email-camalot@picnicpark.org> X-Mailer: git-send-email 1.6.5.3 In-Reply-To: <1259328615-1445-7-git-send-email-camalot@picnicpark.org> References: <1259328615-1445-1-git-send-email-camalot@picnicpark.org> <1259328615-1445-2-git-send-email-camalot@picnicpark.org> <1259328615-1445-3-git-send-email-camalot@picnicpark.org> <1259328615-1445-4-git-send-email-camalot@picnicpark.org> <1259328615-1445-5-git-send-email-camalot@picnicpark.org> <1259328615-1445-6-git-send-email-camalot@picnicpark.org> <1259328615-1445-7-git-send-email-camalot@picnicpark.org> X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - vps.nicira.com X-AntiAbuse: Original Domain - notmuchmail.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - picnicpark.org X-Source: X-Source-Args: X-Source-Dir: Cc: Keith Amidon Subject: [notmuch] [PATCH 7/9] Key bindings for message library based replies X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.12 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, 27 Nov 2009 13:30:59 -0000 From: Keith Amidon --- notmuch.el | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/notmuch.el b/notmuch.el index fe20b54..eaa5798 100644 --- a/notmuch.el +++ b/notmuch.el @@ -64,6 +64,9 @@ (define-key map "A" 'notmuch-show-mark-read-then-archive-thread) (define-key map "f" 'notmuch-show-forward-current) (define-key map "m" 'message-mail) + (define-key map "MA" 'notmuch-show-wide-reply-current) + (define-key map "MR" 'notmuch-show-reply-current) + (define-key map "MF" 'notmuch-show-followup-current) (define-key map "n" 'notmuch-show-next-message) (define-key map "N" 'notmuch-show-mark-read-then-next-open-message) (define-key map "p" 'notmuch-show-previous-message) -- 1.6.5.3