index
:
dotfiles
master
This is the git repository for my dotfiles
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
.config
/
imapfilter
/
collaborators.lua
blob: c0bca01795267e86ca69cd4f974f4511db553f06 (
plain
)
1
2
3
4
5
function
get_collaborators
()
return
{
{
first
=
"first name"
,
last
=
"last name"
},
}
end