#!/bin/sh

set -e

. /usr/share/debconf/confmodule

if [ "$2" ] && dpkg --compare-versions "$2" lt 0.63a ; then
        db_input high wmmail/conf_format_change || true
        db_go
fi
