summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2017-12-30 11:10:27 +0100
committerFabian Groffen <grobian@gentoo.org>2017-12-30 11:11:10 +0100
commit42fb314b6f0c830483cd1e2871f0552c9844f678 (patch)
tree5f0f8102d9461e339d9bafd3c4300ee0e79b5f59 /mail-client
parentuse.desc: Remove unused 'kontact' flag (diff)
downloadgentoo-42fb314b6f0c830483cd1e2871f0552c9844f678.tar.gz
gentoo-42fb314b6f0c830483cd1e2871f0552c9844f678.tar.bz2
gentoo-42fb314b6f0c830483cd1e2871f0552c9844f678.zip
mail-client/mutt: add a word of warning about USE=gpgme
Package-Manager: Portage-2.3.18-prefix, Repoman-2.3.6
Diffstat (limited to 'mail-client')
-rw-r--r--mail-client/mutt/mutt-1.9.2.ebuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/mail-client/mutt/mutt-1.9.2.ebuild b/mail-client/mutt/mutt-1.9.2.ebuild
index 1c47717e522b..03eefdb98a49 100644
--- a/mail-client/mutt/mutt-1.9.2.ebuild
+++ b/mail-client/mutt/mutt-1.9.2.ebuild
@@ -271,4 +271,9 @@ pkg_postinst() {
ewarn " only enable gpgme."
fi
fi
+ if use gpgme ; then
+ ewarn "Note: in order for Mutt to actually use the gpgme backend"
+ ewarn " you MUST include 'set crypt_use_gpgme=yes' in .muttrc"
+ ewarn " https://dev.mutt.org/doc/manual.html#crypt-use-gpgme"
+ fi
}