Gentoo Archives: gentoo-user

From: Walter Dnes <waltdnes@××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] mutt, with USE="gpg", can't open a signed message
Date: Wed, 25 Apr 2018 01:13:45
Message-Id: 20180425011320.GA30879@waltdnes.org
In Reply to: Re: [gentoo-user] mutt, with USE="gpg", can't open a signed message by Mick
1 On Fri, Apr 20, 2018 at 08:15:00PM +0100, Mick wrote
2
3 > Some of the mutt USE flags changed recently. I seem to recall
4 > some elog/ewarn message on this. Instead of USE=gpg and USE=smime,
5 > try USE=gpgme instead and then add:
6 >
7 > 'set crypt_use_gpgme=yes'
8 >
9 > in your /$HOME/.muttrc.
10
11 Thanks for the hints. I finally got it working. In package.use I have...
12
13 mail-client/mutt gpg gpgme mbox pop smtp -smime
14
15 "Interesting" item... "emerge -pv mutt" gives me...
16
17 [ebuild R ] mail-client/mutt-1.7.2::gentoo USE="gpg mbox pop smtp ssl -berkdb -crypt -debug -doc -gdbm (-gnutls) -idn -imap -kerberos -libressl -nls -nntp -notmuch -qdbm -sasl (-selinux) -sidebar -slang -smime -tokyocabinet -vanilla"
18
19 There is no mention of "gpgme" in the output... but... mutt-1.7.2.ebuild
20 contains...
21
22 ======================================
23 * In CDEPEND
24 gpg? ( >=app-crypt/gpgme-0.9.0:= )
25 ======================================
26
27 ======================================
28 * In src_configure() {
29 local myconf=(
30
31 "$(use_enable gpg gpgme)"
32 ======================================
33
34 The CDEPEND I can understand. The second item is a puzzler. How are
35 we supposed to know about the "gpgme" flag, if it doesn't show up under
36 "emerge -pv". By the way, my mutt config is in $HOME/.mutt/muttrc
37
38 --
39 Walter Dnes <waltdnes@××××××××.org>
40 I don't run "desktop environments"; I run useful applications

Replies

Subject Author
[gentoo-user] Re: mutt, with USE="gpg", can't open a signed message Ian Zimmerman <itz@××××××××××××.org>