colour stuff in the alias to avoid misguiding the column width
This commit is contained in:
parent
6964db0504
commit
6a1d41d37d
@ -3,4 +3,4 @@ Alternate-Mailboxes: Felix Van der Jeugt <Felix.VanderJeugt@ugent.be>,Felix Van
|
||||
Sendmail: msmtp -t
|
||||
FQDN: mantle
|
||||
Outbox: /data/mail/outbox
|
||||
Scan-Format: [38;5;119m%c%u[0m %3n [90m%d[0m %17f [38;5;148m%i%S[0m
|
||||
Scan-Format: %c%u %3n %d %17f %i%S
|
||||
|
2
yashrc
2
yashrc
@ -65,7 +65,7 @@ alias marchive="mflag -fSt"
|
||||
alias mspam="mflag -fST"
|
||||
alias mkeep="mflag -FSt"
|
||||
alias munread="mdirs /data/mail | mlist -nds | mseq -S && mscan"
|
||||
alias minbox="mdirs /data/mail | mlist -ndt | mpick -t 'flagged || ! seen' | msort -d | mthread | mseq -S && MBLAZE_PAGER=cat mscan"
|
||||
alias minbox="mdirs /data/mail | mlist -ndt | mpick -t 'flagged || ! seen' | msort -d | mthread | mseq -S && mscan | sed 's/^\(...\)\(...\) \(..........\) \(.................\) \(.*\)$/$(tput setaf 119)\1$(tput sgr0)\2 $(tput setaf 8)\3$(tput sgr0) \4 $(tput setaf 148)\5$(tput sgr0)/'"
|
||||
export MBLAZE_PAGER='less -RF'
|
||||
|
||||
# There is only one vis
|
||||
|
Loading…
Reference in New Issue
Block a user