himalaya: add module
A very simple TUI mail client.
This commit is contained in:
parent
8eee5f5272
commit
8d3b273afe
9 changed files with 173 additions and 1 deletions
|
|
@ -332,7 +332,10 @@ let
|
|||
(mkIf (config.flavor == "gmail.com") {
|
||||
userName = mkDefault config.address;
|
||||
|
||||
imap = { host = "imap.gmail.com"; };
|
||||
imap = {
|
||||
host = "imap.gmail.com";
|
||||
port = 993;
|
||||
};
|
||||
|
||||
smtp = {
|
||||
host = "smtp.gmail.com";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue