mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-11 05:31:14 -03:00
Prevent STDERR leak from abook detection in mutt completion
Fixes #1737
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
if which abook >/dev/null
|
||||
if which abook >/dev/null ^/dev/null
|
||||
complete -c mutt -f -a '(__fish_print_abook_emails)'
|
||||
complete -c mutt -s c -x -d 'Specify a carbon-copy (CC) recipient' -a '(__fish_print_abook_emails)'
|
||||
complete -c mutt -s b -x -d 'Specify a blind-carbon-copy (BCC) recipient' -a '(__fish_print_abook_emails)'
|
||||
|
||||
Reference in New Issue
Block a user