Corrected bug

This commit is contained in:
Christian Wolf 2021-11-22 14:02:05 +01:00
parent 48e0d1702e
commit c43915f90b

View File

@ -85,7 +85,7 @@ do
continue
fi
if ! echo "$suffix" | grep 'F' > /dev/null ; then
if echo "$suffix" | grep 'F' > /dev/null ; then
# echo Flagged Mail $l
continue
fi