mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-22 19:15:37 +00:00
remove unnecessary mail options
This commit is contained in:
parent
82344372dd
commit
cf73ce8136
@ -50,8 +50,6 @@
|
|||||||
];
|
];
|
||||||
alot = { };
|
alot = { };
|
||||||
flavor = "plain";
|
flavor = "plain";
|
||||||
folders = { };
|
|
||||||
getmail = { };
|
|
||||||
imap = {
|
imap = {
|
||||||
host = config.mail.imapHost;
|
host = config.mail.imapHost;
|
||||||
port = 993;
|
port = 993;
|
||||||
@ -75,7 +73,6 @@
|
|||||||
CopyArrivalDate = "yes"; # Sync time of original message
|
CopyArrivalDate = "yes"; # Sync time of original message
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
mu.enable = false;
|
|
||||||
notmuch.enable = true;
|
notmuch.enable = true;
|
||||||
passwordCommand =
|
passwordCommand =
|
||||||
"${pkgs.age}/bin/age --decrypt --identity ${config.identityFile} ${
|
"${pkgs.age}/bin/age --decrypt --identity ${config.identityFile} ${
|
||||||
|
Loading…
Reference in New Issue
Block a user