update email

This commit is contained in:
Michael Thomson 2025-03-09 14:38:25 -04:00
parent 32e7065d33
commit 6a570eea8d

View File

@ -60,13 +60,6 @@
khard = { khard = {
enable = true; enable = true;
}; };
neomutt = {
enable = true;
vimKeys = true;
sidebar = {
enable = true;
};
};
}; };
accounts = { accounts = {
@ -80,9 +73,6 @@
aerc = { aerc = {
enable = true; enable = true;
}; };
neomutt = {
enable = true;
};
mbsync = { mbsync = {
enable = true; enable = true;
create = "both"; create = "both";
@ -106,7 +96,6 @@
}; };
notmuch = { notmuch = {
enable = true; enable = true;
neomutt.enable = true;
}; };
}; };
}; };