From c9b2d70682cd126f2ee52e2fb593a33ae0c55e8e Mon Sep 17 00:00:00 2001 From: Frank Terbeck Date: Mon, 28 Nov 2011 22:11:29 +0100 Subject: [PATCH] zshrc: Remove mkmaildir Signed-off-by: Frank Terbeck --- etc/zsh/zshrc | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 2169cc1..e007b65 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -3456,16 +3456,6 @@ ic_get() { fi } -# creates a Maildir/ with its {new,cur,tmp} subdirs -mkmaildir() { - emulate -L zsh - local root subdir - root=${MAILDIR_ROOT:-${HOME}/Mail} - if [[ -z ${1} ]] ; then print "Usage:\n $0 " ; return 1 ; fi - subdir=${1} - mkdir -p ${root}/${subdir}/{cur,new,tmp} -} - #f5# Change the xterm title from within GNU-screen xtrename() { emulate -L zsh -- 2.1.4