Bugfix handling attachments MIME type / content-type as it was broken.

This commit is contained in:
the-djmaze 2022-11-16 15:14:00 +01:00
parent ee5fb1a83e
commit f4448635d1
12 changed files with 461 additions and 302 deletions

View file

@ -69,8 +69,8 @@ export class OpenPgpImportPopupView extends AbstractViewPopup {
this.close();
}
onShow() {
this.key('');
onShow(key) {
this.key(key || '');
this.keyError(false);
this.keyErrorMessage('');
}