g:GPGExecutable currently forces --trust-model always in order to avoid the potentially costly trustdb update. This should instead use --no-auto-check-trustdb since that honors the user's trust model but still avoids the db check.
This should happen after any refactoring of how the gpg executable is specified, since g:GPGExecutable currently conflates the executable name along with one of the default arguments.
g:GPGExecutablecurrently forces--trust-model alwaysin order to avoid the potentially costly trustdb update. This should instead use--no-auto-check-trustdbsince that honors the user's trust model but still avoids the db check.This should happen after any refactoring of how the gpg executable is specified, since
g:GPGExecutablecurrently conflates the executable name along with one of the default arguments.