diff options
author | Kyle Meyer <kyle@kyleam.com> | 2020-05-10 23:23:14 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2020-05-11 00:23:46 -0400 |
commit | f19ce5e1e4e56947d563187c96603582859a6a3c (patch) | |
tree | 74c55096126f30645f278f1dd5caa2cb7e0e2dce /piem.texi | |
parent | d55b7895a8829d4fd120295bfb6134b51bf87fe4 (diff) | |
download | piem-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 'piem.texi')
-rw-r--r-- | piem.texi | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -47,6 +47,7 @@ This manual is for piem version @value{VERSION}. * Overview:: * b4 interface:: * Notmuch integration:: +* Gnus integration:: * Related tools:: * Contributing:: @@ -72,6 +73,9 @@ Indices @node Notmuch integration @chapter Notmuch integration +@node Gnus integration +@chapter Gnus integration + @node Related tools @chapter Related tools |