From 4aa8fd7243d4ff58303a67b408be384c06c37b2e Mon Sep 17 00:00:00 2001 From: David Bremner Date: Thu, 20 Dec 2012 15:26:43 -0400 Subject: [PATCH] add tip on linking from circe to notmuch in emacs --- emacstips.mdwn | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/emacstips.mdwn b/emacstips.mdwn index 1109716..820d181 100644 --- a/emacstips.mdwn +++ b/emacstips.mdwn @@ -661,3 +661,13 @@ following code in my emacs config: (when overlay (overlay-put overlay 'face '((:inherit bold) (:foreground "green"))))))))))) (add-hook 'notmuch-hello-refresh-hook 'color-inbox-if-unread) + +## Linking to notmuch messages and threads from the Circe IRC client + +[Circe](https://github.com/jorgenschaefer/circe/wiki) is an IRC client for emacs. +To have clickable buttons for notmuch messages and threads, add the following to +`lui-buttons-list` (using, e.g. M-x customize-variable) + + ("\\(?:id\\|mid\\|thread\\):[0-9A-Za-z][0-9A-Za-z.@-]*" 0 notmuch-show 0) + +If you have notmuch-pick installed, it works fine for this as well. -- 2.43.0