unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
blob 291c2358b8b84e945842793a6b752fbfb090003e 235 bytes (raw)
name: completion/zsh/_email-notmuch 	 # note: path name is non-authoritative(*)

1
2
3
4
5
6
7
8
9
 
#autoload

local expl
local -a notmuch_addr

notmuch_addr=( ${(f)"$(notmuch address --deduplicate=address --output=address -- $PREFIX'*')"} )

_description notmuch-addr expl 'email address (notmuch)'
compadd "$expl[@]" -a notmuch_addr

debug log:

solving 291c2358 ...
found 291c2358 in https://yhetil.org/notmuch/20180916222943.21250-1-look@my.amazin.horse/

applying [1/1] https://yhetil.org/notmuch/20180916222943.21250-1-look@my.amazin.horse/
diff --git a/completion/zsh/_email-notmuch b/completion/zsh/_email-notmuch
new file mode 100644
index 00000000..291c2358

Checking patch completion/zsh/_email-notmuch...
Applied patch completion/zsh/_email-notmuch cleanly.

index at:
100644 291c2358b8b84e945842793a6b752fbfb090003e	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).