mail-client/mutt: add elog about changed option names for sidebar
authorFabian Groffen <grobian@gentoo.org>
Tue, 12 Apr 2016 18:57:10 +0000 (20:57 +0200)
committerFabian Groffen <grobian@gentoo.org>
Tue, 12 Apr 2016 18:57:32 +0000 (20:57 +0200)
Package-Manager: portage-2.2.28-prefix

mail-client/mutt/mutt-1.6.0-r1.ebuild

index eaba6bd7904995fcd2c29181b91994f7974a654b..d4947fc65ba3ad650d1f4154c5d2f7704f1620e5 100644 (file)
@@ -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
 }