mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-13 11:21:13 +02:00
16315: completion for spamassassin
This commit is contained in:
parent
1665c01ddb
commit
92c4da22ba
3 changed files with 22 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
2001-12-09 Clint Adams <clint@zsh.org>
|
||||
|
||||
* 16315: Completion/Unix/Command/.distfiles,
|
||||
Completion/Unix/Command/_spamassassin: completion for
|
||||
spamassassin.
|
||||
|
||||
2001-11-29 Clint Adams <clint@zsh.org>
|
||||
|
||||
* 16293: Completion/Unix/Command/.distfiles,
|
||||
|
|
|
@ -15,5 +15,5 @@ _dd _gprof _lynx _perldoc _telnet _pine
|
|||
_dict _grep _lzop _prcs _tiff _elm
|
||||
_diff _gs _make _psutils _tin _apm _mail
|
||||
_loadkeys _modutils _ruby _samba _sysctl _links
|
||||
_user_admin _rsync _arping
|
||||
_user_admin _rsync _arping _spamassassin
|
||||
'
|
||||
|
|
15
Completion/Unix/Command/_spamassassin
Normal file
15
Completion/Unix/Command/_spamassassin
Normal file
|
@ -0,0 +1,15 @@
|
|||
#compdef spamassassin
|
||||
|
||||
_arguments \
|
||||
'-P[pipe to STDOUT]' \
|
||||
'-e[error code on spam]' \
|
||||
'-h[help]' \
|
||||
'-t[test mode]' \
|
||||
'-r[report message as verified spam]' \
|
||||
'-w[set from addr of reply mail]:fromaddr:_user_at_host' \
|
||||
'-l[log to file]:filename:_files' \
|
||||
'-L[perform only local tests]' \
|
||||
'-d[remove SpamAssassin markup]' \
|
||||
'-c[config]:config file:_files' \
|
||||
'-p[score preferences]:preference file:_files' \
|
||||
'-D[diagnostic output'
|
Loading…
Reference in a new issue