diff --git a/src/frontend/plugins/mail-editor/mail-editor.component.ts b/src/frontend/plugins/mail-editor/mail-editor.component.ts
index c8d5192ffc43ed9f85ed493bb3d11b51312ba94d..8b6a324ca1f76f1884d53ee5b57ee06e6322979e 100644
--- a/src/frontend/plugins/mail-editor/mail-editor.component.ts
+++ b/src/frontend/plugins/mail-editor/mail-editor.component.ts
@@ -307,7 +307,7 @@ export class MailEditorComponent implements OnInit, OnDestroy {
                             this.emailAttach.document.chrono = data.document.resource.chrono;
                         }
                     });
-
+                    await this.getAttachElements(false);
                     resolve(true);
                 }),
                 catchError((err) => {