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 01F38431FAF for ; Sun, 10 Jun 2012 12:34:40 -0700 (PDT) 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 C0jL-iSCUpio for ; Sun, 10 Jun 2012 12:34:39 -0700 (PDT) Received: from mail-lb0-f181.google.com (mail-lb0-f181.google.com [209.85.217.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id D9D5D431FAE for ; Sun, 10 Jun 2012 12:34:38 -0700 (PDT) Received: by lbbgk8 with SMTP id gk8so2691795lbb.26 for ; Sun, 10 Jun 2012 12:34:37 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:in-reply-to:references:user-agent:date :message-id:mime-version:content-type:x-gm-message-state; bh=9vEhOdj2xj1zV3dFeVBXcWq/keTYr1KaQyHVDmqleQU=; b=mT+TkmlkN6blckFxBqSMIACeaEmgSCdU2afDE0DDJcr5Pu5rVYCHR5l4BhLTJ2ojwB XjbM05yNNiUQ4HDRbS3oRkUTlJhmSxCofPMxYBLECGSKRHyrkOwJ6Be0EYchwtiBBctC XNUdas2qlwZZb+UDTysiGSK1DfdhFGBMOhs5ICvIWXZOjsuTaegSjfntbd7J31aphYzO xQZmfsy7vptEV6WPSjdvmP347ERyGEbhdxULRHL6+oWiKstrb52viOe8WIWiJgpF/FSP sjOAzOtgNfR5gNnhf4Z+InbVyrA5nxtFZOt7XDXE2Q4KT4xlKp79Pr3NLaG4MIpxPjNj ltGA== Received: by 10.112.32.35 with SMTP id f3mr2221077lbi.47.1339356877193; Sun, 10 Jun 2012 12:34:37 -0700 (PDT) Received: from localhost (dsl-hkibrasgw4-fe50dc00-68.dhcp.inet.fi. [80.220.80.68]) by mx.google.com with ESMTPS id gt19sm20792801lab.17.2012.06.10.12.34.35 (version=SSLv3 cipher=OTHER); Sun, 10 Jun 2012 12:34:36 -0700 (PDT) From: Jani Nikula To: Austin Clements , Jameson Graef Rollins Subject: Re: [PATCH v5 0/7] cli: improved crypto internals In-Reply-To: <20120610021704.GA24342@mit.edu> References: <1338057946-29209-1-git-send-email-jrollins@finestructure.net> <20120610021704.GA24342@mit.edu> User-Agent: Notmuch/0.13+13~gc259b9a (http://notmuchmail.org) Emacs/23.3.1 (i686-pc-linux-gnu) Date: Sun, 10 Jun 2012 22:34:33 +0300 Message-ID: <874nqjq7ue.fsf@nikula.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Gm-Message-State: ALoCoQkXUmy+46JLln53E2XAuXLGXlz6C5WqdXqJBENKweaWPODtk+10k7HfUXyWdJOG1id5X+Xp Cc: Notmuch Mail 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: Sun, 10 Jun 2012 19:34:41 -0000 On Sun, 10 Jun 2012, Austin Clements wrote: > Quoth Jameson Graef Rollins on May 26 at 11:45 am: >> I'm not going to claim this is the last version, but I think it >> addresses the remaining comments. I implemented Austin's of >> introducing a new type to handle the gmime 2.4/2.6 context >> incompatibility. > > LGTM. Sorry for dropping the ball on reviewing this final version. Ditto, for both. BR, Jani.