commit: d2a278ff26554395655c1e0027f256434770d272
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 12 18:57:10 2016 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Tue Apr 12 18:57:32 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2a278ff
mail-client/mutt: add elog about changed option names for sidebar
Package-Manager: portage-2.2.28-prefix
mail-client/mutt/mutt-1.6.0-r1.ebuild | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/mail-client/mutt/mutt-1.6.0-r1.ebuild
b/mail-client/mutt/mutt-1.6.0-r1.ebuild
index eaba6bd..d4947fc 100644
--- a/mail-client/mutt/mutt-1.6.0-r1.ebuild
+++ b/mail-client/mutt/mutt-1.6.0-r1.ebuild
@@ -267,5 +267,11 @@ pkg_postinst() {
elog "the Gentoo QuickStart Guide to Mutt E-Mail:"
elog " https://wiki.gentoo.org/wiki/Mutt"
echo
+ elif use sidebar ; then
+ echo
+ elog "The sidebar patch has changed config names, please see"
+ elog "the following page for a list of new names:"
+ elog
"http://www.neomutt.org/sidebar-intro.html#intro-sidebar-config-changes"
+ echo
fi
}