# A list of server-side functions for weekend/novice Discourse developers?

**URL:** https://meta.discourse.org/t/a-list-of-server-side-functions-for-weekend-novice-discourse-developers/45259
**Category:** Development
**Created:** [4 ביוני,‏ 2016,‏ 9:41pm UTC](https://meta.discourse.org/t/a-list-of-server-side-functions-for-weekend-novice-discourse-developers/45259 "2016-06-04T21:41:05Z")
**Posts on this page:** 1
**Showing post:** 6

<div class="post-metadata">

### Author: ![tarek](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tarek/32/124831_2.png) [@tarek](https://meta.discourse.org/u/tarek)
#### Post date: [5 ביוני,‏ 2016,‏ 6:17pm UTC](https://meta.discourse.org/t/a-list-of-server-side-functions-for-weekend-novice-discourse-developers/45259/6 "2016-06-05T18:17:24Z")

</div>

To complete the thread, here is the solution that I ultimately wrote:

> [@Allow reply-to individual instead of topic/forum (mailing list feature)](https://meta.discourse.org/t/allow-reply-to-individual-instead-of-topic-forum-mailing-list-feature/44905/20):
>
> After lots of support and help from others, I have finally sorted out the rawest form of how to accomplish this. It is presented below as a patch: diff --git a/lib/email/message\_builder.rb b/lib/email/message\_builder.rb index f099b11..2a69249 100644 --- a/lib/email/message\_builder.rb +++ b/lib/email/message\_builder.rb @@ -147,7 +147,15 @@ module Email if allow\_reply\_by\_email? result['X-Discourse-Reply-Key'] = reply\_key - result['Reply-To'] = reply\_by\_email\_address + …

Thanks to all who helped! Hopefully all the functions are this easy to find…

---

_[View the full topic](https://meta.discourse.org/t/a-list-of-server-side-functions-for-weekend-novice-discourse-developers/45259)._
