aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2020-05-10 23:23:14 -0400
committerKyle Meyer <kyle@kyleam.com>2020-05-11 00:23:46 -0400
commitf19ce5e1e4e56947d563187c96603582859a6a3c (patch)
tree74c55096126f30645f278f1dd5caa2cb7e0e2dce /Makefile
parentd55b7895a8829d4fd120295bfb6134b51bf87fe4 (diff)
downloadpiem-f19ce5e1e4e56947d563187c96603582859a6a3c.tar.gz
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.)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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: