X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=etc%2Fzsh%2Fzshrc;h=22b319588fd885ed8fc4188cd619a3519ef1a115;hb=a4eb95c9fe6ef6fdfa8ec38e8f5d0392460e8c5a;hp=e007b655cbf74b6ee44e8b39b2288028baa6667f;hpb=c9b2d70682cd126f2ee52e2fb593a33ae0c55e8e;p=grml-etc-core.git diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index e007b65..22b3195 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -3443,19 +3443,6 @@ exirename() { fi } -# get_ic() - queries imap servers for capabilities; real simple. no imaps -ic_get() { - emulate -L zsh - local port - if [[ ! -z $1 ]] ; then - port=${2:-143} - print "querying imap server on $1:${port}...\n"; - print "a1 capability\na2 logout\n" | nc $1 ${port} - else - print "usage:\n $0 [port]" - fi -} - #f5# Change the xterm title from within GNU-screen xtrename() { emulate -L zsh