From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 1FF65431FC4 for ; Thu, 20 Feb 2014 11:16:50 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.7 X-Spam-Level: X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 tests=[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 DmvykHn29cKi for ; Thu, 20 Feb 2014 11:16:46 -0800 (PST) Received: from dmz-mailsec-scanner-3.mit.edu (dmz-mailsec-scanner-3.mit.edu [18.9.25.14]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id D81E3431FBD for ; Thu, 20 Feb 2014 11:16:45 -0800 (PST) X-AuditID: 1209190e-f79ee6d000000c40-07-5306549c9f7b Received: from mailhub-auth-3.mit.edu ( [18.9.21.43]) (using TLS with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by dmz-mailsec-scanner-3.mit.edu (Symantec Messaging Gateway) with SMTP id 2D.61.03136.C9456035; Thu, 20 Feb 2014 14:16:45 -0500 (EST) Received: from outgoing.mit.edu (outgoing-auth-1.mit.edu [18.9.28.11]) by mailhub-auth-3.mit.edu (8.13.8/8.9.2) with ESMTP id s1KJGhNl030744; Thu, 20 Feb 2014 14:16:44 -0500 Received: from drake.dyndns.org (26-4-182.dynamic.csail.mit.edu [18.26.4.182]) (authenticated bits=0) (User authenticated as amdragon@ATHENA.MIT.EDU) by outgoing.mit.edu (8.13.8/8.12.4) with ESMTP id s1KJGfh6012826 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT); Thu, 20 Feb 2014 14:16:42 -0500 Received: from amthrax by drake.dyndns.org with local (Exim 4.77) (envelope-from ) id 1WGZ6v-0004Z4-15; Thu, 20 Feb 2014 14:16:41 -0500 From: Austin Clements To: notmuch@notmuchmail.org Subject: [PATCH 0/4] Bug fixes for identity handling in Emacs Date: Thu, 20 Feb 2014 14:16:33 -0500 Message-Id: <1392923797-17045-1-git-send-email-amdragon@mit.edu> X-Mailer: git-send-email 1.8.4.rc3 X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFlrEIsWRmVeSWpSXmKPExsUixCmqrTs3hC3Y4PEmJovXCyaxWVy/OZPZ gclj9dpOFo9nq24xBzBFcdmkpOZklqUW6dslcGXc7Z/IVNDKUrGwfwFrA+My5i5GTg4JAROJ C4++s0HYYhIX7q0Hs4UEZjNJPDvi38XIBWRvZJTYt+IxG4RzhEliybQNzBDOXEaJp5cfsoK0 sAloSGzbv5wRxBYRkJbYeXc2UJyDg1lAQuL3xgyQsLCArUTXrzPMIGEWAVWJ9RP0QExeAQeJ H52cEDcoSSw8tY11AiPvAkaGVYyyKblVurmJmTnFqcm6xcmJeXmpRbrGermZJXqpKaWbGMFB Icm3g/HrQaVDjAIcjEo8vCel2IKFWBPLiitzDzFKcjApifKuCAAK8SXlp1RmJBZnxBeV5qQW H2KU4GBWEuFtsgHK8aYkVlalFuXDpKQ5WJTEeWstfgUJCaQnlqRmp6YWpBbBZGU4OJQkeOcF AzUKFqWmp1akZeaUIKSZODhBhvMADY8MAhleXJCYW5yZDpE/xagoJc77FCQhAJLIKM2D64VF 7StGcaBXhHkTQVbwACMervsV0GAmoMElG1lBBpckIqSkGhg9QrxnNvzw3mDGxmWiPeHs3W2r s98fuya4yUPVWal+ucxn/zdsKRu5okzCu336zWNMMp4onNNf5/A9QeuxzKnVzhJ8r/yqFNdy sdrqnWRdGJJgt+fyk3qfCV07TubV2Kl+yUmwtaqyrfoXw17yxSS5UqJt49U1m9Mjw6ya+iRj Up5Mfcmjq8RSnJFoqMVcVJwIAK7XAH61AgAA Cc: bjonnh-nm@bjonnh.net 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: Thu, 20 Feb 2014 19:16:50 -0000 This series fixes several bugs surrounding identity handling in Emacs. It was inspired by a problem that bjonnh on IRC had where forwarding from an address where the full name matched the mailbox would crash `notmuch-mua-new-forward-message'. While it was possible to work around that specific problem with a simple fix, it revealed that the code was subtly broken in many ways. The patches in this series are all technically independent and can be pushed in any order, but they're all related problems.