Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
fi
}
-# Process one e-mail stored in the $mbox temporary file
-process_mbox()
+separator()
{
if [ -n "$verbose" ]; then
printf "\n%s" "----------------------------------------------------" >&2
printf "%s\n\n" "----------------------------------------------------" >&2
fi
+}
+
+# Process one e-mail stored in the $mbox temporary file
+process_mbox()
+{
+ separator
# Make sure important headers are there
grep -i -q -- "^Message-Id:[[:blank:]]" "$mbox" ||