blob: 1cd0d78f7e95e87c4cafd000f1f968cdbd94546e (
plain)
#autoload
local expl
local -a notmuch_addr
notmuch_addr=( ${(f)"$(notmuch address --deduplicate=address --output=address -- from:/$PREFIX/)"} )
_description notmuch-addr expl 'email address (notmuch)'
compadd "$expl[@]" -a notmuch_addr
|