aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gui/conf/email.el1
-rw-r--r--gui/email.nix9
2 files changed, 7 insertions, 3 deletions
diff --git a/gui/conf/email.el b/gui/conf/email.el
index 2af5977..fc89ba9 100644
--- a/gui/conf/email.el
+++ b/gui/conf/email.el
@@ -60,7 +60,6 @@
(mu4e-compose-signature . (concat "\n"
"Karlsruhe Institute of Technology (KIT)\n"
"Institute for Applied and Numerical Mathematics (IANM)\n"
- "Institute for Mechanical Process Engineering and Mechanics (MVM)\n"
"Lattice Boltzmann Research Group (LBRG)\n\n"
"M.Sc. Adrian Kummerländer\n"
"Research Associate\n\n"
diff --git a/gui/email.nix b/gui/email.nix
index 46d1731..62ccd2e 100644
--- a/gui/email.nix
+++ b/gui/email.nix
@@ -31,6 +31,8 @@
enable = true;
expunge = "both";
create = "maildir";
+ extraConfig = {
+ };
};
smtp = {
@@ -58,8 +60,11 @@
enable = true;
create = "both";
expunge = "both";
- extraConfig.account = {
- AuthMechs = "PLAIN";
+ patterns = ["*" "!Calendar*" "!Contacts*"];
+ extraConfig = {
+ account = {
+ AuthMechs = "PLAIN";
+ };
};
};