Compare commits

...

2 Commits

Author SHA1 Message Date
Felix Van der Jeugt e039c7f835
page mshow and other mblaze tools 2021-09-21 21:51:56 +02:00
Felix Van der Jeugt 462cab4fb3
color mscan output 2021-09-21 21:51:35 +02:00
2 changed files with 2 additions and 1 deletions

View File

@ -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: %c%u %3n %d %17f %i%S
Scan-Format: %c%u %3n %d %17f %i%S

1
yashrc
View File

@ -66,6 +66,7 @@ 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 && mscan"
export MBLAZE_PAGER='less -RF'
# There is only one vis
alias vim="vis"