Files
gitlabhq/spec
Pierre de La Morinerie 466b768bb3 Send notification emails to the "project", and put people in Cc
This fixes email threading in Mail.app, that doesn't like when a thread
doesn't have stable recipients.

For instance, here is a possible sender-recipient combinations before:

From: A
To: Me
New issue

From: B
To: Me
Reply on new issue

From: A
To: Me
Another reply

Mail.app doesn't see B as a participant to the original email thread,
and decides to break the thread: it will group all messages from A
together, and separately all messages from B.

This commit makes the thread look like this:

From: A
To: gitlab/project
Cc: Me
New issue

From: B
To: gitlab/project
Cc: Me
Reply on new issue

From: A
To: gitlab/project
Cc: Me
Another reply

Mail.app sees a common recipient, and group the thread correctly.
2014-06-10 17:09:15 +02:00
..
2014-05-26 15:58:03 +02:00
2014-04-09 15:05:03 +03:00
2014-06-08 23:27:57 +02:00
2014-05-14 19:13:06 +02:00
2014-06-08 23:36:09 +02:00
2014-04-03 16:35:33 +02:00
2014-06-08 23:42:09 +02:00
2014-01-23 14:38:23 +02:00
2014-06-06 19:55:49 +02:00