Bug#941214: Completion for mutt's -a command line switch

2023-09-20 Thread Oliver Kiddle
On 20 Jun, martin f krafft wrote: > mutt allows attaching files from the command-line: > > mutt -a /file/one /file/two /file/three -- … > > Basically, the rules are: -a takes a list of files, terminated by --. > > Zsh's completion of mutt treats the argument to -a as optional: > > '*-a[attach

Bug#941214: Completion for mutt's -a command line switch

2023-06-20 Thread martin f krafft
Hey, mutt allows attaching files from the command-line: ``` mutt -a /file/one /file/two /file/three -- … ``` Basically, the rules are: `-a` takes a list of files, terminated by `--`. Zsh's completion of mutt treats the argument to `-a` as optional: ``` '*-a[attach file using MIME]::file