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 241966DE0B25 for ; Mon, 8 Feb 2016 03:34:29 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: 0.035 X-Spam-Level: X-Spam-Status: No, score=0.035 tagged_above=-999 required=5 tests=[AWL=0.102, 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 1Wn7ByVaF2m7 for ; Mon, 8 Feb 2016 03:34:27 -0800 (PST) Received: from mail-wm0-f66.google.com (mail-wm0-f66.google.com [74.125.82.66]) by arlo.cworth.org (Postfix) with ESMTPS id 2F1A76DE0A7F for ; Mon, 8 Feb 2016 03:34:27 -0800 (PST) Received: by mail-wm0-f66.google.com with SMTP id 128so15069828wmz.3 for ; Mon, 08 Feb 2016 03:34:27 -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=r+LisSfK0Xq/NeYcFf94X3mMR+bbCxVYbenSx/3PPgg=; b=X9GoQKO/tgeQKnMBOqD4EHdjriwGJLop/zIugbjGPpqCabmsTUUErJ6LorIn5zzhgC GeNTI/NTQEQAkEmac3+UwO3ZZ2nQ3zh+EtWPTMBE8bo1+OBABq/elOfj40BF9RBS7LdN QxLeHnJ0bae+DE5VRCN0T16LEidYd17t5w+cIpAK4B6vC9MQ+wVKVH7OR3QawgPXbkz7 KyVF2lOR99o3YiQ2N6jmFlrykHPaIO3PkN+5b1iKig8NPeT2hx0gywWr2pUvKmTbisVy opikht8zLfsWKJWLrKVS3n78Db1B/1jEhuk2dYy8546bbsuE6mokd+17JcthUq88m0JU Kf3w== 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=r+LisSfK0Xq/NeYcFf94X3mMR+bbCxVYbenSx/3PPgg=; b=SeYHadt4YV7fdJD5+nV4yacgZZfvIKpO5CrH7nZFR4sTE5WIhBrzNbtDQmTAvlAVGH TzHM9M2Ctmuickzc07DpXC5Lr6e1uWIMlPfJzSDvAE9yBB6p2LstA3H48uUqQ5vVi1Ku 3i3gB7DkxV28X5oW/zyxICPSsWTSzi6ZPAbEik4W/YKk5vJ+/xaUbRpzQHmcnvT0MzrH 1QLzgiWL6p31XKwLOZ3jR7YmVlj1109i5PA8mM6Z36S/GZ/sxo+DcE9vhrnkrcG84oFz CGJ4wsYZKVw4oqyiX1JeMsEBrTPF2N1c4VbXC1CE6Zj40Bnqw2SqRQiPK74CpEWiXk3K RjYg== X-Gm-Message-State: AG10YOSm58/oL9CFAGuO/p8zhjAjBcduag/XprW2UqACDoZj55QbYV/0wkqwYVbxGnmA+Q== X-Received: by 10.28.223.69 with SMTP id w66mr16845251wmg.89.1454931265898; Mon, 08 Feb 2016 03:34:25 -0800 (PST) Received: from disaster-area.hh.sledj.net ([2a01:348:1a2:1:ea39:35ff:fe2c:a227]) by smtp.gmail.com with ESMTPSA id t3sm29304781wjz.11.2016.02.08.03.34.24 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 08 Feb 2016 03:34:25 -0800 (PST) Received: from localhost (disaster-area.hh.sledj.net [local]) by disaster-area.hh.sledj.net (OpenSMTPD) with ESMTPA id 672c90e5 for ; Mon, 8 Feb 2016 11:34:22 +0000 (UTC) From: David Edmondson To: notmuch@notmuchmail.org Subject: [PATCH v3 0/2] Allow forwarding of all open messages in the current view. Date: Mon, 8 Feb 2016 11:34:20 +0000 Message-Id: <1454931262-21362-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: Mon, 08 Feb 2016 11:34:29 -0000 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