zsh-workers
 help / color / mirror / code / Atom feed
* bug: getmail completion does not handle exclusive options
@ 2007-01-21 15:06 arno.
  0 siblings, 0 replies; only message in thread
From: arno. @ 2007-01-21 15:06 UTC (permalink / raw)
  To: zsh-workers

[-- Attachment #1: Type: text/plain, Size: 1902 bytes --]

Hi,
I made an error in _getmail completion (zsh-workers 22907)

Here is a correction

arno.


Index: Completion/Unix/Command/_getmail
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/_getmail,v
retrieving revision 1.1
diff -u -r1.1 _getmail
--- Completion/Unix/Command/_getmail	25 Oct 2006 13:13:23 -0000	1.1
+++ Completion/Unix/Command/_getmail	21 Jan 2007 15:02:15 -0000
@@ -11,17 +11,19 @@
 local -a arguments
     arguments=(
         '--version[show version]'
-        '(--help,-h)'{--help,-h}'[display help]'
-        '(--getmaildir,-g)'{--getmaildir=,-g+}'[specify config/data directory]:config directory:_directories'
+        '(--help -h)'{--help,-h}'[display help]'
+        '(--getmaildir -g)'{--getmaildir=,-g+}'[specify config/data directory]:config directory:_directories'
         \*{--rcfile=,-r+}'[specify configuration file]:config file:_getmail_confiles'
         '--dump[dump configuration]'
         '--trace[print extended information]'
         '*:files:_files'
         \*{--verbose,-v}'[verbose mode]'
-        '(--quiet,-q)'{--quiet,-q}'[silent mode]'
-        '(--delete,-d,--dont-delete,-l)'{--delete,-d}'[delete messages from server]'
-        '(--delete,-d,--dont-delete,-l)'{--dont-delete,-l}"[don't delete messages from server]"
-        '(--new,-n,--all,-a)'{--all,-a}'[retrieve all messages]'
-        '(--new,-n,--all,-a)'{--new,-n}'[retrieve only new messages]'
+        '(--quiet -q)'{--quiet,-q}'[silent mode]'
+        '(--delete -d --dont-delete -l)'{--delete,-d}'[delete messages from server]'
+        '(--delete -d --dont-delete -l)'{--dont-delete,-l}"[don't delete messages from server]"
+        '(--new -n --all -a)'{--all,-a}'[retrieve all messages]'
+        '(--new -n --all -a)'{--new,-n}'[retrieve only new messages]'
     )
 _arguments -s -S $arguments
+
+# vim: se ft=zsh tw=80:

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

only message in thread, other threads:[~2007-01-21 15:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-01-21 15:06 bug: getmail completion does not handle exclusive options arno.

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