diff options
Diffstat (limited to 'piem.el')
-rw-r--r-- | piem.el | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -29,6 +29,9 @@ (require 'message) (require 'subr-x) + +;;;; Options + (defgroup piem () "Emacs tools for working with public-inbox archives." :link '(info-link "(piem)Top") @@ -126,6 +129,9 @@ intended to be used by libraries implementing a function for (when (string-match-p (regexp-quote addr) to) (throw 'hit (car inbox))))))))) + +;;;; Extractors + (defun piem-inbox () "Return the current buffer's inbox." (run-hook-with-args-until-success 'piem-get-inbox-functions)) |