post_install() {
  echo "--"
  echo "To correct any issues with the default view type, use:"
  echo "Tools > Settings, Appearance: Message List, View Style: Table view or Cards view"
  echo "--"
}

post_upgrade() {
  post_install
}

