From: Mark Walters Date: Fri, 1 Nov 2013 09:23:40 +0000 (+0000) Subject: [PATCH v2 7-11] Fix commit messages X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ddd44f0fae26a6d160076b4242c75dbf21bacaf2;p=notmuch-archives.git [PATCH v2 7-11] Fix commit messages --- diff --git a/28/d56e88c9ca11bfe344471b7f27c741838da47b b/28/d56e88c9ca11bfe344471b7f27c741838da47b new file mode 100644 index 000000000..09bf2d90e --- /dev/null +++ b/28/d56e88c9ca11bfe344471b7f27c741838da47b @@ -0,0 +1,87 @@ +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 6183A431FC2 + for ; Fri, 1 Nov 2013 02:24:01 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0.201 +X-Spam-Level: +X-Spam-Status: No, score=0.201 tagged_above=-999 required=5 + tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, + FREEMAIL_ENVFROM_END_DIGIT=1, FREEMAIL_FROM=0.001, + RCVD_IN_DNSWL_LOW=-0.7] 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 bHgAj3g9FLw0 for ; + Fri, 1 Nov 2013 02:23:55 -0700 (PDT) +Received: from mail-wi0-f174.google.com (mail-wi0-f174.google.com + [209.85.212.174]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id B2890431FBD + for ; Fri, 1 Nov 2013 02:23:55 -0700 (PDT) +Received: by mail-wi0-f174.google.com with SMTP id cb5so806069wib.1 + for ; Fri, 01 Nov 2013 02:23:53 -0700 (PDT) +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; + h=from:to:cc:subject:date:message-id:in-reply-to:references; + bh=4nv+QhNpQaX/28mKs+LQ+ARABh4f0eHlJScVuRQrPr4=; + b=0g3AnBkxQ4+SMv2UBJLflZZJ5jvm4+Mpckut7Z50MUfH58wf0lq5N0RQE20LVmxe4l + QnjE6YEpL5rpsewMSeLaq5a39d+2uwNPREhx+8w31E/gv2HGve0VBAJrD9YVAzXmRNk/ + FJPpLej+Xr4y2b2iHqCseLicgCpKwgTf6Kbq+sjdFHDyHzcKSP1k9x8oFKluSTRvIxMd + 4pGroe7uN2YI/sxs2pDUU5um1yS4XZToa6L6/QetYlHv+YveWbPjDJwgpuf8r2BLYzcE + f28zEuA35D/sLT60pSayyrdg4mVHIg8Bfyz+fVbTSNez40fQ9Wc7m3+L5oFp9Il0FpXd + RvEA== +X-Received: by 10.180.8.98 with SMTP id q2mr1541465wia.26.1383297833120; + Fri, 01 Nov 2013 02:23:53 -0700 (PDT) +Received: from localhost (93-97-24-31.zone5.bethere.co.uk. [93.97.24.31]) + by mx.google.com with ESMTPSA id pi6sm5597204wic.3.2013.11.01.02.23.52 + for + (version=TLSv1.2 cipher=RC4-SHA bits=128/128); + Fri, 01 Nov 2013 02:23:52 -0700 (PDT) +From: Mark Walters +To: notmuch@notmuchmail.org +Subject: [PATCH v2 7-11] Fix commit messages +Date: Fri, 1 Nov 2013 09:23:40 +0000 +Message-Id: <1383297825-12326-1-git-send-email-markwalters1009@gmail.com> +X-Mailer: git-send-email 1.7.9.1 +In-Reply-To: <1383087338-10220-1-git-send-email-markwalters1009@gmail.com> +References: <1383087338-10220-1-git-send-email-markwalters1009@gmail.com> +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, 01 Nov 2013 09:24:01 -0000 + +This just fixes the commit message in patches 7 and 8 to not say +autoload as that means something different. + +Best wishes + +Mark + +Mark Walters (5): + emacs: minimal change to load notmuch-tree by default + test: tree: remove require from tests + emacs: move search based tree functions to notmuch.el + emacs: add z to common keymap + emacs: move the show entry to tree into show.el + + emacs/notmuch-lib.el | 1 + + emacs/notmuch-show.el | 10 ++++++++++ + emacs/notmuch-tree.el | 34 +--------------------------------- + emacs/notmuch.el | 16 ++++++++++++++++ + test/emacs-tree | 6 ------ + 5 files changed, 28 insertions(+), 39 deletions(-) + +-- +1.7.9.1 +