1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-22 10:18:48 +02:00
phorge-phorge/src/applications/differential
epriestley c458768415 Fix various threading issues, particularly in Gmail
Summary:
  - Add an explicit multiplexing option, and enable it by default. This is necessary for Mail.app to coexist with other clients ("Re:" breaks outlook at the very least, and generally sucks in the common case), and allows users with flexible clients to enable subject variance.
  - Add an option for subject line variance. Default to not varying the subject, so mail no longer says [Committed], [Closed], etc. This is so the defaults thread correctly in Gmail (not entirely sure this actually works).
  - Add a preference to enable subject line variance.
  - Unless all mail is multiplexed, don't enable or respect the "Re" or "vary subject" preferences. These are currently shown and respected in non-multiplex cases, which creates inconsistent results.

NOTE: @jungejason @nh @vrana This changes the default behavior (from non-multiplexing to multiplexing), and might break Facebook's integration. You should be able to keep the same behavior by setting the options appropriately, although if you can get the new defaults working they're probably better.

Test Plan:
Send mail from Maniphest, Differential and Audit. Updated preferences. Enabled/disabled multiplexing. Things seem OK?

NOTE: I haven't actually been able to repro the Gmail threading issue so I'm not totally sure what's going on there, maybe it started respecting "Re:" (or always has), but @cpiro and @20after4 both reported it independently. This fixes a bunch of bugs in any case and gives us more conservative set of defaults.

I'll see if I can buff out the Gmail story a bit but every client is basically a giant black box of mystery. :/

Reviewers: btrahan, vrana, jungejason, nh

Reviewed By: btrahan

CC: cpiro, 20after4, aran

Maniphest Tasks: T1097, T847

Differential Revision: https://secure.phabricator.com/D2206
2012-04-12 09:31:03 -07:00
..
constants Improve Diffusion parsing of submoudule changes 2012-03-07 14:24:43 -08:00
controller Display cursor hand on line number in revision but not in standalone view 2012-04-10 15:05:54 -07:00
data/revisionlist Add "final" to more classes 2012-03-13 11:18:11 -07:00
editor Improve DifferentialRevisionQuery and add the ability to query by arcanist project 2012-04-10 12:51:34 -07:00
exception Improve behavior when user submits a no-op action in Differential 2012-01-15 03:44:09 -08:00
field Fix null test plan database error 2012-04-10 16:54:05 -07:00
mail Fix various threading issues, particularly in Gmail 2012-04-12 09:31:03 -07:00
parser/changeset Fix whitespace 2012-04-09 16:57:17 -07:00
query/revision Improve DifferentialRevisionQuery and add the ability to query by arcanist project 2012-04-10 12:51:34 -07:00
replyhandler Unfinal "DifferentialReplyHandler" 2012-03-15 14:16:32 -07:00
storage Improve DifferentialRevisionQuery and add the ability to query by arcanist project 2012-04-10 12:51:34 -07:00
tasks Enable updating task->revision assoc 2011-04-26 19:14:47 -07:00
view Display cursor hand on line number in revision but not in standalone view 2012-04-10 15:05:54 -07:00