diff options
| author | Oliver Kiddle <opk@users.sourceforge.net> | 2001-05-30 11:54:53 +0000 |
|---|---|---|
| committer | Oliver Kiddle <opk@users.sourceforge.net> | 2001-05-30 11:54:53 +0000 |
| commit | 13476e2a866281214bb27d97547ec5c94e37b12c (patch) | |
| tree | 2705042d973f03c3bf826a4fb977671d072e51f1 /Completion/Unix/Command/_pine | |
| parent | nolonger works on IRIX 5.3, and other updates (diff) | |
| download | zsh-13476e2a866281214bb27d97547ec5c94e37b12c.tar zsh-13476e2a866281214bb27d97547ec5c94e37b12c.tar.gz zsh-13476e2a866281214bb27d97547ec5c94e37b12c.tar.bz2 zsh-13476e2a866281214bb27d97547ec5c94e37b12c.tar.lz zsh-13476e2a866281214bb27d97547ec5c94e37b12c.tar.xz zsh-13476e2a866281214bb27d97547ec5c94e37b12c.tar.zst zsh-13476e2a866281214bb27d97547ec5c94e37b12c.zip | |
update _pine for pine 4.33, add echoti completion and update _echotc (14567)
Diffstat (limited to 'Completion/Unix/Command/_pine')
| -rw-r--r-- | Completion/Unix/Command/_pine | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/Completion/Unix/Command/_pine b/Completion/Unix/Command/_pine index 8eb49fe6a..7c64d8fe1 100644 --- a/Completion/Unix/Command/_pine +++ b/Completion/Unix/Command/_pine @@ -16,16 +16,19 @@ fi sortorder=( {subject,arrival,date,from,size}{,/reverse} ) lusortorder=( dont-sort {nickname,fullname}{,-with-lists-last} ) -opts=( -h -F -conf -create_lu -pinerc ) # exclusive options +opts=( -h -v -F -conf -create_lu -pinerc -copy_abook -copy_pinerc) # exclusive options idx=( -f -c -i -I -n -o -sort ) # options used when viewing messages send=( -attach -attachlist -attach_and_delete -url ) # options when sending |
