X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=etc%2Fzsh%2Fzshrc;h=0632dd1a4a8cb00af382e8af11d0964bd01182cd;hb=6a5d48ecf0fc736012b4c178f7ebb18ed44fc143;hp=52d58856acffd92961c77aa8a784218ffd6be3db;hpb=cdc60a2803c892946eebb0400d50e0c2217d31f9;p=grml-etc-core.git 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