diff --git a/src/freedombone-app-bdsmail b/src/freedombone-app-bdsmail index a4110771..6b1b5a3d 100755 --- a/src/freedombone-app-bdsmail +++ b/src/freedombone-app-bdsmail @@ -164,6 +164,10 @@ function upgrade_bdsmail { make GOROOT=/home/go/go${GO_VERSION} chown -R i2psvc:i2psvc $BDSMAIL_DIR systemctl restart bdsmail + + if ! grep -q "$(bdsmail_domain)" /etc/skel/.mutt/bdsmail; then + bdsmail_update_domain + fi } function backup_local_bdsmail {