On Fri, Apr 20, 2018 at 08:15:00PM +0100, Mick wrote > Some of the mutt USE flags changed recently. I seem to recall > some elog/ewarn message on this. Instead of USE=gpg and USE=smime, > try USE=gpgme instead and then add: > > 'set crypt_use_gpgme=yes' > > in your /$HOME/.muttrc.
Thanks for the hints. I finally got it working. In package.use I have... mail-client/mutt gpg gpgme mbox pop smtp -smime "Interesting" item... "emerge -pv mutt" gives me... [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" There is no mention of "gpgme" in the output... but... mutt-1.7.2.ebuild contains... ====================================== * In CDEPEND gpg? ( >=app-crypt/gpgme-0.9.0:= ) ====================================== ====================================== * In src_configure() { local myconf=( "$(use_enable gpg gpgme)" ====================================== The CDEPEND I can understand. The second item is a puzzler. How are we supposed to know about the "gpgme" flag, if it doesn't show up under "emerge -pv". By the way, my mutt config is in $HOME/.mutt/muttrc -- Walter Dnes <waltd...@waltdnes.org> I don't run "desktop environments"; I run useful applications