Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13984650
D8367.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
781 B
Referenced Files
None
Subscribers
None
D8367.diff
View Options
Index: src/applications/differential/editor/DifferentialTransactionEditor.php
===================================================================
--- src/applications/differential/editor/DifferentialTransactionEditor.php
+++ src/applications/differential/editor/DifferentialTransactionEditor.php
@@ -755,6 +755,12 @@
return PhabricatorEnv::getEnvConfig('metamta.differential.subject-prefix');
}
+ protected function getMailThreadID(PhabricatorLiskDAO $object) {
+ // This is nonstandard, but retains threading with older messages.
+ $phid = $object->getPHID();
+ return "differential-rev-{$phid}-req";
+ }
+
protected function buildReplyHandler(PhabricatorLiskDAO $object) {
return id(new DifferentialReplyHandler())
->setMailReceiver($object);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Oct 21, 2:55 PM (4 w, 1 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6739562
Default Alt Text
D8367.diff (781 B)
Attached To
Mode
D8367: Improve threading of new and old Differential mail
Attached
Detach File
Event Timeline
Log In to Comment