chore: merge release/Quebec into devel

This commit is contained in:
Jakub
2023-04-05 13:55:22 +02:00
14 changed files with 532 additions and 64 deletions

View File

@ -140,7 +140,7 @@ func (user *User) sendMail(authID string, from string, to []string, r io.Reader)
}
// Parse the message we want to send (after we have attached the public key).
message, err := message.ParseWithParser(parser)
message, err := message.ParseWithParser(parser, false)
if err != nil {
return fmt.Errorf("failed to parse message: %w", err)
}