blob 3e157dd17350d2f731841c4af349b8725c59d665 240 bytes (raw)
name: completion/zsh/_email-notmuch # note: path name is non-authoritative(*)
1
2
3
4
5
6
7
8
9
10
| | #autoload
local expl
local -a notmuch_addr
notmuch_addr=( ${(f)"$(notmuch address -- $PREFIX'*')"} )
notmuch_addr=( ${${notmuch_addr##*<}%%>*} )
_description notmuch-addr expl 'email address (notmuch)'
compadd "$expl[@]" -a notmuch_addr
|
debug log:
solving 3e157dd1 ...
found 3e157dd1 in https://yhetil.org/notmuch/20180915223428.25961-1-look@my.amazin.horse/ ||
https://yhetil.org/notmuch/20180916124141.14851-2-david@tethera.net/
applying [1/1] https://yhetil.org/notmuch/20180915223428.25961-1-look@my.amazin.horse/
diff --git a/completion/zsh/_email-notmuch b/completion/zsh/_email-notmuch
new file mode 100644
index 00000000..3e157dd1
Checking patch completion/zsh/_email-notmuch...
Applied patch completion/zsh/_email-notmuch cleanly.
skipping https://yhetil.org/notmuch/20180916124141.14851-2-david@tethera.net/ for 3e157dd1
index at:
100644 3e157dd17350d2f731841c4af349b8725c59d665 completion/zsh/_email-notmuch
(*) Git path names are given by the tree(s) the blob belongs to.
Blobs themselves have no identifier aside from the hash of its contents.^
Code repositories for project(s) associated with this public inbox
https://yhetil.org/notmuch.git/
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).