--- /dev/null
+Return-Path: <markwalters1009@gmail.com>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+ by olra.theworths.org (Postfix) with ESMTP id 283B8429E30\r
+ for <notmuch@notmuchmail.org>; Fri, 1 Nov 2013 02:24:19 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0.201\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0.201 tagged_above=-999 required=5\r
+ tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
+ FREEMAIL_ENVFROM_END_DIGIT=1, FREEMAIL_FROM=0.001,\r
+ RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+ by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id 8JI2RURnVOkD for <notmuch@notmuchmail.org>;\r
+ Fri, 1 Nov 2013 02:24:13 -0700 (PDT)\r
+Received: from mail-wg0-f44.google.com (mail-wg0-f44.google.com\r
+ [74.125.82.44]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client\r
+ certificate requested) by olra.theworths.org (Postfix) with ESMTPS id\r
+ 5D851431E84 for <notmuch@notmuchmail.org>; Fri, 1 Nov 2013 02:24:09 -0700\r
+ (PDT)\r
+Received: by mail-wg0-f44.google.com with SMTP id n12so3714468wgh.11\r
+ for <notmuch@notmuchmail.org>; Fri, 01 Nov 2013 02:24:08 -0700 (PDT)\r
+DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
+ h=from:to:cc:subject:date:message-id:in-reply-to:references;\r
+ bh=D0Clpa4grQl38TY8Ld9LVi3WPx3RwfDyTw7iLTDgu3w=;\r
+ b=FgSu8wHwwBJkpgcYHWWe7GGiEgiFUDdeZFh23N4L9tJaz6axtw4nmx7mn6Gg8DuBeZ\r
+ RCZC9QrkapHo8kPJozXTmLB+orwneBd4SPtnYaIF0PSYWrjMVIFom8gyVwYDigF1qdgM\r
+ krNb0LxS82ywK6eikct7rd85xXMzyq85uoCgz0bntHxtHwZmcBNdZ6JN8DeGHEodQCIj\r
+ kyBIEqe88qeAfw6KmG6/NujIFqFsMfnSwND3N4bzeadOLrHpDiI4tkry0cZaytGwOpil\r
+ c39Q1/1C7dWXln1ghAFcCZtNoVE6yES8tEHgmwF5gf7J+n/xzs9bYNr+vRc+ILJrPp3g\r
+ H7tA==\r
+X-Received: by 10.180.10.136 with SMTP id i8mr1531660wib.46.1383297848275;\r
+ Fri, 01 Nov 2013 02:24:08 -0700 (PDT)\r
+Received: from localhost (93-97-24-31.zone5.bethere.co.uk. [93.97.24.31])\r
+ by mx.google.com with ESMTPSA id j3sm4523944wie.2.2013.11.01.02.24.07\r
+ for <multiple recipients>\r
+ (version=TLSv1.2 cipher=RC4-SHA bits=128/128);\r
+ Fri, 01 Nov 2013 02:24:07 -0700 (PDT)\r
+From: Mark Walters <markwalters1009@gmail.com>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH v2 10/11] emacs: add z to common keymap\r
+Date: Fri, 1 Nov 2013 09:23:44 +0000\r
+Message-Id: <1383297825-12326-5-git-send-email-markwalters1009@gmail.com>\r
+X-Mailer: git-send-email 1.7.9.1\r
+In-Reply-To: <1383297825-12326-1-git-send-email-markwalters1009@gmail.com>\r
+References: <1383087338-10220-1-git-send-email-markwalters1009@gmail.com>\r
+ <1383297825-12326-1-git-send-email-markwalters1009@gmail.com>\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+ <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Fri, 01 Nov 2013 09:24:19 -0000\r
+\r
+Add the main entry "z" to notmuch-tree to the common keymap.\r
+---\r
+ emacs/notmuch-lib.el | 1 +\r
+ emacs/notmuch-tree.el | 1 -\r
+ 2 files changed, 1 insertions(+), 1 deletions(-)\r
+\r
+diff --git a/emacs/notmuch-lib.el b/emacs/notmuch-lib.el\r
+index e7c5c97..921ed20 100644\r
+--- a/emacs/notmuch-lib.el\r
++++ b/emacs/notmuch-lib.el\r
+@@ -133,6 +133,7 @@ For example, if you wanted to remove an \"inbox\" tag and add an\r
+ (define-key map "?" 'notmuch-help)\r
+ (define-key map "q" 'notmuch-kill-this-buffer)\r
+ (define-key map "s" 'notmuch-search)\r
++ (define-key map "z" 'notmuch-tree)\r
+ (define-key map "m" 'notmuch-mua-new-mail)\r
+ (define-key map "=" 'notmuch-refresh-this-buffer)\r
+ (define-key map "G" 'notmuch-poll-and-refresh-this-buffer)\r
+diff --git a/emacs/notmuch-tree.el b/emacs/notmuch-tree.el\r
+index 78b4a57..c66dd35 100644\r
+--- a/emacs/notmuch-tree.el\r
++++ b/emacs/notmuch-tree.el\r
+@@ -919,7 +919,6 @@ The arguments are:\r
+ \r
+ \r
+ ;; Set up key bindings from the rest of notmuch.\r
+-(define-key notmuch-common-keymap "z" 'notmuch-tree)\r
+ (define-key notmuch-show-mode-map "Z" 'notmuch-tree-from-show-current-query)\r
+ \r
+ (provide 'notmuch-tree)\r
+-- \r
+1.7.9.1\r
+\r