Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 2c / 1ece37cb090ce901c4a7270efeb632068d67b5
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 5564F431FD0\r
6         for <notmuch@notmuchmail.org>; Sun, 25 Dec 2011 14:00:14 -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 IGk4ZRpvDsVX for <notmuch@notmuchmail.org>;\r
16         Sun, 25 Dec 2011 14:00:14 -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  C1E7D431FB6    for <notmuch@notmuchmail.org>; Sun, 25 Dec 2011 14:00:13 -0800\r
21  (PST)\r
22 Received: by eekd41 with SMTP id d41so12900601eek.26\r
23         for <notmuch@notmuchmail.org>; Sun, 25 Dec 2011 14:00:11 -0800 (PST)\r
24 Received: by 10.14.11.142 with SMTP id 14mr9383111eex.9.1324850411166;\r
25         Sun, 25 Dec 2011 14:00:11 -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 q67sm21126441eea.8.2011.12.25.14.00.08\r
29         (version=SSLv3 cipher=OTHER); Sun, 25 Dec 2011 14:00:09 -0800 (PST)\r
30 From: Jani Nikula <jani@nikula.org>\r
31 To: notmuch@notmuchmail.org\r
32 Subject: [PATCH v2 0/2] emacs: patch filename from subject\r
33 Date: Mon, 26 Dec 2011 00:00:04 +0200\r
34 Message-Id: <cover.1324849534.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: Sun, 25 Dec 2011 22:00:14 -0000\r
51 \r
52 Hi all, v2 with the following changes:\r
53 \r
54 * split the conversion function into three\r
55 * figure out patch sequence number from the [PATCH N/M] style prefixes\r
56 * write a bunch of tests for the functions\r
57 * update the regexps according to bugs found in tests :)\r
58 \r
59 BR,\r
60 Jani.\r
61 \r
62 \r
63 Jani Nikula (2):\r
64   emacs: create patch filename from subject for inline patch fake parts\r
65   test: emacs: test notmuch-wash-subject-to-* functions\r
66 \r
67  emacs/notmuch-wash.el          |   43 ++++++++++++-\r
68  test/emacs-subject-to-filename |  138 ++++++++++++++++++++++++++++++++++++++++\r
69  test/notmuch-test              |    1 +\r
70  3 files changed, 181 insertions(+), 1 deletions(-)\r
71  create mode 100755 test/emacs-subject-to-filename\r
72 \r
73 -- \r
74 1.7.5.4\r
75 \r