mirror of
https://github.com/moparisthebest/mail
synced 2024-11-26 10:52:17 -05:00
Say no to drugs
This commit is contained in:
parent
3e80138a10
commit
22d42358e4
@ -133,9 +133,6 @@ define(function(require) {
|
||||
address: replyTo
|
||||
});
|
||||
$scope.to.forEach($scope.verify);
|
||||
if (re.references) {
|
||||
|
||||
}
|
||||
|
||||
$scope.references = (re.references || []);
|
||||
if (re.id && $scope.references.indexOf(re.id) < 0) {
|
||||
@ -662,4 +659,4 @@ define(function(require) {
|
||||
});
|
||||
|
||||
return WriteCtrl;
|
||||
});
|
||||
});
|
Loading…
Reference in New Issue
Block a user