I struggled with a similar requirement to organize / group emails regarding the same review request in the form of a conversation that could be folded / unfolded similar to the following image <https://goo.gl/images/xT1rmR>. Finally, I applied a workaround however, I would like to do it in the right way so I would be grateful for suggestions on how to solve it. Maybe Christian could help?
W dniu czwartek, 6 kwietnia 2017 11:28:53 UTC+2 użytkownik Lukasz napisał: > > Hello, > is it possible to merge all kind of Review Board email notifications into > one thread (viewable in client, ex. Outlook as conversation)? > > We have a couple of email types: review, update, discard, submit etc. and > only one type - [UPDATED] works always correctly as a thread/conversation. > Rest of emails are coming to our mailboxes separately what makes people > unhappy because of spam ;) > > Problem occurs even if I set headers (email.py) to > review_request.email_message_id: > > if in_reply_to: > headers['In-Reply-To'] = in_reply_to > headers['References'] = in_reply_to > > I wonder why discard/submit emails are not merged - notice that as review > request 'updated' notification, they are sent through *send_review_mail * > method. > I also noticed that in correct threads headers 'Message-ID' and next > message 'In-Reply-To' are not matching. > > Was there some fix for it or you can suggest us how to set up headers > 'In-Reply-To' and 'References' for email threads? > > Best regards, > Lukasz > > > -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review Board for you? Check out RBCommons: https://rbcommons.com/ Happy user? Let us know! https://www.reviewboard.org/users/ --- You received this message because you are subscribed to the Google Groups "reviewboard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
