From f19ce5e1e4e56947d563187c96603582859a6a3c Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sun, 10 May 2020 23:23:14 -0400 Subject: Add basic support for Gnus articles Implement message ID and inbox getters. As noted in the comment, leave the mid->thread functionality undefined for now, because I don't know if there's a good way to do that in Gnus. These functions should probably learn how to work from gnus-summary-mode too, but leave that for later. (Similarly, -notmuch should also probably support notmuch-{search,tree}-mode in addition to notmuch-show-mode.) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 60545c8..94d3a36 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ # Rely on EMACSLOADPATH for everything but the current directory. BATCH = emacs -Q --batch -L . -all: loadpath piem.elc piem-b4.elc piem-notmuch.elc piem.info +all: loadpath piem.elc piem-b4.elc piem-gnus.elc piem-notmuch.elc piem.info .PHONY: clean clean: -- cgit v1.2.3