mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 10:58:10 +01:00
10 lines
239 B
Text
10 lines
239 B
Text
|
#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
|