]> git.cworth.org Git - obsolete/notmuch-wiki/commitdiff
add tip on linking from circe to notmuch in emacs
authorDavid Bremner <bremner@debian.org>
Thu, 20 Dec 2012 19:26:43 +0000 (15:26 -0400)
committerDavid Bremner <bremner@debian.org>
Thu, 20 Dec 2012 19:26:43 +0000 (15:26 -0400)
emacstips.mdwn

index 1109716c5c3a849d8148643c751e8d02477e2190..820d181725c7b02b2a16f7a80fe467638a9a9aac 100644 (file)
@@ -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.