flag only unseen messages

This commit is contained in:
Felix Van der Jeugt 2021-03-16 10:47:31 +01:00
parent bc14edc71c
commit da17f79fec
No known key found for this signature in database
GPG key ID: 58B209295023754D
4 changed files with 27 additions and 30 deletions

9
yashrc
View file

@ -52,13 +52,14 @@ unset GREEN
unset RESET
# Color ls
# ls_() {
# lr -1FGG "$@" | git column --mode=dense --padding=3
# }
# alias ls="ls_"
alias ls="ls --color=auto"
alias ll="lr -Fl1Ghov"
# Email
alias marchive="mflag -fSt"
alias mspam="mflag -fST"
alias mkeep="mflag -FSt"
# There is only one vis
alias vim="vis"
alias vi="vis"