@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix typo "recipeint" in metamta.one-mail-per-recipient description

Test Plan: Go to `/config/settings/all` and look at the description of `metamta.one-mail-per-recipient`

Reviewers: O1 Blessed Committers, valerio.bozzolan

Reviewed By: O1 Blessed Committers, valerio.bozzolan

Subscribers: speck, tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Differential Revision: https://we.phorge.it/D25311

+1 -1
+1 -1
src/applications/config/option/PhabricatorMetaMTAConfigOptions.php
··· 227 227 pht( 228 228 'Controls whether email for multiple recipients is sent by '. 229 229 'creating one message with everyone in the "To:" line, or '. 230 - 'multiple messages that each have a single recipeint in the '. 230 + 'multiple messages that each have a single recipient in the '. 231 231 '"To:" line.')) 232 232 ->setDescription($one_mail_per_recipient_desc), 233 233 $this->newOption('metamta.can-send-as-user', 'bool', false)