From 0d136a16242bbb6bb0a4c1e32e7ee6380b4701c7 Mon Sep 17 00:00:00 2001 From: TEC Date: Sat, 9 Mar 2024 00:05:39 +0800 Subject: [PATCH] Nicer msg when getting mu4e mail-list archive link --- config.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.org b/config.org index 1a0e652..3f73ada 100644 --- a/config.org +++ b/config.org @@ -7419,8 +7419,9 @@ current message on https://list.orgmode.org. ("emacs-orgmode.gnu.org" (format "https://list.orgmode.org/%s" (mu4e-message-field msg :message-id))) (_ (user-error "Mailing list %s not supported" list-addr))))) + (gui-select-text msg-url) (message "Link %s copied to clipboard" - (propertize (gui-select-text msg-url) 'face '((:weight normal :underline nil) link))) + (propertize msg-url 'face '((:weight normal :underline nil) link))) msg-url)) (add-to-list 'mu4e-view-actions (cons "link to message ML" #'+mu4e-ml-message-link) t))