[WIP PATCH] emacs: show: reply to calendar parts
[notmuch-archives.git] / 28 / d56e88c9ca11bfe344471b7f27c741838da47b
1 Return-Path: <markwalters1009@gmail.com>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 6183A431FC2\r
6         for <notmuch@notmuchmail.org>; Fri,  1 Nov 2013 02:24:01 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0.201\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.201 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FREEMAIL_ENVFROM_END_DIGIT=1, FREEMAIL_FROM=0.001,\r
14         RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
15 Received: from olra.theworths.org ([127.0.0.1])\r
16         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
17         with ESMTP id bHgAj3g9FLw0 for <notmuch@notmuchmail.org>;\r
18         Fri,  1 Nov 2013 02:23:55 -0700 (PDT)\r
19 Received: from mail-wi0-f174.google.com (mail-wi0-f174.google.com\r
20         [209.85.212.174]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
21         (No client certificate requested)\r
22         by olra.theworths.org (Postfix) with ESMTPS id B2890431FBD\r
23         for <notmuch@notmuchmail.org>; Fri,  1 Nov 2013 02:23:55 -0700 (PDT)\r
24 Received: by mail-wi0-f174.google.com with SMTP id cb5so806069wib.1\r
25         for <notmuch@notmuchmail.org>; Fri, 01 Nov 2013 02:23:53 -0700 (PDT)\r
26 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
27         h=from:to:cc:subject:date:message-id:in-reply-to:references;\r
28         bh=4nv+QhNpQaX/28mKs+LQ+ARABh4f0eHlJScVuRQrPr4=;\r
29         b=0g3AnBkxQ4+SMv2UBJLflZZJ5jvm4+Mpckut7Z50MUfH58wf0lq5N0RQE20LVmxe4l\r
30         QnjE6YEpL5rpsewMSeLaq5a39d+2uwNPREhx+8w31E/gv2HGve0VBAJrD9YVAzXmRNk/\r
31         FJPpLej+Xr4y2b2iHqCseLicgCpKwgTf6Kbq+sjdFHDyHzcKSP1k9x8oFKluSTRvIxMd\r
32         4pGroe7uN2YI/sxs2pDUU5um1yS4XZToa6L6/QetYlHv+YveWbPjDJwgpuf8r2BLYzcE\r
33         f28zEuA35D/sLT60pSayyrdg4mVHIg8Bfyz+fVbTSNez40fQ9Wc7m3+L5oFp9Il0FpXd\r
34         RvEA==\r
35 X-Received: by 10.180.8.98 with SMTP id q2mr1541465wia.26.1383297833120;\r
36         Fri, 01 Nov 2013 02:23:53 -0700 (PDT)\r
37 Received: from localhost (93-97-24-31.zone5.bethere.co.uk. [93.97.24.31])\r
38         by mx.google.com with ESMTPSA id pi6sm5597204wic.3.2013.11.01.02.23.52\r
39         for <multiple recipients>\r
40         (version=TLSv1.2 cipher=RC4-SHA bits=128/128);\r
41         Fri, 01 Nov 2013 02:23:52 -0700 (PDT)\r
42 From: Mark Walters <markwalters1009@gmail.com>\r
43 To: notmuch@notmuchmail.org\r
44 Subject: [PATCH v2 7-11] Fix commit messages\r
45 Date: Fri,  1 Nov 2013 09:23:40 +0000\r
46 Message-Id: <1383297825-12326-1-git-send-email-markwalters1009@gmail.com>\r
47 X-Mailer: git-send-email 1.7.9.1\r
48 In-Reply-To: <1383087338-10220-1-git-send-email-markwalters1009@gmail.com>\r
49 References: <1383087338-10220-1-git-send-email-markwalters1009@gmail.com>\r
50 X-BeenThere: notmuch@notmuchmail.org\r
51 X-Mailman-Version: 2.1.13\r
52 Precedence: list\r
53 List-Id: "Use and development of the notmuch mail system."\r
54         <notmuch.notmuchmail.org>\r
55 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
56         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
57 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
58 List-Post: <mailto:notmuch@notmuchmail.org>\r
59 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
60 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
61         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
62 X-List-Received-Date: Fri, 01 Nov 2013 09:24:01 -0000\r
63 \r
64 This just fixes the commit message in patches 7 and 8 to not say\r
65 autoload as that means something different.\r
66 \r
67 Best wishes\r
68 \r
69 Mark\r
70 \r
71 Mark Walters (5):\r
72   emacs: minimal change to load notmuch-tree by default\r
73   test: tree: remove require from tests\r
74   emacs: move search based tree functions to notmuch.el\r
75   emacs: add z to common keymap\r
76   emacs: move the show entry to tree into show.el\r
77 \r
78  emacs/notmuch-lib.el  |    1 +\r
79  emacs/notmuch-show.el |   10 ++++++++++\r
80  emacs/notmuch-tree.el |   34 +---------------------------------\r
81  emacs/notmuch.el      |   16 ++++++++++++++++\r
82  test/emacs-tree       |    6 ------\r
83  5 files changed, 28 insertions(+), 39 deletions(-)\r
84 \r
85 -- \r
86 1.7.9.1\r
87 \r