Page MenuHomePhabricator

Remove inconsistent and confusing use of the term "multiplex" in mail
ClosedPublic

Authored by epriestley on Feb 5 2018, 6:40 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Jun 17, 1:08 AM
Unknown Object (File)
May 20 2025, 7:31 AM
Unknown Object (File)
May 7 2025, 5:06 AM
Unknown Object (File)
Apr 22 2025, 10:00 PM
Unknown Object (File)
Apr 19 2025, 2:25 AM
Unknown Object (File)
Apr 16 2025, 5:07 PM
Unknown Object (File)
Apr 1 2025, 10:19 AM
Unknown Object (File)
Mar 23 2025, 1:20 PM
Subscribers
None

Details

Summary

Ref T13053. Because I previously misunderstood what "multiplex" means, I used it in various contradictory and inconsistent ways.

We can send mail in two ways: either one mail to everyone with a big "To" and a big "Cc" (not default; better for mailing lists) or one mail to each recipient with just them in "To" (default; better for almost everything else).

"Multiplexing" is combining multiple signals over a single channel, so it more accurately describes the big to/cc. However, it is sometimes used to descibe the other approach. Since it's ambiguous and I've tainted it through misuse, get rid of it and use more clear language.

(There's still some likely misuse in the SMS stuff, and a couple of legitimate uses in other contexts.)

Test Plan

Grepped for multiplex, saw less of it.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable