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 DFD7B6DE0B38 for ; Sat, 6 Feb 2016 11:24:25 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: 0.172 X-Spam-Level: X-Spam-Status: No, score=0.172 tagged_above=-999 required=5 tests=[AWL=0.239, 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 5bBH9H11ekC8 for ; Sat, 6 Feb 2016 11:24:23 -0800 (PST) Received: from mail-wm0-f68.google.com (mail-wm0-f68.google.com [74.125.82.68]) by arlo.cworth.org (Postfix) with ESMTPS id 5C5096DE09ED for ; Sat, 6 Feb 2016 11:24:23 -0800 (PST) Received: by mail-wm0-f68.google.com with SMTP id r129so8521056wmr.0 for ; Sat, 06 Feb 2016 11:24:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dme-org.20150623.gappssmtp.com; s=20150623; h=from:to:subject:date:message-id; bh=5GaMPP6Zahq2mPrUzOB45OHdT3MyBnpk21Z/fvwrSrQ=; b=vuAzGjUqZevcx/PkgE+FkNEPWvtBXSyKpk02AefrqsNpf4jzofXr9syphNueMwDptK Go1aS+fiLH0HLG9ilLugBWFZiQ+wGml6E4w+VOArNFrYc6L0oGMXFNrkyhpZ8OLVTjSV rFWhDuO3/Tzfca7XfPGaF1x8DIFUcOM1xeE3ZHnidI8Jav55ZYlNzqu/JQrUyQV0Gk1e JZPquPWJL8PbWAfGNjCGaQAvnLV7ZbLSap8NCT5FSI0k5w/W5yncfejc23jKvdH2dU9p sRqqTucO8xkxJ8rhe9D8yJBEeTB27Ans9GW+axjIlwAMYUnD3KQiCoo0aYwhA1sCSJly 2nig== 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:date:message-id; bh=5GaMPP6Zahq2mPrUzOB45OHdT3MyBnpk21Z/fvwrSrQ=; b=M25wewmCkSfUt+lQGWjSkoq1lF/ztbFHnpdP/WwWqmCbMm3QLFJ08I5yTXGKONPNw4 eLUxDdk4Z8pVPCZGzyBgOiAbli3moQtS/W0iZYl/O8ImPOFp+fYMYzNuXhtX8Lfe/2BA LYL33sGWMiRkeFwg5kL3GD5eZ0zs5jXLeKnl/WWum3KmCAj79FGPZ7h2luP2IskXTcme sceHfYY3JlxoN7E2yknSxGs88YeS9dN9VK7wgQylYMEUyf4bfTfQelDA6nf6eNpqH/Fj iIYuixplMpFdybnCymzXcl1I4XeFKqch3gr+KXycTlECRBqmx5EZdIRWrzO+uU/XuwUb /nIg== X-Gm-Message-State: AG10YORX61bvBbAEKqdSGsQ3NisZw0e9oDnAMlBTbXNlTmSYiw/SsT+K1mWUJTmJHZ8KxA== X-Received: by 10.194.79.73 with SMTP id h9mr20009101wjx.12.1454786661667; Sat, 06 Feb 2016 11:24:21 -0800 (PST) Received: from disaster-area.hh.sledj.net ([2a01:348:1a2:1:ea39:35ff:fe2c:a227]) by smtp.gmail.com with ESMTPSA id q75sm4510195wmd.6.2016.02.06.11.24.19 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 06 Feb 2016 11:24:20 -0800 (PST) Received: from localhost (disaster-area.hh.sledj.net [local]) by disaster-area.hh.sledj.net (OpenSMTPD) with ESMTPA id bd327be8 for ; Sat, 6 Feb 2016 19:24:19 +0000 (UTC) From: David Edmondson To: notmuch@notmuchmail.org Subject: [PATCH v1] Allow forwarding of all open messages in the current view. Date: Sat, 6 Feb 2016 19:24:18 +0000 Message-Id: <1454786659-3615-1-git-send-email-dme@dme.org> X-Mailer: git-send-email 2.1.4 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: Sat, 06 Feb 2016 19:24:26 -0000 Allow forwarding of all open messages in the current view. In response to id:"87fvyhb40x.fsf@alice.fifthhorseman.net". David Edmondson (1): emacs: Add `notmuch-show-forward-open-messages'. emacs/notmuch-mua.el | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ emacs/notmuch-show.el | 11 +++++++++++ 2 files changed, 59 insertions(+) -- 2.1.4