mirror of
				git://git.code.sf.net/p/zsh/code
				synced 2025-10-31 06:00:54 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			23 lines
		
	
	
	
		
			1,005 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
	
		
			1,005 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| #compdef mutt
 | |
| 
 | |
| _arguments -s \
 | |
|   '::recipient:_email_addresses -n mutt' \
 | |
|   '*-a[attach file using MIME]:file attachment:_files' \
 | |
|   '*-b[specify a BCC recipient]:BCC recipient:_email_addresses -n mutt' \
 | |
|   '*-c[specify a CC recipient]:CC recipient:_email_addresses -n mutt' \
 | |
|   '-e+[specify a post-init configuration command]:post-init configuration:' \
 | |
|   '-f+[specify mailbox to load]:mailbox: _mailboxes' \
 | |
|   '-F+[specify an init file]:init file:_files' \
 | |
|   '-h[display help]' \
 | |
|   '-H+[specify a draft file for message]:draft file:_files' \
 | |
|   '-i+[specify file to include in message]:include file:_files' \
 | |
|   '-m+[specify default mailbox type]:mailbox type:(mbox MMDF MH Maildir)' \
 | |
|   '-n[bypass system configuration]' \
 | |
|   '-p[resume postponed message]' \
 | |
|   '-R[open in read-only mode]' \
 | |
|   '-s+[specify a subject]:subject:' \
 | |
|   '-v[display mutt version]' \
 | |
|   '-x[emulate mailx compose]' \
 | |
|   '-y[start listing mailboxes]' \
 | |
|   '-z[start only if new messages]' \
 | |
|   '-Z[open first mailbox with new mail]'
 |