-
Notifications
You must be signed in to change notification settings - Fork 48
Add support for Maildir #21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
On Mon, Sep 16, 2013 at 11:22:38AM -0700, ThibG wrote:
This looks pretty good, although it's hard for me to imagine a system If you have good motivation, here are my comments on the patch itself: I don't see the point of distinguishing between maildir-path and |
|
Well, using sendmail would still imply doing some filtering magic to store the message in the appropriate place. Furthermore, you may want to use completely separate maildirs for some reason (eg: ~/News). Yes, maildir-path and maildir-mailbox are here to provide easier per-feed overrides. Good point about get_folder and add_folder, but they don't seem to follow the same conventions offlineimap and mutt use (mailbox.Maildir seems to require folders to start with a “.”)... I'll investigate that... |
|
FYI, I use rss2email to deliver mails to a local Maildir. I use esmtp as my sendmail (it only delivers local mail), and it's a matter of only a few lines: esmtprcprocmailrcThat's filtering magic, but a very small one :) |
|
I'd also find this useful when I upgrade from 2.71, because I'm using a custom send function to deliver mails to a maildir with 2.71. I don't currently have any tool installed to deliver local mails, as I have no other use for one. To be fair it wouldn't be all that much effort to write a little script to handle delivery for me if this isn't merged. |
|
I would apreciate this merge too. I was almost reimplementing it myself when I saw this issue... I use msmtp here and, AFAIK, it doesn't deliver local mail. I will do the changes you suggested to ThibG's commit. |
|
I don't know if I did it right, but submited two patches to ThibG... I don't know how to change 2 files in one pull request via Github interface. =P I thik he need to accept them, and re-pull request to you... Or you may acept his old pull and then copy my changes. Or I can resend the complete changes to you... =P |
|
@ThibG This has been merged to https://github.com/rss2email/rss2email, new home of |
Signed-off-by: Thibaut Girka thib@sitedethib.com