mirror of
https://git.notmuchmail.org/git/notmuch
synced 2025-01-10 10:33:16 +01:00
126347b694
[dgit import orig notmuch_0.38.2.orig.tar.xz]
9 lines
239 B
Text
9 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
|