mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-14 17:07:44 +00: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
|