Add mail categories support
This commit is contained in:
@@ -510,7 +510,8 @@ public class MailFetchingTests : IAsyncLifetime
|
||||
preferencesService.Object,
|
||||
contactPictureFileService.Object);
|
||||
|
||||
var folderService = new FolderService(db, accountService);
|
||||
var mailCategoryService = new MailCategoryService(db);
|
||||
var folderService = new FolderService(db, accountService, mailCategoryService);
|
||||
var contactService = new ContactService(db);
|
||||
var sentMailReceiptService = new SentMailReceiptService(db, folderService, accountService);
|
||||
|
||||
@@ -522,6 +523,7 @@ public class MailFetchingTests : IAsyncLifetime
|
||||
signatureService.Object,
|
||||
mimeFileService.Object,
|
||||
preferencesService.Object,
|
||||
sentMailReceiptService);
|
||||
sentMailReceiptService,
|
||||
mailCategoryService);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user