Re: [PATCH 1/2] Add Google Inc. to AUTHORS as a contributor.
[notmuch-archives.git] / e3 / 02df48ec62971fd90944698449a388de26a190
1 Return-Path: <jani@nikula.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 1E25F431FD0\r
6         for <notmuch@notmuchmail.org>; Tue, 27 Dec 2011 08:04:49 -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 qv220pFxeFgK for <notmuch@notmuchmail.org>;\r
16         Tue, 27 Dec 2011 08:04:48 -0800 (PST)\r
17 Received: from mail-ee0-f53.google.com (mail-ee0-f53.google.com\r
18  [74.125.83.53])        (using TLSv1 with cipher RC4-SHA (128/128 bits))        (No client\r
19  certificate requested) by olra.theworths.org (Postfix) with ESMTPS id\r
20  48639431FB6    for <notmuch@notmuchmail.org>; Tue, 27 Dec 2011 08:04:48 -0800\r
21  (PST)\r
22 Received: by eekd41 with SMTP id d41so14244908eek.26\r
23         for <notmuch@notmuchmail.org>; Tue, 27 Dec 2011 08:04:45 -0800 (PST)\r
24 Received: by 10.213.8.200 with SMTP id i8mr9066859ebi.111.1325001885397;\r
25         Tue, 27 Dec 2011 08:04:45 -0800 (PST)\r
26 Received: from localhost (dsl-hkibrasgw4-fe5cdc00-23.dhcp.inet.fi.\r
27         [80.220.92.23])\r
28         by mx.google.com with ESMTPS id q67sm46337259eea.8.2011.12.27.08.04.42\r
29         (version=SSLv3 cipher=OTHER); Tue, 27 Dec 2011 08:04:44 -0800 (PST)\r
30 From: Jani Nikula <jani@nikula.org>\r
31 To: notmuch@notmuchmail.org\r
32 Subject: [PATCH v3 0/3] emacs: patch filename from subject\r
33 Date: Tue, 27 Dec 2011 18:04:37 +0200\r
34 Message-Id: <cover.1325001418.git.jani@nikula.org>\r
35 X-Mailer: git-send-email 1.7.5.4\r
36 In-Reply-To: <1321657368-13872-1-git-send-email-jani@nikula.org>\r
37 References: <1321657368-13872-1-git-send-email-jani@nikula.org>\r
38 X-BeenThere: notmuch@notmuchmail.org\r
39 X-Mailman-Version: 2.1.13\r
40 Precedence: list\r
41 List-Id: "Use and development of the notmuch mail system."\r
42         <notmuch.notmuchmail.org>\r
43 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
44         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
45 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
46 List-Post: <mailto:notmuch@notmuchmail.org>\r
47 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
48 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
49         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
50 X-List-Received-Date: Tue, 27 Dec 2011 16:04:49 -0000\r
51 \r
52 Hi all, v3 with the following changes:\r
53 \r
54 * new patch 1/3 to add fake parts through a special handler to make them stand\r
55   out from real MIME parts\r
56 \r
57 * make notmuch-wash-subject-to-patch-filename more lispy as suggested by David\r
58   in id:"cun62h3tu51.fsf@hotblack-desiato.hh.sledj.net"\r
59 \r
60 BR,\r
61 Jani.\r
62 \r
63 Jani Nikula (3):\r
64   emacs: add inline patch fake parts through a special handler\r
65   emacs: create patch filename from subject for inline patch fake parts\r
66   test: emacs: test notmuch-wash-subject-to-* functions\r
67 \r
68  emacs/notmuch-show.el          |    4 +\r
69  emacs/notmuch-wash.el          |   45 ++++++++++++-\r
70  test/emacs-subject-to-filename |  138 ++++++++++++++++++++++++++++++++++++++++\r
71  test/notmuch-test              |    1 +\r
72  4 files changed, 186 insertions(+), 2 deletions(-)\r
73  create mode 100755 test/emacs-subject-to-filename\r
74 \r
75 -- \r
76 1.7.5.4\r
77 \r