Please enable JavaScript in your browser!
Accueil
Explorer
Aide
Connexion
Abdullah
/
cfg
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
120009324e
Branches
Tags
charming
main
master
openbsd
weston
winter
v9.0
v8.0
v7.0
v6.0
v5.0
v4
v3
v2
v1.1
v1.0
cfg
/
zsh
/
.zsh
/
backup
/
mail.zsh
mail.zsh
99 B
Historique
Raw
1
2
3
4
5
6
7
function mailsnow {
mails=(~/.mail/Inbox/new/*(N))
(( $#mails )) && print ✉ $#mails
}