From 6a5d48ecf0fc736012b4c178f7ebb18ed44fc143 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 52d5885..0632dd1 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -3455,16 +3455,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