projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9de7b16
)
mail-client/mutt: add a word of warning about USE=gpgme
author
Fabian Groffen
<grobian@gentoo.org>
Sat, 30 Dec 2017 10:10:27 +0000
(11:10 +0100)
committer
Fabian 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
patch
|
blob
|
history
diff --git
a/mail-client/mutt/mutt-1.9.2.ebuild
b/mail-client/mutt/mutt-1.9.2.ebuild
index 1c47717e522ba9cc7bb7c9f4fd9f60e990468ffe..03eefdb98a493bd156250b2a745f6ed99bdcaf70 100644
(file)
--- 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
}