--- /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 6183A431FC2\r
+ for <notmuch@notmuchmail.org>; Fri, 1 Nov 2013 02:24:01 -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 bHgAj3g9FLw0 for <notmuch@notmuchmail.org>;\r
+ Fri, 1 Nov 2013 02:23:55 -0700 (PDT)\r
+Received: from mail-wi0-f174.google.com (mail-wi0-f174.google.com\r
+ [209.85.212.174]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
+ (No client certificate requested)\r
+ by olra.theworths.org (Postfix) with ESMTPS id B2890431FBD\r
+ for <notmuch@notmuchmail.org>; Fri, 1 Nov 2013 02:23:55 -0700 (PDT)\r
+Received: by mail-wi0-f174.google.com with SMTP id cb5so806069wib.1\r
+ for <notmuch@notmuchmail.org>; Fri, 01 Nov 2013 02:23:53 -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=4nv+QhNpQaX/28mKs+LQ+ARABh4f0eHlJScVuRQrPr4=;\r
+ b=0g3AnBkxQ4+SMv2UBJLflZZJ5jvm4+Mpckut7Z50MUfH58wf0lq5N0RQE20LVmxe4l\r
+ QnjE6YEpL5rpsewMSeLaq5a39d+2uwNPREhx+8w31E/gv2HGve0VBAJrD9YVAzXmRNk/\r
+ FJPpLej+Xr4y2b2iHqCseLicgCpKwgTf6Kbq+sjdFHDyHzcKSP1k9x8oFKluSTRvIxMd\r
+ 4pGroe7uN2YI/sxs2pDUU5um1yS4XZToa6L6/QetYlHv+YveWbPjDJwgpuf8r2BLYzcE\r
+ f28zEuA35D/sLT60pSayyrdg4mVHIg8Bfyz+fVbTSNez40fQ9Wc7m3+L5oFp9Il0FpXd\r
+ RvEA==\r
+X-Received: by 10.180.8.98 with SMTP id q2mr1541465wia.26.1383297833120;\r
+ Fri, 01 Nov 2013 02:23:53 -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 pi6sm5597204wic.3.2013.11.01.02.23.52\r
+ for <multiple recipients>\r
+ (version=TLSv1.2 cipher=RC4-SHA bits=128/128);\r
+ Fri, 01 Nov 2013 02:23:52 -0700 (PDT)\r
+From: Mark Walters <markwalters1009@gmail.com>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH v2 7-11] Fix commit messages\r
+Date: Fri, 1 Nov 2013 09:23:40 +0000\r
+Message-Id: <1383297825-12326-1-git-send-email-markwalters1009@gmail.com>\r
+X-Mailer: git-send-email 1.7.9.1\r
+In-Reply-To: <1383087338-10220-1-git-send-email-markwalters1009@gmail.com>\r
+References: <1383087338-10220-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:01 -0000\r
+\r
+This just fixes the commit message in patches 7 and 8 to not say\r
+autoload as that means something different.\r
+\r
+Best wishes\r
+\r
+Mark\r
+\r
+Mark Walters (5):\r
+ emacs: minimal change to load notmuch-tree by default\r
+ test: tree: remove require from tests\r
+ emacs: move search based tree functions to notmuch.el\r
+ emacs: add z to common keymap\r
+ emacs: move the show entry to tree into show.el\r
+\r
+ emacs/notmuch-lib.el | 1 +\r
+ emacs/notmuch-show.el | 10 ++++++++++\r
+ emacs/notmuch-tree.el | 34 +---------------------------------\r
+ emacs/notmuch.el | 16 ++++++++++++++++\r
+ test/emacs-tree | 6 ------\r
+ 5 files changed, 28 insertions(+), 39 deletions(-)\r
+\r
+-- \r
+1.7.9.1\r
+\r