Re: notmuch-search-toggle-order and notmuch-tree
[notmuch-archives.git] / 2e / 9ce6b4e0c956f9bcb45fc4285f525bbe6bd2d1
1 Return-Path: <felipe.contreras@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 BAB5E429E29\r
6         for <notmuch@notmuchmail.org>; Sat,  2 Nov 2013 07:02:49 -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.799\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id 9W0lnTheLuIc for <notmuch@notmuchmail.org>;\r
17         Sat,  2 Nov 2013 07:02:45 -0700 (PDT)\r
18 Received: from mail-ob0-f173.google.com (mail-ob0-f173.google.com\r
19         [209.85.214.173]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id 53136431FAF\r
22         for <notmuch@notmuchmail.org>; Sat,  2 Nov 2013 07:02:45 -0700 (PDT)\r
23 Received: by mail-ob0-f173.google.com with SMTP id gq1so5547601obb.4\r
24         for <notmuch@notmuchmail.org>; Sat, 02 Nov 2013 07:02:44 -0700 (PDT)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
26         h=from:to:cc:subject:date:message-id:in-reply-to:references;\r
27         bh=u6DFz4yCguBnpytALdC8aOITH5Lz4dKJJNxlM3eKVeE=;\r
28         b=M1m66SC+VGoQVKVsihVuektAxweD2nePUEaYm4vLnD6dRrMllieIiogx1nJXz1AMc6\r
29         SPHAb8LoCy+ooS8YzUsnfCn93/mcTMbZyOXjBtY7Gjs8PuyS+uGxTa6rW6u5O4sQyOwC\r
30         H9nlg+cSgFmuJPppnlhPVnDmVn4kDoG9ia0Gbhf8MmiTItBOeQPP1YmB4zKetpfP9Zy8\r
31         3HJFEEJC0BU0NixQIs+Rz0zbiI0GN8/PY/SfV6TmMdQnjrUL/u6bQqsXo/s9XoFbHytd\r
32         h7dZMtcIYLI0JL/u8JNXc4tvnvt2y94GNOonvE2WHw1ltsKnYJSsw0qp61WzRqYgcsO1\r
33         l/Hw==\r
34 X-Received: by 10.182.246.39 with SMTP id xt7mr6506526obc.16.1383400964910;\r
35         Sat, 02 Nov 2013 07:02:44 -0700 (PDT)\r
36 Received: from localhost (187-162-140-241.static.axtel.net. [187.162.140.241])\r
37         by mx.google.com with ESMTPSA id\r
38         s14sm24761936oeo.1.2013.11.02.07.02.43 for <multiple recipients>\r
39         (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);\r
40         Sat, 02 Nov 2013 07:02:44 -0700 (PDT)\r
41 From: Felipe Contreras <felipe.contreras@gmail.com>\r
42 To: notmuch@notmuchmail.org\r
43 Subject: [PATCH 03/21] vim: use notmuch fields\r
44 Date: Sat,  2 Nov 2013 07:55:36 -0600\r
45 Message-Id: <1383400554-1832-4-git-send-email-felipe.contreras@gmail.com>\r
46 X-Mailer: git-send-email 1.8.4.2+fc1\r
47 In-Reply-To: <1383400554-1832-1-git-send-email-felipe.contreras@gmail.com>\r
48 References: <1383400554-1832-1-git-send-email-felipe.contreras@gmail.com>\r
49 X-BeenThere: notmuch@notmuchmail.org\r
50 X-Mailman-Version: 2.1.13\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: Sat, 02 Nov 2013 14:02:50 -0000\r
62 \r
63 They are better encoded than Ruby's Mail.\r
64 \r
65 Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>\r
66 ---\r
67  vim/notmuch.vim | 6 +++---\r
68  1 file changed, 3 insertions(+), 3 deletions(-)\r
69 \r
70 diff --git a/vim/notmuch.vim b/vim/notmuch.vim\r
71 index 438fadf..11a7c26 100644\r
72 --- a/vim/notmuch.vim\r
73 +++ b/vim/notmuch.vim\r
74 @@ -309,9 +309,9 @@ ruby << EOF\r
75                                 nm_m.start = b.count\r
76                                 b << "%s %s (%s)" % [msg['from'], date, msg.tags]\r
77                                 b << "Subject: %s" % [msg['subject']]\r
78 -                               b << "To: %s" % m['to']\r
79 -                               b << "Cc: %s" % m['cc']\r
80 -                               b << "Date: %s" % m['date']\r
81 +                               b << "To: %s" % msg['to']\r
82 +                               b << "Cc: %s" % msg['cc']\r
83 +                               b << "Date: %s" % msg['date']\r
84                                 nm_m.body_start = b.count\r
85                                 b << "--- %s ---" % part.mime_type\r
86                                 part.convert.each_line do |l|\r
87 -- \r
88 1.8.4.2+fc1\r
89 \r