summaryrefslogtreecommitdiff
path: root/host:paranoid/Aliases.zsh
blob: 986ad6b21d48e9b94a738264a003c88d0df37339 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/zsh
##
## Part of configuration files for Zsh 4
## by Hugues Hiegel <hugues@nullpart.net>
## 
## NO WARRANTY PROVIDED, USE AT YOUR OWN RISKS
##
## You are encouraged to use, modify, and redistribute
## these files with or without this notice.
## 

## Paranoid specifics aliases

a mailstat='\mailstat -o ~/.procmail/procmail.log | egrep -v "## procmail:"'
a mails='\mailstat -k ~/.procmail/procmail.log | egrep -v "## procmail:" ; cat ~/.procmail/procmail.log >> ~/.procmail/procmail.log.old ; echo -n > ~/.procmail/procmail.log'
a junkmail='mutt -f ~/Mail/junk.gz'