diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-05-06 22:10:00 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-05-06 22:10:00 +0200 |
commit | 5b55b990793656ce184159f8371a03869d2fd022 (patch) | |
tree | fab9911120233e69749cb0d840b9d59d0a2b8580 | |
parent | 5e9f6df02b8ad8649791acbc32bef3e261e468ca (diff) |
update server hostname
-rw-r--r-- | .config/imapnotify/pipeframe.conf | 2 | ||||
-rw-r--r-- | .config/mbsyncrc | 2 | ||||
-rw-r--r-- | .config/neomutt/neomuttrc | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/.config/imapnotify/pipeframe.conf b/.config/imapnotify/pipeframe.conf index 3553ffe..774236c 100644 --- a/.config/imapnotify/pipeframe.conf +++ b/.config/imapnotify/pipeframe.conf @@ -4,7 +4,7 @@ "port": 993, "tls": true, "tlsOptions": { "rejectUnauthorized": true }, - "passwordCmd": "pass srv/fortnite/passwd/loek", + "passwordCmd": "pass srv/wipper/passwd/loek", "onNewMail": "systemctl --user start mbsync", "onNewMailPost": "notify-send '新着メール'", "boxes": [ "Inbox" ] diff --git a/.config/mbsyncrc b/.config/mbsyncrc index bf91cab..b591f04 100644 --- a/.config/mbsyncrc +++ b/.config/mbsyncrc @@ -2,7 +2,7 @@ IMAPAccount pipeframe Host mail.pipeframe.xyz Port 993 User loek@mail.pipeframe.xyz -PassCmd "pass srv/fortnite/passwd/loek" +PassCmd "pass srv/wipper/passwd/loek" SSLType IMAPS CertificateFile /etc/ssl/certs/ca-certificates.crt diff --git a/.config/neomutt/neomuttrc b/.config/neomutt/neomuttrc index 9d675c2..b074187 100644 --- a/.config/neomutt/neomuttrc +++ b/.config/neomutt/neomuttrc @@ -11,7 +11,7 @@ set postponed = "+Drafts" # imap credentials set imap_user = "loek@mail.pipeframe.xyz" -set imap_pass = "$(pass srv/fortnite/passwd/loek)" +set imap_pass = "$(pass srv/wipper/passwd/loek)" # smtp credentials set smtp_pass = "$imap_pass" |