summaryrefslogtreecommitdiffstats
path: root/Kernel/System/DefaultRecipient.pm
Commit message (Collapse)AuthorAgeFilesLines
* Remove AddNew.Alexander Sulfrian2015-01-251-16/+12
| | | | | If you do not want to add a new recipient, simply leave the NewAddress field empty.
* Rename RemoveDefault to RemoveTo.Alexander Sulfrian2015-01-251-17/+17
|
* Fix hash returned by MappingList.Alexander Sulfrian2015-01-251-1/+1
| | | | | The keys in the hash returnged by MappingList should by the IDs of the other element type and not the ID of the mapping.
* Rename to DefaultRecipient.Alexander Sulfrian2015-01-241-0/+351
There are only two hard things in Computer Science: cache invalidation and naming things.