@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.

Correct a "bin/mail" command in "Show Raw Email" help text

Summary: Fixes T12068. These are inbound messages, not outbound.

Test Plan: Read carefully.

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T12068

Differential Revision: https://secure.phabricator.com/D17144

+1 -1
+1 -1
src/applications/transactions/controller/PhabricatorApplicationTransactionCommentRawController.php
··· 48 48 $title = pht('Email Body Text'); 49 49 $body = $message->getRawTextBody(); 50 50 $details_text = pht( 51 - 'For full details, run `/bin/mail show-outbound --id %d`', 51 + 'For full details, run `/bin/mail show-inbound --id %d`', 52 52 $source_id); 53 53 $addendum = new PHUIRemarkupView($viewer, $details_text); 54 54 }