zshrc: Move ic_get to skel/.zshrc
[grml-etc-core.git] / etc / zsh / zshrc
index e007b65..22b3195 100644 (file)
@@ -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 <imap-server> [port]"
-    fi
-}
-
 #f5# Change the xterm title from within GNU-screen
 xtrename() {
     emulate -L zsh