use aliases for minbox and munread
This commit is contained in:
parent
294c756468
commit
36faade27e
@ -1,5 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
mdirs /data/mail/ | mlist -F | mseq -S
|
|
||||||
mdirs /data/mail/ | mlist -s | mseq -A
|
|
||||||
msort -d | mthread | mseq -S
|
|
||||||
mscan
|
|
@ -3,5 +3,5 @@ if [ -z "$*" ]; then
|
|||||||
exec mmute .
|
exec mmute .
|
||||||
else
|
else
|
||||||
mseq "$@" | mshow -qh message-id:references:in-reply-to | grep -o '<[^>]*>' | cat ~/.mblaze/muted - | sort | uniq | sponge ~/.mblaze/muted
|
mseq "$@" | mshow -qh message-id:references:in-reply-to | grep -o '<[^>]*>' | cat ~/.mblaze/muted - | sort | uniq | sponge ~/.mblaze/muted
|
||||||
marchive "$@"
|
mflag -fSt "$@"
|
||||||
fi
|
fi
|
||||||
|
2
yashrc
2
yashrc
@ -65,6 +65,8 @@ alias ll="lr -Fl1Ghov"
|
|||||||
alias marchive="mflag -fSt"
|
alias marchive="mflag -fSt"
|
||||||
alias mspam="mflag -fST"
|
alias mspam="mflag -fST"
|
||||||
alias mkeep="mflag -FSt"
|
alias mkeep="mflag -FSt"
|
||||||
|
alias munread="mdirs /data/mail | mlist -s | mseq -S && mscan"
|
||||||
|
alias minbox="mdirs /data/mail | mlist -dt | mpick -t 'flagged || ! seen' | msort -d | mthread | mseq -S && mscan"
|
||||||
|
|
||||||
# There is only one vis
|
# There is only one vis
|
||||||
alias vim="vis"
|
alias vim="vis"
|
||||||
|
Loading…
Reference in New Issue
Block a user