jaromail

a commandline tool to easily and privately handle your e-mail
git clone git://parazyd.org/jaromail.git
Log | Files | Refs | Submodules | README

zaw-jaromail.plugin.zsh (279B)


      1 #!/usr/bin/env zsh
      2 
      3 if [[ -n $(declare -f -F zaw-register-src) ]]; then
      4     here=${${0:A}:h}
      5     for fn in $(ls $here/sources/); do
      6         source $here/sources/$fn
      7     done
      8 else
      9     echo "zaw-jaromail is not loaded since zaw is not loaded."
     10     echo "Please load zaw first."
     11 fi