#autoload
#
# _recipients - zsh completion function
#
# Colin J. Wynne <cwynne@avtokrator.org>

if [[ ${+_recipients} -eq 0 ]]; then

	typeset -agU _recipients

	_recipients=( $(find-addr ~/.bbdb) )

fi

local expl

_wanted recipients expl 'mail recipients' compadd -a _recipients