#!/bin/sh if [ $(find Maildir/cur/ -ctime -1 -type f -not \( -name '*:2,*S*' \) | wc -l) -ne 0 ] then printf "#[bg=#FF0000]courriel" echo fi