From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:863f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms12 with LMTPS id KMsrCXmdH2CWYAAAsNZ9tg (envelope-from ); Sun, 07 Feb 2021 07:57:45 +0000 Received: from out1.migadu.com ([2001:41d0:2:863f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id IIj0MHadH2BuQwAAbx9fmQ (envelope-from ); Sun, 07 Feb 2021 07:57:42 +0000 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kyleam.com; s=key1; t=1612684662; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=6Fi8rYW65nblm5okHHIf8rXzxlz7TGtZNwt41aVSjaI=; b=HFjPZTray8dz4ZDRcfA+WGGUhXcxY48S5mXoygEQV41mi9JCJdjz2SWQRX/BFR+Ku1oI0s QDeKNo7lKYlbGHgoN2bjjeb/i2mNj6FBaquBrOiBqBxhYmdc4abEnJov9C/uJcGD749QIp 6UXpVpr530eFTWb2qK0amThYqvyuCwX8vn2xVRLovSAxN8hwF3mpPn2W0w1KhH2R3/Vzsb jwRFrXZrdBGa8z8S6LJtB/fbwEdqyPCQ6mKwd5OxybMzUyYtaXVo67d12x8O/NbRS6EubL XN9EbNLu8QfQ5OolY3WQgEiAiwMZJokUUh/yUUebzddmo/YDOBpmqE8tZq/v5w== From: Kyle Meyer To: piem@inbox.kyleam.com Cc: Xinglu Chen Subject: [PATCH 0/5] New command for copying public-inbox URLs Date: Sun, 7 Feb 2021 02:57:33 -0500 Message-Id: <20210207075738.8752-1-kyle@kyleam.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: kyle@kyleam.com X-TUID: X3r1HANd6ugU Prompted by Xinglu's recent notmuch-show-stash-mlarchive-link addition (), this series adds a command, piem-copy-mid-url, that can copy the URL in any buffer with an associated message ID and inbox (which I'll mostly find useful in Gnus). The last patch updates the manual to mention piem-copy-mid-url as well as the piem-aware notmuch-show-stash-mlarchive-link. [1/5] piem: Add helper to construct message ID link [2/5] piem-dispatch: Add command for copying public-inbox URLs [3/5] piem-copy-mid-url: Add support for browsing url [4/5] piem-copy-mid-url: Allow overriding browse-url-browser-function [5/5] manual: Add section on "copy public-inbox link" functionality piem-notmuch.el | 10 ++----- piem.el | 70 +++++++++++++++++++++++++++++++++++++++------ piem.texi | 35 +++++++++++++++++++++-- tests/piem-tests.el | 13 +++++++++ 4 files changed, 111 insertions(+), 17 deletions(-) base-commit: 0a3de9e528c010e3f8ff113eaca28f10ad0528ca -- 2.30.0