rcarmo / rss2imap

An adaptation of rss2mail that uses IMAP directly
87 stars 13 forks source link

Fix 'run --no-send' #12

Closed sdt closed 11 years ago

sdt commented 11 years ago

The --no-send option is implemented by monkey-patching the send function to one that doesn't actually send.

The signature of the real function has changed, but the null function has not, causing run --no-send to fail.

This patch updates the null signature to match the real one.

rcarmo commented 11 years ago

Thanks!

sdt commented 11 years ago

Thanks for rss2imap!

I've been looking for a google reader replacement. rss2email was good, but maintaining folder rules was a dealbreaker. rss2imap solves that perfectly.