From: Ian Kelling Date: Thu, 2 Mar 2023 01:56:17 +0000 (-0500) Subject: fix overlooked archive subols X-Git-Url: https://iankelling.org/git/?p=distro-setup;a=commitdiff_plain;h=0d806cf660d0fce3fcddb024c68dc098401714f2 fix overlooked archive subols --- diff --git a/switch-mail-host b/switch-mail-host index 651c96e..b6959f3 100644 --- a/switch-mail-host +++ b/switch-mail-host @@ -57,7 +57,7 @@ fi mail_only=false host2_only=false force=false -mp_args="-m /o,/q,/a" +mp_args="-m /o,/a,/ar,/q,/qr" temp=$(getopt -l force,help ioh "$@") || usage 1 eval set -- "$temp" while true; do