Keep Import-Export credits up to date

This commit is contained in:
Pavel Škoda
2020-08-17 10:28:10 +02:00
committed by Michal Horejsek
parent 658ead9fb3
commit df80e7eb27
6 changed files with 21 additions and 61 deletions

View File

@ -112,7 +112,6 @@ type ImportExporter interface {
GetRemoteImporter(string, string, string, string, string) (*transfer.Transfer, error)
GetEMLExporter(string, string) (*transfer.Transfer, error)
GetMBOXExporter(string, string) (*transfer.Transfer, error)
SetCurrentOS(os string)
ReportBug(osType, osVersion, description, accountName, address, emailClient string) error
ReportFile(osType, osVersion, accountName, address string, logdata []byte) error
}