X-Git-Url: https://git.grml.org/?a=blobdiff_plain;ds=sidebyside;f=etc%2Fzsh%2Fzshrc;h=b052fa38cda9df1f8b2f2443915f66be8ec48c2b;hb=9cba4f97f5c360cc8e218fe6beb029b57693eb24;hp=0632dd1a4a8cb00af382e8af11d0964bd01182cd;hpb=6a5d48ecf0fc736012b4c178f7ebb18ed44fc143;p=grml-etc-core.git diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 0632dd1..b052fa3 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -3442,19 +3442,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