minor changes

This commit is contained in:
grimhilt
2023-07-14 16:26:13 +02:00
parent f42d819e45
commit 0094783a4e
5 changed files with 10 additions and 5 deletions

View File

@@ -49,4 +49,5 @@ export default class MailBuilder {
this.message.subject = "RE: " + originSubject;
return this;
}
// https://cr.yp.to/immhf/thread.html
}