mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-25 09:39:52 +08:00
5 lines
128 B
Fish
5 lines
128 B
Fish
|
function __fish_print_abook_emails --description 'Print email addresses (abook)'
|
||
|
abook --mutt-query "" | egrep -v '^\s*$'
|
||
|
|
||
|
end
|