mail.zsh 99 B

1234567
  1. function mailsnow {
  2. mails=(~/.mail/Inbox/new/*(N))
  3. (( $#mails )) && print ✉ $#mails
  4. }