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 A5431431FD0 for ; Wed, 7 Sep 2011 16:28:13 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -2.3 X-Spam-Level: X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_MED=-2.3] 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 WviS+Ixq-tpG for ; Wed, 7 Sep 2011 16:28:13 -0700 (PDT) Received: from outgoing-mail.its.caltech.edu (outgoing-mail.its.caltech.edu [131.215.239.19]) by olra.theworths.org (Postfix) with ESMTP id 41A79431FB6 for ; Wed, 7 Sep 2011 16:28:13 -0700 (PDT) Received: from fire-doxen.imss.caltech.edu (localhost [127.0.0.1]) by fire-doxen-postvirus (Postfix) with ESMTP id 3AE63328144; Wed, 7 Sep 2011 15:11:02 -0700 (PDT) X-Spam-Scanned: at Caltech-IMSS on fire-doxen by amavisd-new Received: from finestructure.net (gwave-65.ligo.caltech.edu [131.215.114.65]) (Authenticated sender: jrollins) by fire-doxen-submit (Postfix) with ESMTP id 39861328539; Wed, 7 Sep 2011 15:10:57 -0700 (PDT) Received: by finestructure.net (Postfix, from userid 1000) id 11BB19EA; Wed, 7 Sep 2011 15:10:57 -0700 (PDT) From: Jameson Graef Rollins To: David Bremner , Notmuch Mail Subject: Re: [PATCH] Do not attept to output part raw if part is not GMimePart. In-Reply-To: <87k49kkov1.fsf@zancas.localnet> References: <1307032735-27427-1-git-send-email-jrollins@finestructure.net> <1307120466-4980-1-git-send-email-jrollins@finestructure.net> <874o0pk4ff.fsf@servo.factory.finestructure.net> <87d3fdi8sh.fsf@servo.factory.finestructure.net> <87k49kkov1.fsf@zancas.localnet> User-Agent: Notmuch/0.7-41-g7dce23e (http://notmuchmail.org) Emacs/23.3.1 (x86_64-pc-linux-gnu) Date: Wed, 07 Sep 2011 15:10:57 -0700 Message-ID: <87k49kf1fy.fsf@servo.factory.finestructure.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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: Wed, 07 Sep 2011 23:28:13 -0000 On Wed, 07 Sep 2011 18:46:10 -0300, David Bremner wrote: > I have pushed this to master. Sorry, I still don't plan to include it in > 0.8. I think it is better to have a short strict freeze, than a long > friendly one. Ok, thanks. Just as long as I don't have to push to get this fix applied anymore. This will be more an issue for the users of the 0.8 branch, anyway, since I run my own version where this patch was applied many moons ago. jamie.