Page MenuHomePhabricator

Inbound Emails View Mail Body shows the wrong command
Closed, ResolvedPublic

Description

Phabricator Versions

phabricator
    8640ab5fc3e450efdbca4adb3601c7e60f048e36 (Tue, Dec 20) 
arcanist
    fad85844314b151994769a461825c90f7400c145 (Oct 22 2016) 
phutil
    5ac2ca1214890d865bc57fab2715a322fdf02ab6 (Tue, Dec 6)

On received inbound emails (in Maniphest), when clicked on the View Mail Body, the command shown is wrong:

For full details, run /bin/mail show-outbound --id xx

should be

For full details, run /bin/mail show-inbound --id xx

Event Timeline

Please read Contributing Bug Reports carefully, specifically we require a complete, easy to follow and under.stand, set of steps to reproduce the problem.

Sorry, Step By Step Guide:

  1. Send an email to a task in phabricator.
  2. Go to the task in phabaricator.
  3. Click View Mail Body
  4. The command shown is wrong.

For full details, run /bin/mail show-outbound --id xx

should be

For full details, run /bin/mail show-inbound --id xx

See the attached image:

task.png (642×1 px, 24 KB)

Funny, never knew we put that text in that drop down.

We could possibly remove it entirely since I think it isn't useful for 99% of users, but D17144 just fixes the command.