summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Bremner <bremner@debian.org>2012-12-20 15:26:43 -0400
committerDavid Bremner <bremner@debian.org>2012-12-20 15:26:43 -0400
commit4aa8fd7243d4ff58303a67b408be384c06c37b2e (patch)
treeaad09e63b812d95c88e175a25d82a043f6397698
parentf105a9b3f65fde7e8b641abbc9fd3192d8ebb8ee (diff)
add tip on linking from circe to notmuch in emacs
-rw-r--r--emacstips.mdwn10
1 files changed, 10 insertions, 0 deletions
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.