[PATCH v2 0/2] Replying to HTML-only emails, v2
[notmuch-archives.git] / 4d / 381aa44bc9623cfc89a2c7b66580cb07836238
1 Return-Path: <markwalters1009@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 B118A431FAF\r
6         for <notmuch@notmuchmail.org>; Sat,  4 Feb 2012 12:44:26 -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: 2.7\r
10 X-Spam-Level: **\r
11 X-Spam-Status: No, score=2.7 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FREEMAIL_ENVFROM_END_DIGIT=1, FREEMAIL_FROM=0.001,\r
14         FREEMAIL_REPLY=2.499, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
15 Received: from olra.theworths.org ([127.0.0.1])\r
16         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
17         with ESMTP id ySvHJ8eDcpRO for <notmuch@notmuchmail.org>;\r
18         Sat,  4 Feb 2012 12:44:25 -0800 (PST)\r
19 Received: from mail-ww0-f45.google.com (mail-ww0-f45.google.com\r
20  [74.125.82.45])        (using TLSv1 with cipher RC4-SHA (128/128 bits))        (No client\r
21  certificate requested) by olra.theworths.org (Postfix) with ESMTPS id\r
22  CE9A5431FAE    for <notmuch@notmuchmail.org>; Sat,  4 Feb 2012 12:44:24 -0800\r
23  (PST)\r
24 Received: by wgbdt12 with SMTP id dt12so4385514wgb.2\r
25         for <notmuch@notmuchmail.org>; Sat, 04 Feb 2012 12:44:23 -0800 (PST)\r
26 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;\r
27         h=from:to:subject:date:message-id:x-mailer;\r
28         bh=fLkG9HfkzY90xY8LtYQNI6QSHkEoktZVd4vrggkqyrQ=;\r
29         b=RuF6+91G02hBg6Y/e42ONUaOidye03Y3BoV0x6ZHTbMpe2J++U1GKlMyaELKzO4Iee\r
30         eR7ZZ3B9HXvkTtVU2HUtZH8LTYroXmeAy/Xi+Th4GpGlvibakxFKwgDhgtQCgk0NWB2F\r
31         y2ckAE5dVLjbnB/hWOGW8zmCciCGsxDGZfkFI=\r
32 Received: by 10.180.101.200 with SMTP id fi8mr18709979wib.20.1328388263548;\r
33         Sat, 04 Feb 2012 12:44:23 -0800 (PST)\r
34 Received: from localhost (94-192-233-223.zone6.bethere.co.uk.\r
35  [94.192.233.223])      by mx.google.com with ESMTPS id\r
36  q2sm14945516wiy.7.2012.02.04.12.44.22  (version=TLSv1/SSLv3 cipher=OTHER);\r
37         Sat, 04 Feb 2012 12:44:22 -0800 (PST)\r
38 From: Mark Walters <markwalters1009@gmail.com>\r
39 To: notmuch@notmuchmail.org\r
40 Subject: [Patch v2 0/4] Control selection of From: header when replying\r
41 Date: Sat,  4 Feb 2012 20:45:13 +0000\r
42 Message-Id: <1328388317-20161-1-git-send-email-markwalters1009@gmail.com>\r
43 X-Mailer: git-send-email 1.7.2.3\r
44 X-BeenThere: notmuch@notmuchmail.org\r
45 X-Mailman-Version: 2.1.13\r
46 Precedence: list\r
47 List-Id: "Use and development of the notmuch mail system."\r
48         <notmuch.notmuchmail.org>\r
49 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
50         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
51 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
52 List-Post: <mailto:notmuch@notmuchmail.org>\r
53 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
54 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
55         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
56 X-List-Received-Date: Sat, 04 Feb 2012 20:44:26 -0000\r
57 \r
58 \r
59 This is version 2 of the patch set first posted in\r
60 id:"1328375350-10352-1-git-send-email-markwalters1009@gmail.com"\r
61 \r
62 This fixes the bug Jani pointed out as well as the more minor\r
63 criticisms. It also has some tests and the man pages are updated.\r
64 \r
65 Best wishes\r
66 \r
67 Mark\r
68 \r