Re: [PATCH] Fix typo in Message.maildir_flags_to_tags
[notmuch-archives.git] / 2b / d89d8a44703f2503ce74e65e71e95c9bc85139
1 Return-Path: <dme@dme.org>\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 5EFC0431FAF\r
6         for <notmuch@notmuchmail.org>; Thu, 26 Jan 2012 10:16:36 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.7\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id uzqyAG1m0iv4 for <notmuch@notmuchmail.org>;\r
16         Thu, 26 Jan 2012 10:16:35 -0800 (PST)\r
17 Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com\r
18         [209.85.212.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 90746431FC2\r
21         for <notmuch@notmuchmail.org>; Thu, 26 Jan 2012 10:16:35 -0800 (PST)\r
22 Received: by wibhi8 with SMTP id hi8so676095wib.26\r
23         for <notmuch@notmuchmail.org>; Thu, 26 Jan 2012 10:16:32 -0800 (PST)\r
24 Received: by 10.180.19.130 with SMTP id f2mr6246441wie.12.1327601792884;\r
25         Thu, 26 Jan 2012 10:16:32 -0800 (PST)\r
26 Received: from hotblack-desiato.hh.sledj.net\r
27         (host81-149-164-25.in-addr.btopenworld.com. [81.149.164.25])\r
28         by mx.google.com with ESMTPS id u12sm6729473wiv.10.2012.01.26.10.16.31\r
29         (version=TLSv1/SSLv3 cipher=OTHER);\r
30         Thu, 26 Jan 2012 10:16:32 -0800 (PST)\r
31 Received: by hotblack-desiato.hh.sledj.net (Postfix, from userid 30000)\r
32         id 10187A0140; Thu, 26 Jan 2012 18:16:30 +0000 (GMT)\r
33 From: David Edmondson <dme@dme.org>\r
34 To: notmuch@notmuchmail.org\r
35 Subject: [PATCH 0/2] Add a fake 'Tags' header\r
36 Date: Thu, 26 Jan 2012 18:16:27 +0000\r
37 Message-Id: <1327601789-6040-1-git-send-email-dme@dme.org>\r
38 X-Mailer: git-send-email 1.7.8.3\r
39 X-BeenThere: notmuch@notmuchmail.org\r
40 X-Mailman-Version: 2.1.13\r
41 Precedence: list\r
42 List-Id: "Use and development of the notmuch mail system."\r
43         <notmuch.notmuchmail.org>\r
44 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
45         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
46 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
47 List-Post: <mailto:notmuch@notmuchmail.org>\r
48 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
49 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
50         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
51 X-List-Received-Date: Thu, 26 Jan 2012 18:16:36 -0000\r
52 \r
53 >From a discussion in #notmuch, add a fake 'Tags' header when\r
54 displaying messages and ensure that it's kept up to date.\r
55 \r
56 David Edmondson (2):\r
57   emacs: Add a fake Tags: header during display.\r
58   test: Update tests for new 'Tags' header.\r
59 \r
60  emacs/notmuch-show.el                              |   24 +++++++++++++++----\r
61  test/emacs                                         |    3 ++\r
62  .../notmuch-show-thread-maildir-storage            |    7 +++++\r
63  ...hread-maildir-storage-with-fourfold-indentation |    7 +++++\r
64  ...show-thread-maildir-storage-without-indentation |    7 +++++\r
65  5 files changed, 43 insertions(+), 5 deletions(-)\r
66 \r
67 -- \r
68 1.7.8.3\r
69 \r