Re: Convert Forum to Mail List
Posted by
Hugo <Nabble> on
Jun 26, 2012; 1:47am
URL: https://support.nabble.com/Convert-Forum-to-Mail-List-tp7580384p7580495.html
Hi Greg, thanks for the feedback and the detailed explanation. I do use Gmail like you said and I like its interface. So this is probably a matter of taste and shouldn't be discussed :-)
The good news is that Nabble is extremely flexible and you can easily fix this issue (i.e., authors who post messages by email should get a copy back in their inboxes) by tweaking the "should_get_instant_mail" macro to look like this:
<override_macro name="should_get_instant_mail" requires="user,node_page" >
<n.set_local_user.this_user/>
<n.block.>
<n.local_user.can_view.page_node />
</n.block.>
</override_macro>
I can make this change for you if you want. Just let me know if you need help ;-)