From 7c75007c197620b11ec8c4417e05e12bd8f0fe63 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sat, 6 Jun 2020 21:11:45 -0400 Subject: 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. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2bcf8eb..dcd2ff6 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3