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 29D43431FB6 for ; Fri, 25 May 2012 06:16:00 -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 m6w4xx2Qe1F8 for ; Fri, 25 May 2012 06:15:58 -0700 (PDT) Received: from mail-vc0-f181.google.com (mail-vc0-f181.google.com [209.85.220.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 7C20D431FAF for ; Fri, 25 May 2012 06:15:58 -0700 (PDT) Received: by vcbf1 with SMTP id f1so695310vcb.26 for ; Fri, 25 May 2012 06:15:57 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:subject:in-reply-to:references:user-agent:date:message-id :mime-version:content-type:x-gm-message-state; bh=kE5mXPcmcVNJEE4xWHS0sm9q1xrQWrlh61oYEMiRfZg=; b=XVyZMxSwp2s+07yPDZwSN4Fs1s+fnWXVk/XNXK9oT6BUGisi1hNKo82aWrDlBtFldv ejx9RrgbPPU8xL9+ILAf9n9gHvvo1W/zsMsOlJs6h15CogPbFaj0j30CkhiMHETlGVgQ M5q0nCGZ8e08aF4+a5OPmGyt9MN4U1+fsytowwOAvhDaZHg6EhHrY0inCyoA3c8Y63MB hCKi8vmNTNRzeT6gTTilX+reCF3fg0HK40I1yRNP7p9sKRymPaLzAOiBQ/no6CCMMFnH 8yZdAlye6kMRNcewg+M3a++zLR81jUtZvuY08WTS1qxuaZJzZ6iAkJOGoXhpp1jbAulu MIOg== Received: by 10.52.22.38 with SMTP id a6mr3093813vdf.37.1337951757759; Fri, 25 May 2012 06:15:57 -0700 (PDT) Received: from localhost (nikula.org. [92.243.24.172]) by mx.google.com with ESMTPS id j16sm4134058vdt.9.2012.05.25.06.15.56 (version=SSLv3 cipher=OTHER); Fri, 25 May 2012 06:15:57 -0700 (PDT) From: Jani Nikula To: Jameson Graef Rollins , Notmuch Mail Subject: Re: [PATCH v4 0/7] cli: improved crypto internals In-Reply-To: <1337812843-14986-1-git-send-email-jrollins@finestructure.net> References: <1337812843-14986-1-git-send-email-jrollins@finestructure.net> User-Agent: Notmuch/0.13+9~ga1668d0 (http://notmuchmail.org) Emacs/23.1.1 (i686-pc-linux-gnu) Date: Fri, 25 May 2012 13:15:54 +0000 Message-ID: <87396o2ygl.fsf@nikula.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Gm-Message-State: ALoCoQk80jyxHaCTeWzPlvwBWB/Hfos7kbEKTnyfCY8oLKAZLeMRzv3MCAxcDALITx8BGNWDLHmT 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, 25 May 2012 13:16:00 -0000 On Wed, 23 May 2012, Jameson Graef Rollins wrote: > Ok, hopefully last version. This addresses Jani's latest comments. I don't have any real concerns left regarding this series. Just a nitpick, commit messages for patches 4/7 and 5/7 have leftover references to removed #ifdefs, but no big deal IMO. Jani.