[Patch v2 0/4] Control selection of From: header when replying
authorMark Walters <markwalters1009@gmail.com>
Sat, 4 Feb 2012 20:45:13 +0000 (20:45 +0000)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:44:06 +0000 (09:44 -0800)
4d/381aa44bc9623cfc89a2c7b66580cb07836238 [new file with mode: 0644]

diff --git a/4d/381aa44bc9623cfc89a2c7b66580cb07836238 b/4d/381aa44bc9623cfc89a2c7b66580cb07836238
new file mode 100644 (file)
index 0000000..4e20aa8
--- /dev/null
@@ -0,0 +1,68 @@
+Return-Path: <markwalters1009@gmail.com>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id B118A431FAF\r
+       for <notmuch@notmuchmail.org>; Sat,  4 Feb 2012 12:44:26 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 2.7\r
+X-Spam-Level: **\r
+X-Spam-Status: No, score=2.7 tagged_above=-999 required=5\r
+       tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
+       FREEMAIL_ENVFROM_END_DIGIT=1, FREEMAIL_FROM=0.001,\r
+       FREEMAIL_REPLY=2.499, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id ySvHJ8eDcpRO for <notmuch@notmuchmail.org>;\r
+       Sat,  4 Feb 2012 12:44:25 -0800 (PST)\r
+Received: from mail-ww0-f45.google.com (mail-ww0-f45.google.com\r
+ [74.125.82.45])       (using TLSv1 with cipher RC4-SHA (128/128 bits))        (No client\r
+ certificate requested)        by olra.theworths.org (Postfix) with ESMTPS id\r
+ CE9A5431FAE   for <notmuch@notmuchmail.org>; Sat,  4 Feb 2012 12:44:24 -0800\r
+ (PST)\r
+Received: by wgbdt12 with SMTP id dt12so4385514wgb.2\r
+       for <notmuch@notmuchmail.org>; Sat, 04 Feb 2012 12:44:23 -0800 (PST)\r
+DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;\r
+       h=from:to:subject:date:message-id:x-mailer;\r
+       bh=fLkG9HfkzY90xY8LtYQNI6QSHkEoktZVd4vrggkqyrQ=;\r
+       b=RuF6+91G02hBg6Y/e42ONUaOidye03Y3BoV0x6ZHTbMpe2J++U1GKlMyaELKzO4Iee\r
+       eR7ZZ3B9HXvkTtVU2HUtZH8LTYroXmeAy/Xi+Th4GpGlvibakxFKwgDhgtQCgk0NWB2F\r
+       y2ckAE5dVLjbnB/hWOGW8zmCciCGsxDGZfkFI=\r
+Received: by 10.180.101.200 with SMTP id fi8mr18709979wib.20.1328388263548;\r
+       Sat, 04 Feb 2012 12:44:23 -0800 (PST)\r
+Received: from localhost (94-192-233-223.zone6.bethere.co.uk.\r
+ [94.192.233.223])     by mx.google.com with ESMTPS id\r
+ q2sm14945516wiy.7.2012.02.04.12.44.22 (version=TLSv1/SSLv3 cipher=OTHER);\r
+       Sat, 04 Feb 2012 12:44:22 -0800 (PST)\r
+From: Mark Walters <markwalters1009@gmail.com>\r
+To: notmuch@notmuchmail.org\r
+Subject: [Patch v2 0/4] Control selection of From: header when replying\r
+Date: Sat,  4 Feb 2012 20:45:13 +0000\r
+Message-Id: <1328388317-20161-1-git-send-email-markwalters1009@gmail.com>\r
+X-Mailer: git-send-email 1.7.2.3\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Sat, 04 Feb 2012 20:44:26 -0000\r
+\r
+\r
+This is version 2 of the patch set first posted in\r
+id:"1328375350-10352-1-git-send-email-markwalters1009@gmail.com"\r
+\r
+This fixes the bug Jani pointed out as well as the more minor\r
+criticisms. It also has some tests and the man pages are updated.\r
+\r
+Best wishes\r
+\r
+Mark\r
+\r