From: Fabian Groffen Date: Tue, 12 Apr 2016 18:57:10 +0000 (+0200) Subject: mail-client/mutt: add elog about changed option names for sidebar X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=d2a278ff26554395655c1e0027f256434770d272;p=gentoo.git mail-client/mutt: add elog about changed option names for sidebar Package-Manager: portage-2.2.28-prefix --- diff --git a/mail-client/mutt/mutt-1.6.0-r1.ebuild b/mail-client/mutt/mutt-1.6.0-r1.ebuild index eaba6bd79049..d4947fc65ba3 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 }