1. 17 11月, 2015 1 次提交
  2. 10 11月, 2015 1 次提交
  3. 27 5月, 2015 2 次提交
  4. 15 5月, 2015 1 次提交
  5. 13 2月, 2015 1 次提交
  6. 09 2月, 2015 1 次提交
  7. 26 1月, 2015 1 次提交
  8. 18 6月, 2014 1 次提交
  9. 10 6月, 2014 1 次提交
    • P
      Send notification emails to the "project", and put people in Cc · 466b768b
      Pierre de La Morinerie 提交于
      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.
      466b768b
  10. 02 4月, 2014 3 次提交