diff options
Diffstat (limited to '.config')
-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" |