I would like to be able to customize the layout of the emails phabricator sends to people who are watching tasks or projects. I should be able to rearrange the variables (task URL, type of change, nick of who changed it, change details, to list, cc list) in my template. I.e. something like this:
```
%date% %taskURL%
%nick% %change_short%
To add a comment or attachment, reply to this email.
%reason%
%recipients%
```
...would expand to...
```
2014-12-9 fab.org/T56
Bob added a comment.
--
Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign <username>.
--
You are receiving this notification because you are watching this task.
To: Caroline
CC: Bob, John, Oliver, ...
```