fix unnecessary thunderbird account integration
This commit is contained in:
parent
24379e16fd
commit
69ce708f8f
1 changed files with 9 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
||||||
realName = "Romain Paquet";
|
realName = "Romain Paquet";
|
||||||
primary = true;
|
primary = true;
|
||||||
flavor = "migadu.com";
|
flavor = "migadu.com";
|
||||||
thunderbird.enable = true;
|
thunderbird.enable = config.programs.thunderbird.enable;
|
||||||
};
|
};
|
||||||
|
|
||||||
"admin@rpqt.fr" = {
|
"admin@rpqt.fr" = {
|
||||||
|
|
@ -40,5 +40,13 @@
|
||||||
};
|
};
|
||||||
thunderbird.enable = config.programs.thunderbird.enable;
|
thunderbird.enable = config.programs.thunderbird.enable;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"admin@turifer.dev" = {
|
||||||
|
address = "admin@turifer.dev";
|
||||||
|
aliases = [ "postmaster@turifer.dev" ];
|
||||||
|
realName = "Postmaster";
|
||||||
|
flavor = "migadu.com";
|
||||||
|
thunderbird.enable = config.programs.thunderbird.enable;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue