mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-11 13:16:53 +00:00
refactor: remove dead code
This commit is contained in:
@ -45,6 +45,7 @@ func Parse(r io.Reader, key, keyName string) (m *pmapi.Message, mimeBody, plainB
|
||||
}
|
||||
|
||||
if key != "" {
|
||||
// TODO: This is currently broken!
|
||||
if err = attachPublicKey(p.Root(), key, keyName); err != nil {
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user