diff options
author | Kyle Meyer <kyle@kyleam.com> | 2021-05-27 19:27:14 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2021-05-27 22:34:20 -0400 |
commit | 205f45561c2f19b17b11a5c0168568ecceae4008 (patch) | |
tree | a6af219f1f0d84d61f0b0a9357f92a9bd1830691 /Documentation | |
parent | c99e806fd307ef69adc0d3a277385687edfd3454 (diff) | |
download | piem-205f45561c2f19b17b11a5c0168568ecceae4008.tar.gz |
Add basic integration for Rmail
Teach piem how to get the associated inbox and message ID for the
current Rmail message.
Message-Id: <20210527232714.8726-1-kyle@kyleam.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/piem.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/piem.texi b/Documentation/piem.texi index f4bbabc..c3208a7 100644 --- a/Documentation/piem.texi +++ b/Documentation/piem.texi @@ -172,6 +172,7 @@ required to apply patches from an archive to a local code repository @findex piem-eww-mode @findex piem-gnus-mode @findex piem-notmuch-mode +@findex piem-rmail-mode With inboxes defined, the next step is to enable minor modes that teach particular Emacs modes to link a buffer with a registered inbox. piem @@ -182,6 +183,7 @@ currently has libraries to support @item Elfeed @item Gnus @item Notmuch +@item Rmail @end itemize For example, if you use notmuch.el to read your mail, you can add |