### vim:ft=zsh:foldmethod=marker
### local settings (not included in my config-tarball)
###
### Frank Terbeck <ft@bewatermyfriend.org>
### Last-Modified: Thu Jan 17 22:33:16 2008
###
### URI: <http://ft.bewatermyfriend.org/comp/zsh.html>
###

### mailbox settings
unset MAIL
if [[ -z $DISPLAY ]] ; then
    ### if X is running, I got wmbiff running anyway.
    mailpath=(
        ${HOME}/Mail/System'?New system mail(s) in $_'
        ${HOME}/Mail/Inbox'?New mail(s) in Inbox'
    )
fi