GermanCoding / Roundcube_TLS_Icon

Roundcube plugin that displays a lock icon next to the subject line, showing the encryption state of an inbound mail
Other
11 stars 4 forks source link

Fix leading space when fetch_headers is empty (fixes #15) #16

Closed GermanCoding closed 1 year ago

GermanCoding commented 1 year ago

Looks like we got this slightly wrong. The trim was supposed to be there to cut off any trailing or leading spaces, but we accidentally changed that. We did have test coverage for this, but it was the other way around.

Fixes #15