If you want to delete all local emails on Linux (for example system messages)
Run the following command in the terminal
echo 'd *' | mail -N
If you want to delete all local emails on Linux (for example system messages)
Run the following command in the terminal
echo 'd *' | mail -N