about summary refs log tree commit diff stats
path: root/config/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'config/config.go')
-rw-r--r--config/config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.go b/config/config.go
index 9148af4..33623d5 100644
--- a/config/config.go
+++ b/config/config.go
@@ -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
 	}