diff options
author | Xinglu Chen <public@yoctocell.xyz> | 2021-03-12 17:55:15 +0100 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2021-03-12 20:12:34 -0500 |
commit | 2333819ee6b632909ba7333eb61be1653f5d8203 (patch) | |
tree | 1340fc8728d7edd546e2217e81b08ef3cbc9afc4 /Documentation | |
parent | 26c8103eaa9df3ebaf873a7cd477efaa48cec140 (diff) | |
download | piem-2333819ee6b632909ba7333eb61be1653f5d8203.tar.gz |
piem: Add :maildir keyword to piem-inboxes
Previously the user was able to configure a maildir to inject threads
into, but the user might want the maildir to be different depending
on which mailing list the threads was coming from.
With the `:maildir` keyword, users can configure the maildir on a
per-list basis. If there is not `:maildir` configured for a mailing
list, it will fallback to the value of `piem-maildir-directory`.
Message-Id: <702dccedfc5e67a41bb0dd58fe66af6e3f204bb5.1615568004.git.public@yoctocell.xyz>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/piem.texi | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/Documentation/piem.texi b/Documentation/piem.texi index ebd756d..0f5235c 100644 --- a/Documentation/piem.texi +++ b/Documentation/piem.texi @@ -408,11 +408,13 @@ Depending on your mail setup, a problem with this approach is that it can be inconvenient to start participating in a thread that you aren't reading in your regular MUA (e.g., if you use notmuch.el to read your regular mail but are following a project via NNTP in Gnus). In this -case, you can use the command @code{piem-inject-thread-into-maildir} to -move the thread's messages into a local Maildir directory -(@code{piem-maildir-directory}). By default the command downloads the -entire thread for the message ID associated with the current buffer. A -prefix argument restricts the download to only the message. +case, you can use the command @code{piem-inject-thread-into-maildir} +to move the thread's messages into a local Maildir directory specified +by the current inbox's @code{:maildir} value in @code{piem-inboxes}, +falling back to @code{piem-maildir-directory}. By default the command +downloads the entire thread for the message ID associated with the +current buffer. A prefix argument restricts the download to only the +message. @vindex piem-after-mail-injection-functions After the messages are injected, each function in |