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 A8426431FAF for ; Wed, 12 Nov 2014 12:17:40 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.699 X-Spam-Level: X-Spam-Status: No, score=-0.699 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_LOW=-0.7, UNPARSEABLE_RELAY=0.001] 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 0++YLoBYrgKw for ; Wed, 12 Nov 2014 12:17:31 -0800 (PST) Received: from mail-wg0-f48.google.com (mail-wg0-f48.google.com [74.125.82.48]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id D5DF6431FAE for ; Wed, 12 Nov 2014 12:17:30 -0800 (PST) Received: by mail-wg0-f48.google.com with SMTP id y19so4380129wgg.35 for ; Wed, 12 Nov 2014 12:17:29 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:to:subject:in-reply-to:references:user-agent :from:date:message-id:mime-version:content-type; bh=lXqNOX6gv5juqoLyeINdZ+2b7bPD2BJpWziw9ajNd7g=; b=CkyLwdvn7kUwH1eGR5Btjv5BCV2/94GZAyZy1tNgZcQhuzL1lyA7kKWjx8zpmqVoFG GNJ5yvaWkKITd9MTERj+xgRhCLcAX6bb7WltHS1G8pRw811EIp3ucXTcVKbPlAD7cY0U 9X1jM3K6QNzJjKA46lfeBPUeCkp4zLcJFKw4iZ2c+4qgKMBuYbdf9nHWsiCbCtf45oVM V0I46DNnYcbbdntDianzul46anI+owz3Da9x1ZxPFT4YVSmdndz3IFvSrivcp3eNr5qk Mdi7zQbmdaWCxZzD2RbtbIVB6IuCOx4o5B1mtfg6FnnMa731R6zpQQa8gDAZXEoFJ8Bk PgDw== X-Gm-Message-State: ALoCoQmaJUeKPYpmq9AZ1Y/6qhsot7m6h/Ru/N9ldiNeRNmtJjvED8nX0SXXiebZuTxD3EX+0Iir X-Received: by 10.194.143.7 with SMTP id sa7mr67576566wjb.110.1415823448568; Wed, 12 Nov 2014 12:17:28 -0800 (PST) Received: from disaster-area.hh.sledj.net ([2a01:348:1a2:1:ea39:35ff:fe2c:a227]) by mx.google.com with ESMTPSA id i3sm22949637wix.0.2014.11.12.12.17.27 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 12 Nov 2014 12:17:27 -0800 (PST) Received: from localhost (30000@localhost [local]); by localhost (OpenSMTPD) with ESMTPA id acf4566f; Wed, 12 Nov 2014 20:17:25 +0000 (UTC) To: Tomi Ollila , Daniel Kahn Gillmor , Jani Nikula , David Bremner , notmuch@notmuchmail.org Subject: Re: [Vagrant Cascadian] Bug#759646: notmuch-emacs: switching mode= to invalid value sends unencrypted mail In-Reply-To: References: <87lhq7npcw.fsf@maritornes.cs.unb.ca> <87k35q2zso.fsf@nikula.org> <54055C53.40604@fifthhorseman.net> User-Agent: Notmuch/0.18.2 (http://notmuchmail.org) Emacs/24.4.1 (x86_64-pc-linux-gnu) From: David Edmondson Date: Wed, 12 Nov 2014 20:17:25 +0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain 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, 12 Nov 2014 20:17:40 -0000 On Tue, Sep 02 2014, Tomi Ollila wrote: > On Tue, Sep 02 2014, Daniel Kahn Gillmor wrote: > >> On 08/30/2014 03:37 AM, Jani Nikula wrote: >>> I'm inclined to think this is a bug in message-mode. >> >> I agree it's a bug in message-mode, not in notmuch itself. > > I think it might be here: > > http://bzr.savannah.gnu.org/lh/emacs/emacs-24/annotate/head:/lisp/gnus/mml.el#L258 > > (it takes time to load, please wait...) > > If cond does not match, then don't fail... This looks to have been fixed in emacs at the end of September 2014.