mail-client/mutt: add a word of warning about USE=gpgme
authorFabian Groffen <grobian@gentoo.org>
Sat, 30 Dec 2017 10:10:27 +0000 (11:10 +0100)
committerFabian Groffen <grobian@gentoo.org>
Sat, 30 Dec 2017 10:11:10 +0000 (11:11 +0100)
Package-Manager: Portage-2.3.18-prefix, Repoman-2.3.6

mail-client/mutt/mutt-1.9.2.ebuild

index 1c47717e522ba9cc7bb7c9f4fd9f60e990468ffe..03eefdb98a493bd156250b2a745f6ed99bdcaf70 100644 (file)
@@ -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
 }