From: Frank Terbeck Date: Mon, 28 Nov 2011 21:11:29 +0000 (+0100) Subject: zshrc: Remove mkmaildir X-Git-Url: https://git.grml.org/?a=commitdiff_plain;h=6a5d48ecf0fc736012b4c178f7ebb18ed44fc143;p=grml-etc-core.git zshrc: Remove mkmaildir Signed-off-by: Frank Terbeck --- 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