[PATCH v2 06/14] cli/reply: make references header creation easier to follow
[notmuch-archives.git] / 8b / 1a8dab349a03d08e57487b542a2d7b10a91612
1 Return-Path: <alex.boterolowry@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 E0CFA431FC9\r
6         for <notmuch@notmuchmail.org>; Mon, 23 Nov 2009 23:45:30 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 Received: from olra.theworths.org ([127.0.0.1])\r
9         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
10         with ESMTP id ROdjHLNPLJut for <notmuch@notmuchmail.org>;\r
11         Mon, 23 Nov 2009 23:45:27 -0800 (PST)\r
12 Received: from mail-yx0-f204.google.com (mail-yx0-f204.google.com\r
13         [209.85.210.204])\r
14         by olra.theworths.org (Postfix) with ESMTP id 1FC42431FC3\r
15         for <notmuch@notmuchmail.org>; Mon, 23 Nov 2009 23:45:24 -0800 (PST)\r
16 Received: by yxe42 with SMTP id 42so6279805yxe.22\r
17         for <notmuch@notmuchmail.org>; Mon, 23 Nov 2009 23:45:23 -0800 (PST)\r
18 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;\r
19         h=domainkey-signature:received:received:received:from:to:cc:subject\r
20         :date:message-id:x-mailer:in-reply-to:references;\r
21         bh=SENiAOeJTQBbXtX2BrbO4T321kmugU3OFPGW6IzNMM0=;\r
22         b=LfETMczBODuVFCJ/2bd0KGBaSPpfwR4H1kWboKrQGrtpAPG0n2oOaUHmpEEIUme//C\r
23         G3RwKCyuZNOM8ljdcvXtUFLwAj9xlNKmCl3zlAcR4KyoI2JttLSIOVSE8xn80IXVNSHy\r
24         nhhXwgjvGLJUPp2ssYZQUpVWvW2/1lec1xDdY=\r
25 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma;\r
26         h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references;\r
27         b=kystPU67M+0OeFpkXJyNhi0bPFfRz4KnlznDA8a7+RZNTADaHtE+xRAbpVhVTwTN7r\r
28         tLZEJ9LSOoXGmMNmGpqIvTZX/ql+W6MKBIRWxnGqvZv5ASjczAw7vXkzRkBamp/rb2of\r
29         cbiDT18r/YzfO+uAQ2rtM1KsA7MRWTuuWdbaU=\r
30 Received: by 10.150.163.2 with SMTP id l2mr10465656ybe.272.1259048723546;\r
31         Mon, 23 Nov 2009 23:45:23 -0800 (PST)\r
32 Received: from fortitudo (70-36-144-85.dsl.dynamic.sonic.net [70.36.144.85])\r
33         by mx.google.com with ESMTPS id 16sm2529195gxk.15.2009.11.23.23.45.21\r
34         (version=TLSv1/SSLv3 cipher=RC4-MD5);\r
35         Mon, 23 Nov 2009 23:45:21 -0800 (PST)\r
36 Received: from alexbl (uid 1001) (envelope-from alexbl@fortitudo) id 705f\r
37         by fortitudo (DragonFly Mail Agent) Mon, 23 Nov 2009 23:45:26 -0800\r
38 From: Alexander Botero-Lowry <alex.boterolowry@gmail.com>\r
39 To: notmuch@notmuchmail.org\r
40 Date: Mon, 23 Nov 2009 23:45:07 -0800\r
41 Message-Id: <1259048707-3062-5-git-send-email-alex.boterolowry@gmail.com>\r
42 X-Mailer: git-send-email 1.6.5.2\r
43 In-Reply-To: <1259048707-3062-4-git-send-email-alex.boterolowry@gmail.com>\r
44 References: <1259048707-3062-1-git-send-email-alex.boterolowry@gmail.com>\r
45         <1259048707-3062-2-git-send-email-alex.boterolowry@gmail.com>\r
46         <1259048707-3062-3-git-send-email-alex.boterolowry@gmail.com>\r
47         <1259048707-3062-4-git-send-email-alex.boterolowry@gmail.com>\r
48 Subject: [notmuch] [PATCH 5/5] Remove the global expand body keymapping\r
49 X-BeenThere: notmuch@notmuchmail.org\r
50 X-Mailman-Version: 2.1.12\r
51 Precedence: list\r
52 List-Id: "Use and development of the notmuch mail system."\r
53         <notmuch.notmuchmail.org>\r
54 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
55         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
56 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
57 List-Post: <mailto:notmuch@notmuchmail.org>\r
58 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
59 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
60         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
61 X-List-Received-Date: Tue, 24 Nov 2009 07:45:31 -0000\r
62 \r
63 ---\r
64  notmuch.el |    1 -\r
65  1 files changed, 0 insertions(+), 1 deletions(-)\r
66 \r
67 diff --git a/notmuch.el b/notmuch.el\r
68 index af0c487..907df2c 100644\r
69 --- a/notmuch.el\r
70 +++ b/notmuch.el\r
71 @@ -61,7 +61,6 @@\r
72      ; overlays-at to query and manipulate the current overlay.\r
73      (define-key map "a" 'notmuch-show-archive-thread)\r
74      (define-key map "A" 'notmuch-show-mark-read-then-archive-thread)\r
75 -    (define-key map "b" 'notmuch-show-toggle-body-read-visible)\r
76      (define-key map "m" 'message-mail)\r
77      (define-key map "n" 'notmuch-show-next-message)\r
78      (define-key map "N" 'notmuch-show-mark-read-then-next-open-message)\r
79 -- \r
80 1.6.5.2\r
81 \r