From 0d806cf660d0fce3fcddb024c68dc098401714f2 Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Wed, 1 Mar 2023 20:56:17 -0500 Subject: [PATCH 1/1] fix overlooked archive subols --- switch-mail-host | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2