mirror of
https://github.com/moparisthebest/mail
synced 2024-12-23 07:48:48 -05:00
add comment
This commit is contained in:
parent
342105cb4c
commit
c5aadc9c01
@ -50,6 +50,10 @@ define(function(require) {
|
||||
$scope.accountOpen = false;
|
||||
};
|
||||
|
||||
//
|
||||
// Outbox checker
|
||||
//
|
||||
|
||||
$scope.emptyOutbox = function() {
|
||||
var dbType = 'email_OUTBOX',
|
||||
outbox = _.findWhere($scope.folders, {
|
||||
|
Loading…
Reference in New Issue
Block a user