From dd8648fcac4fc9c821a30fd2fb1f07099a65fbf4 Mon Sep 17 00:00:00 2001 From: hugues Date: Tue, 12 Sep 2006 03:03:35 +0000 Subject: Super conf qui tue git-svn-id: svn+ssh://hugues@maison/opt/svn/private/hugues@268 a0e5b806-a6f9-0310-978d-cbce73f8a913 --- host:paranoid/Aliases.zsh | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 host:paranoid/Aliases.zsh (limited to 'host:paranoid/Aliases.zsh') diff --git a/host:paranoid/Aliases.zsh b/host:paranoid/Aliases.zsh new file mode 100644 index 0000000..986ad6b --- /dev/null +++ b/host:paranoid/Aliases.zsh @@ -0,0 +1,16 @@ +#!/bin/zsh +## +## Part of configuration files for Zsh 4 +## by Hugues Hiegel +## +## 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' -- cgit v1.2.3