zsh-workers
 help / color / mirror / code / Atom feed
68115694fdc73b765079b848e90e8f3f2adaf7ff blob 555 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
 
#compdef postsuper

_postfix_queue_id() {
  compadd "$@" -- ${${(M)${(f)"$(_call_program mailq 'mailq')"}:#(#s)([0-9A-F]##)*}/(#s)(#b)([0-9A-F]##)*/$match[1]}
}

case $service in
	(postsuper)
	_arguments -C \
	'-p[purge old tempfiles]' \
	'-s[structure check and repair]' \
	'-v[verbose]' \
	'-c[configdir]:config dir:_files -/' \
	'-d[delete]:queue id:_postfix_queue_id' \
	'-h[hold]:queue id:_postfix_queue_id' \
	'-H[release]:queue id:_postfix_queue_id' \
	'-r[requeue]:queue id:_postfix_queue_id' \
	'1:queue:(hold incoming active deferred)'
	;;
esac
debug log:

solving 6811569 ...
found 6811569 in https://git.vuxu.org/mirror/zsh/

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

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 NNTP newsgroup(s).