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 852086DE0AC2 for ; Mon, 8 Feb 2016 15:06:02 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.213 X-Spam-Level: X-Spam-Status: No, score=-0.213 tagged_above=-999 required=5 tests=[AWL=0.357, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_ENVFROM_END_DIGIT=0.25, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-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 DcM-RfTM-alW for ; Mon, 8 Feb 2016 15:06:00 -0800 (PST) Received: from mail-wm0-f67.google.com (mail-wm0-f67.google.com [74.125.82.67]) by arlo.cworth.org (Postfix) with ESMTPS id CF30E6DE02CE for ; Mon, 8 Feb 2016 15:05:59 -0800 (PST) Received: by mail-wm0-f67.google.com with SMTP id 128so73729wmz.3 for ; Mon, 08 Feb 2016 15:05:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:in-reply-to:references:user-agent:date:message-id :mime-version:content-type; bh=SjYkO9ZOlv0CYcxCiM858UUOSXYbrRkeLBu8KjEOnGk=; b=GSAmj2/7HlOptoKQlf4Pu3MX7sIXBGJt9Rpp82qauhKL75oLErTBhcUcHZPyuWv0gT Xu1we2QribJJiJOy7ytEzsIGJxlOvpPoFLvIAUPN5+QlSwBwQVlMLdJOO5NNo9Ki4pd3 /JaoPAFXgRJZEwaXBg8DrQlzVAgIvTe2cs180dpKEP7TgKwRSOuq0EWDydS4RImkOAFP q1tW3nWEuMfohWWGGmmsSeGmXx8/bH0f+U6Vw/jVPdEzq2UmLiWoFAPaRE5FeMTrPCXN UaFcdiqFgbWPql6MI8I3JmO+pmzmfzu0ren8N1F2uBPtg5ADoOndko6qTOnxZYystbKa rTiw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:in-reply-to:references :user-agent:date:message-id:mime-version:content-type; bh=SjYkO9ZOlv0CYcxCiM858UUOSXYbrRkeLBu8KjEOnGk=; b=JI32FaRGcSBOLb3CupMXGXglZ8LArnH3+QpTDLjEe6tVVFPJynTklCGhLs6LxqcEQp 3DrlNuTydqtf80PywiK/MYy1+VatwVTeebnmzOxpQyHdnjwWi6kckjuJ9ttORgU9UO6l +Yd7v+GqN4wsgvXvb4NHL2mCUBbJQSTOs1i79jcyLRSxoJ0TY8dmF5g5I83BoaS2h9EK qYe4sZJkVUirYQeHljAcKM8EMXCVv8MYxIKdFQi9LahYiyCrsiuUkz8PbUIjltY549aW skRUIUzimEBHXROadjF3oUORCxE7j5iz9dRZYIYV950EO/vxvldTR3vNi6g160qXGPp4 a9ZA== X-Gm-Message-State: AG10YOTyWbYzWozh6Rlr5S/3+DkEa74kBw7o/KypBWY0lQERgdejZFySRV4gi5IX2ef8Tg== X-Received: by 10.28.99.136 with SMTP id x130mr1339823wmb.12.1454972758399; Mon, 08 Feb 2016 15:05:58 -0800 (PST) Received: from localhost (5751dfa2.skybroadband.com. [87.81.223.162]) by smtp.gmail.com with ESMTPSA id ct2sm31782078wjb.46.2016.02.08.15.05.57 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 08 Feb 2016 15:05:57 -0800 (PST) From: Mark Walters To: David Edmondson , notmuch@notmuchmail.org Subject: Re: [PATCH v3 0/2] Allow forwarding of all open messages in the current view. In-Reply-To: <1454931262-21362-1-git-send-email-dme@dme.org> References: <1454931262-21362-1-git-send-email-dme@dme.org> User-Agent: Notmuch/0.18.1+485~gca076ce (http://notmuchmail.org) Emacs/24.4.1 (x86_64-pc-linux-gnu) Date: Mon, 08 Feb 2016 23:05:56 +0000 Message-ID: <87oabq6bvv.fsf@qmul.ac.uk> 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 23:06:02 -0000 Hi Just confirming that this LGTM +1 Best wishes Mark On Mon, 08 Feb 2016, David Edmondson wrote: > Allow forwarding of all open messages in the current view. > > In response to id:"87fvyhb40x.fsf@alice.fifthhorseman.net". > > v2: > - Use multiple message forwarding to implement single message > forwarding. > > v3: > - Fix silly error. > > > David Edmondson (2): > emacs: Add `notmuch-show-forward-open-messages'. > emacs: `notmuch-show-forward-message' can use > `notmuch-mua-new-forward-messages' > > emacs/notmuch-mua.el | 62 +++++++++++++++++++++++++++++++++++++-------------- > emacs/notmuch-show.el | 15 +++++++++++-- > 2 files changed, 58 insertions(+), 19 deletions(-) > > -- > 2.1.4 > > _______________________________________________ > notmuch mailing list > notmuch@notmuchmail.org > https://notmuchmail.org/mailman/listinfo/notmuch