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 AB0AC431FBF for ; Fri, 18 May 2012 10:32:46 -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 FysY402MQYEr for ; Fri, 18 May 2012 10:32:46 -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 2FC7F431FAE for ; Fri, 18 May 2012 10:32:46 -0700 (PDT) Received: from earth-doxen.imss.caltech.edu (localhost [127.0.0.1]) by earth-doxen-postvirus (Postfix) with ESMTP id C3D4C66E00A3 for ; Fri, 18 May 2012 10:32:43 -0700 (PDT) X-Spam-Scanned: at Caltech-IMSS on earth-doxen by amavisd-new Received: from finestructure.net (cpe-98-14-81-93.nyc.res.rr.com [98.14.81.93]) (Authenticated sender: jrollins) by earth-doxen-submit (Postfix) with ESMTP id D843866E01C2 for ; Fri, 18 May 2012 10:32:41 -0700 (PDT) Received: by finestructure.net (Postfix, from userid 1000) id 3E6364AD; Fri, 18 May 2012 10:32:40 -0700 (PDT) From: Jameson Graef Rollins To: Notmuch Mail Subject: [PATCH v2 0/5] cli: improve handling of crypto parameters and contexts Date: Fri, 18 May 2012 10:32:32 -0700 Message-Id: <1337362357-31281-1-git-send-email-jrollins@finestructure.net> X-Mailer: git-send-email 1.7.10 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, 18 May 2012 17:32:46 -0000 Here's a second version of this series [0]. I think I have addressed most of Austin's and Jani's comments. I've tried to make a compromise between Jani's desire to not see any unneeded initialization and my desire to have clarity and to make defaults that define behavior explicit. I ended up only initializing the variables that define default user behavior. I hope that's ok. jamie. [0] id:"1337205359-2444-1-git-send-email-jrollins@finestructure.net"