Working on migrating to neomutt
This commit is contained in:
parent
4f1b4b54d3
commit
4bdd1ca610
14 changed files with 153 additions and 191 deletions
13
home/.config/imapnotify/admin@korhonen.cc.conf
Normal file
13
home/.config/imapnotify/admin@korhonen.cc.conf
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"host": "imap.migadu.com",
|
||||
"port": 993,
|
||||
"tls": true,
|
||||
"tlsOptions": {
|
||||
"rejectUnauthorized": true
|
||||
},
|
||||
"username": "admin@korhonen.cc",
|
||||
"password": "{{@@ env['PASS_EMAIL_ADMIN'] @@}}",
|
||||
"onNewMail": "mbsync admin@korhonen.cc",
|
||||
"onNewMailPost": "",
|
||||
"boxes": [ "INBOX" ]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue