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
113 stars 36 forks source link

Fix test-autocrypt for Crypto disabled and gpg or gpg2 not available #105

Closed fdanis-oss closed 3 years ago

fdanis-oss commented 3 years ago

Checking existence of gpg or gpg2 and gpghome setup are only requested if Crypto support is enabled, like for the destruction of gpghome.

jstedfast commented 3 years ago

Thanks!