mirror of
https://github.com/kmein/niveum
synced 2026-03-17 18:41:09 +01:00
fix(notmuch): set name and email so it stops complaining
This commit is contained in:
@@ -75,6 +75,8 @@ in {
|
|||||||
extraConfig = {
|
extraConfig = {
|
||||||
database.path = config.home-manager.users.me.accounts.email.maildirBasePath;
|
database.path = config.home-manager.users.me.accounts.email.maildirBasePath;
|
||||||
new.tags = "";
|
new.tags = "";
|
||||||
|
user.name = defaults.realName;
|
||||||
|
user.primary_email = config.home-manager.users.me.accounts.email.accounts.posteo.address;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user