fix overlooked archive subols
authorIan Kelling <ian@iankelling.org>
Thu, 2 Mar 2023 01:56:17 +0000 (20:56 -0500)
committerIan Kelling <ian@iankelling.org>
Thu, 2 Mar 2023 01:56:17 +0000 (20:56 -0500)
switch-mail-host

index 651c96ecc3a92d00e37cd50fc189d8a735e75db6..b6959f3a6ca3c34128799248512f1e07e0d1f6bd 100644 (file)
@@ -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