mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-03 14:37:02 +03:00
Bugfix handling attachments MIME type / content-type as it was broken.
This commit is contained in:
parent
ee5fb1a83e
commit
f4448635d1
12 changed files with 461 additions and 302 deletions
|
|
@ -69,8 +69,8 @@ export class OpenPgpImportPopupView extends AbstractViewPopup {
|
|||
this.close();
|
||||
}
|
||||
|
||||
onShow() {
|
||||
this.key('');
|
||||
onShow(key) {
|
||||
this.key(key || '');
|
||||
this.keyError(false);
|
||||
this.keyErrorMessage('');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue