Revert "s/aerc.conf/address.conf/ in permission check"

This reverts commit 66ba099ca0.
This commit is contained in:
Drew DeVault 2019-05-16 16:40:06 -04:00
parent 66ba099ca0
commit ff51625513
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ func LoadConfig(root *string) (*AercConfig, error) {
_root := path.Join(xdg.ConfigHome(), "aerc")
root = &_root
}
filename := path.Join(*root, "accounts.conf")
filename := path.Join(*root, "aerc.conf")
if err := checkConfigPerms(filename); err != nil {
return nil, err
}