<<< Date Index >>>     <<< Thread Index >>>

Re: [PATCH] crypt-gpgme: don't use gpg_* directly



On Fri, Sep 24, 2010 at 03:39:13PM +0400, Roman Kagan wrote:
# HG changeset patch
# User Roman Kagan <rkagan@xxxxxxx>
# Date 1285320318 -14400
# Node ID 01731fb1884ea0e1eaf9008ea9c70804b66f2363
# Parent  f467353f5657d9504dc5924fefc804fadc586f57
crypt-gpgme: don't use gpg_* directly

Since mutt uses gpgme, it should access all gpg functionality via gpgme_*
interfaces.  Otherwise link problems (either link errors or unnecessary
dependencies) arise.

Applied, thanks. I'd noticed this problem on Fedora because gpgme-config didn't add -lgpg-error like it does in Debian/Ubuntu. I hadn't realized there was a gpgme_strerror().

me