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 0860E429E2A for ; Fri, 3 Jun 2011 16:58:04 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] 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 mjITNWwV-Hev for ; Fri, 3 Jun 2011 16:58:03 -0700 (PDT) Received: from che.mayfirst.org (che.mayfirst.org [209.234.253.108]) by olra.theworths.org (Postfix) with ESMTP id 263C2431FD0 for ; Fri, 3 Jun 2011 16:58:03 -0700 (PDT) Received: from pip.fifthhorseman.net (dsl254-070-154.nyc1.dsl.speakeasy.net [216.254.70.154]) by che.mayfirst.org (Postfix) with ESMTPSA id A20AFF970 for ; Fri, 3 Jun 2011 19:57:58 -0400 (EDT) Received: by pip.fifthhorseman.net (Postfix, from userid 1000) id 7C01A11878; Fri, 3 Jun 2011 19:57:58 -0400 (EDT) From: Daniel Kahn Gillmor To: notmuch@notmuchmail.org Subject: [PATCH] Use stock GMimeSession by default Date: Fri, 3 Jun 2011 19:57:45 -0400 Message-Id: <1307145466-10702-1-git-send-email-dkg@fifthhorseman.net> X-Mailer: git-send-email 1.7.4.4 In-Reply-To: <4DE9704D.40601@fifthhorseman.net> References: <4DE9704D.40601@fifthhorseman.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: Fri, 03 Jun 2011 23:58:04 -0000 This patch supercedes my patch from 1307142188-6551-1-git-send-email-dkg@fifthhorseman.net , and provides what appears to be a much cleaner approach to achieve the same result. --dkg