diff options
author | Kyle Meyer <kyle@kyleam.com> | 2020-06-06 21:11:45 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2020-06-07 01:48:33 -0400 |
commit | 7c75007c197620b11ec8c4417e05e12bd8f0fe63 (patch) | |
tree | 86cedbd57be0740ec78fc11a48856aac3242e546 /Makefile | |
parent | df480c9d52416c6a8cbacd7ed7abbdacc43be4a9 (diff) | |
download | piem-7c75007c197620b11ec8c4417e05e12bd8f0fe63.tar.gz |
Add command for downloading/injecting t.mbox.gz into a Maildir
I follow some public-inbox-archived projects over NNTP with Gnus.
However, once I get involved in a thread, I usually want the entire
thread in my local mail/Notmuch database (or at least the message I'm
replying to).
With this new command, if I see a message in Gnus (or EWW or Elfeed)
that I want to reply to, I can get it into Notmuch, assuming
piem-inboxes and piem-maildir-directory are wired up. And through
piem-after-mail-injection-functions, it's possible to jump straight to
the message with notmuch-show.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ piem-eww.elc: piem-eww.el piem.elc piem-gnus.elc: piem-gnus.el piem.elc piem-maildir.elc: piem-maildir.el piem-notmuch.elc: piem-notmuch.el piem.elc -piem.elc: piem.el +piem.elc: piem.el piem-maildir.elc .SUFFIXES: .el .elc .texi .info |