notmuch/emacs
Jani Nikula ecef282a16 emacs: allow functions in notmuch-show-stash-mlarchive-link-alist
Some archives may use a more complicated scheme for referring to
messages than just concatenated url and message-id. In particular,
patchwork requires a query to translate message-id to a patchwork
patch id. Allow functions in notmuch-show-stash-mlarchive-link-alist
to facilitate this.

For example, one could use something like this for patchwork.

(lambda (message-id)
  (concat
   "http://patchwork.example.com/patch/"
   (nth 0
	(split-string
	 (car (last (process-lines "pwclient" "search" "-n" "1"
				   "-m" (concat "<" message-id ">"))))))))
2014-05-04 14:16:24 +09:00
..
.gitignore emacs: add notmuch-version.el.tmpl and create notmuch-version.el from it 2014-04-10 23:25:36 -03:00
coolj.el
make-deps.el
Makefile
Makefile.local emacs: add $(srcdir) to notmuch-version.el.tmpl dependency 2014-04-13 08:42:51 -03:00
notmuch-address.el
notmuch-crypto.el
notmuch-hello.el emacs: hello: bugfix for saved searches defcustom 2014-04-21 21:48:41 +09:00
notmuch-lib.el emacs: hello: bugfix for saved searches defcustom 2014-04-21 21:48:41 +09:00
notmuch-logo.png
notmuch-maildir-fcc.el
notmuch-message.el
notmuch-mua.el emacs: remove auto-signing of replies to signed messages 2014-04-14 23:16:40 -03:00
notmuch-parser.el
notmuch-print.el
notmuch-query.el
notmuch-show.el emacs: allow functions in notmuch-show-stash-mlarchive-link-alist 2014-05-04 14:16:24 +09:00
notmuch-tag.el emacs: show: mark tags changed since buffer loaded 2014-03-24 19:48:04 -03:00
notmuch-tree.el emacs: tree: use orig-tags in search 2014-03-24 19:48:55 -03:00
notmuch-version.el.tmpl emacs: add notmuch-version.el.tmpl and create notmuch-version.el from it 2014-04-10 23:25:36 -03:00
notmuch-wash.el emacs: Retain text properties when toggling buttons 2013-05-31 22:00:44 -03:00
notmuch.el emacs: hello: use the saved-search helper functions 2014-04-11 10:26:30 -03:00