summaryrefslogtreecommitdiffstats
path: root/Kernel/System/DefaultRecipient.pm
Commit message (Collapse)AuthorAgeFilesLines
* Add possibility to also drop preselected CcHEADv1.0.3masterAlexander Sulfrian2016-05-241-18/+21
|
* Rename table columns.Alexander Sulfrian2015-01-251-3/+3
| | | | | "to" is a reserved word in postgres and so it could not used as column name.
* Remove the add prefix in AddTo, AddCc and AddBcc.Alexander Sulfrian2015-01-251-14/+14
|
* Add AddCc and AddBcc.Alexander Sulfrian2015-01-251-12/+19
| | | | | AddBcc does not work because the default template does not support to prefill the bcc.
* Rename NewAddress to AddTo.Alexander Sulfrian2015-01-251-8/+8
|
* 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.