#!/bin/sh

exec >&2
cat <<EOS
${0##*/}: Don't panic!

You are using heavily patched unstable version of Mutt mail client.
Mutt authors are not responsible for anything, that could be broken
in this build, so don't bother them.  Instead, visit ALT Linux
Bugzilla on https://bugzilla.altlinux.org/ and fill a bug report
against mutt1.5 package.

You are using mutt1.5-1.5.21-alt2.qa1 RPM package.

So Long, and Thanks for All the Fish.
EOS
exit 1
