Hi
I’ve installed Mailpile on Ubuntu server 16.04 LTS following the instructions on hte website at https://www.mailpile.is/download/linux.html
When I type mailpile on terminal, I get the following message
Required binary missing or unusable: GnuPG/ga not found
If you know where it is, or would like to skip this test and run Mailpile
anyway, you can set one of the following environment variables:
MAILPILE_GNUPG/GA="/path/to/binary"
or
MAILPILE_IGNORE_BINARIES="GnuPG/ga"
Note that skipping a binary check may cause the app to become unstable or
fail in unexpected ways. If it breaks you get to keep both pieces!
I know where GPG exe is (/user/bin) so I have no reason to set MAILPILE_IGNORE_BINARIES. But one thing is sure : I can’t set MAILPILE_GNUPG/GA as it is not a syntaxicaly correct name, because of the ‘/’
What is the correct environnement variable to set ?