5 lines
70 B
Fish
5 lines
70 B
Fish
|
#!/bin/fish
|
||
|
for i in ~/.config/neomutt/accounts/*
|
||
|
cat $i/conf
|
||
|
end
|