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