We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e8e97e commit 396b21dCopy full SHA for 396b21d
server/scripts/handle_mailbox_soft_deleted.sh
@@ -8,7 +8,7 @@ ls /var/vmail/*/[a-z0-9.-]*-deleted-[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9
8
if [ $? != 0 ]; then
9
exit 0;
10
fi
11
-
+
12
function remove_soft_deleted_mailbox {
13
dir=$1
14
0 commit comments