zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: _spamassassin
@ 2001-12-09 18:15 Clint Adams
  0 siblings, 0 replies; only message in thread
From: Clint Adams @ 2001-12-09 18:15 UTC (permalink / raw)
  To: zsh-workers

Completion for spamassassin.

Index: Completion/Unix/Command/.distfiles
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/.distfiles,v
retrieving revision 1.13
diff -u -r1.13 .distfiles
--- Completion/Unix/Command/.distfiles	2001/11/29 17:58:51	1.13
+++ Completion/Unix/Command/.distfiles	2001/12/09 18:14:54
@@ -15,5 +15,5 @@
 _dict         _grep         _lzop         _prcs         _tiff         _elm
 _diff         _gs           _make         _psutils      _tin	_apm  _mail
 _last         _loadkeys     _modutils     _ruby         _sysctl _links _samba
-_user_admin   _rsync        _arping
+_user_admin   _rsync        _arping	  _spamassassin
 '
Index: Completion/Unix/Command/_spamassassin
===================================================================
RCS file: _spamassassin
diff -N _spamassassin
--- /dev/null	Thu May 24 22:33:05 2001
+++ _spamassassin	Sun Dec  9 10:14:54 2001
@@ -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'


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-12-09 18:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-12-09 18:15 PATCH: _spamassassin Clint Adams

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).