jstedfast / gmime

A C/C++ MIME creation and parser library with support for S/MIME, PGP, and Unix mbox spools.
GNU Lesser General Public License v2.1
118 stars 38 forks source link

Autocrypt: move keydata to GBytes instead of GByteArray #28

Closed dkg closed 6 years ago

dkg commented 6 years ago

There's no reason that the keydata should be mutable, so use GBytes instead.

coveralls commented 6 years ago

Coverage Status

Coverage increased (+0.02%) to 57.342% when pulling 5623884b11d963e17a218751839ab3a6c6cbc8f2 on dkg:autocrypt-gbytes into 9d8949c91c38c7d195a707832a1adbcee63eca21 on jstedfast:master.