Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 6F21B6DE0A94 for ; Mon, 8 Feb 2016 03:30:39 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: 0.045 X-Spam-Level: X-Spam-Status: No, score=0.045 tagged_above=-999 required=5 tests=[AWL=0.112, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_NEUTRAL=0.652, UNPARSEABLE_RELAY=0.001] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id alTxA4xKEaHN for ; Mon, 8 Feb 2016 03:30:37 -0800 (PST) Received: from mail-wm0-f65.google.com (mail-wm0-f65.google.com [74.125.82.65]) by arlo.cworth.org (Postfix) with ESMTPS id 87F576DE0A7F for ; Mon, 8 Feb 2016 03:30:37 -0800 (PST) Received: by mail-wm0-f65.google.com with SMTP id c200so1168019wme.0 for ; Mon, 08 Feb 2016 03:30:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dme-org.20150623.gappssmtp.com; s=20150623; h=to:subject:in-reply-to:references:from:date:message-id:mime-version :content-type; bh=zdxeqPHLajMxyKoSGuWQGAuAoZVbmrtZifQeyjUZDM8=; b=GUZ6WGJJ51kqmuLFbr6wLRbfTwkQwljB+jI6u5yLitv+k1tXPXwlINHpDe1GQJeUPH 6+BjpXQsZygZ/yzCvWYtbIlh9AXbBMNVrCq0Gvj3b56M+ICiO1ITahG9R28om9VlJi9a 4nGrT1makqLA9P/++G5gIsma6c3lkAJ2SEaoZiKrQpjS/mbwxzkIGsgHuOtgp2QVdS2S PFWFTQyGIJrCoRrsrtLpVrs1wr3vpSA4Ef/4lvyeXxtVG5PuMdVibuGPB9nXfItqdazH 2VC2kG6Hlpa3Hp6yVA6sEC+wF7FT7Lik/TmW/NThxrGjAOKxGPqqDFXKas7j0h4ye2Cq 84Og== 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:from:date :message-id:mime-version:content-type; bh=zdxeqPHLajMxyKoSGuWQGAuAoZVbmrtZifQeyjUZDM8=; b=JylOz44NLfUnkJSXfnjqnczphIlVdsXQROujP3wwD+xWTV08RtEJakqlvwSAY2mOZp 3wW8k04vUEaawrjFSYfG9/rcY9ugGhHNFhK4FpoctVbSOIOixx9No9L+UxI6nSf0JBB3 rVEphKlkw+daNggnyBzi9PH0moJBBvCBYPaVD1XHrVnys/v3G37XjM98QklurEkR61im 62z6T4doR2EolTjlOA9dM49a/MikjUPU9bHT0ysdzGOQ5/uJHIKDyVwbaSQK+1aQJmG7 as8JViayytuZ3ORHD/Q8Hpvua4w1RCbhManPrlsUt4pE8BaWGMTbch2lDCQ3YyOv+6cz Llcg== X-Gm-Message-State: AG10YORwAbBxfM96qgQdiZWSTGhEzmbAnmyUcTTyGuO1bUcPRBo9doccqsngkjC9u0kKAQ== X-Received: by 10.28.17.8 with SMTP id 8mr27945874wmr.65.1454931036062; Mon, 08 Feb 2016 03:30:36 -0800 (PST) Received: from disaster-area.hh.sledj.net ([2a01:348:1a2:1:ea39:35ff:fe2c:a227]) by smtp.gmail.com with ESMTPSA id c7sm12144724wmd.13.2016.02.08.03.30.34 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 08 Feb 2016 03:30:35 -0800 (PST) Received: from localhost (disaster-area.hh.sledj.net [local]) by disaster-area.hh.sledj.net (OpenSMTPD) with ESMTPA id 478ec8f6; Mon, 8 Feb 2016 11:30:34 +0000 (UTC) To: Mark Walters , notmuch@notmuchmail.org Subject: Re: [PATCH v2 0/2] Allow forwarding of all open messages in the current view. In-Reply-To: <87y4awm5up.fsf@qmul.ac.uk> References: <1454792877-7180-1-git-send-email-dme@dme.org> <87y4awm5up.fsf@qmul.ac.uk> From: David Edmondson Date: Mon, 08 Feb 2016 11:30:34 +0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.20 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: Mon, 08 Feb 2016 11:30:39 -0000 On Sun, Feb 07 2016, Mark Walters wrote: > This basically looks good to me. At the moment there is some typo in the > first patch introducing two extra parenthesis at the end of the > notmuch-mua-new-forward-messages function. Yikes. I turned on paredit-mode and haven't quite got comfortable yet. Followup coming...