We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
BBJ should send mails to a mentioned or replied-to user when a new message is posted.
We can have a look at message_feed or the point where a >>NUM gets parsed to figure out the author of the the in-reply-to post.
message_feed
>>NUM
The text was updated successfully, but these errors were encountered:
I think this can be tied into #8. (As in, you can subscribe to feeds and get an email when they update.)
This should be opt-in, if implemented at all. Especially since you need an email to send the notifications to.
Sorry, something went wrong.
Could also be configured to use the local mail on a system as well (configurable of course).
No branches or pull requests
BBJ should send mails to a mentioned or replied-to user when a new message is posted.
We can have a look at
message_feed
or the point where a>>NUM
gets parsed to figure out the author of the the in-reply-to post.The text was updated successfully, but these errors were encountered: