Compare commits
2 commits
2cd30670d8
...
905b99ad47
Author | SHA1 | Date | |
---|---|---|---|
905b99ad47 | |||
34d460e77f |
2 changed files with 8 additions and 6 deletions
|
@ -3,7 +3,7 @@ IMAPAccount ryuslash
|
||||||
Host imap-ryuslash.alwaysdata.net
|
Host imap-ryuslash.alwaysdata.net
|
||||||
User tom@ryuslash.org
|
User tom@ryuslash.org
|
||||||
PassCmd "secret-tool lookup application mbsync account ryuslash"
|
PassCmd "secret-tool lookup application mbsync account ryuslash"
|
||||||
SSLType IMAPS
|
TLSType IMAPS
|
||||||
CertificateFile /etc/ssl/certs/ca-certificates.crt
|
CertificateFile /etc/ssl/certs/ca-certificates.crt
|
||||||
|
|
||||||
IMAPStore ryuslash-remote
|
IMAPStore ryuslash-remote
|
||||||
|
@ -27,7 +27,7 @@ IMAPAccount gmail
|
||||||
Host imap.gmail.com
|
Host imap.gmail.com
|
||||||
User ryuslash@gmail.com
|
User ryuslash@gmail.com
|
||||||
PassCmd "secret-tool lookup application mbsync account gmail"
|
PassCmd "secret-tool lookup application mbsync account gmail"
|
||||||
SSLType IMAPS
|
TLSType IMAPS
|
||||||
CertificateFile /etc/ssl/certs/ca-certificates.crt
|
CertificateFile /etc/ssl/certs/ca-certificates.crt
|
||||||
|
|
||||||
IMAPStore gmail-remote
|
IMAPStore gmail-remote
|
||||||
|
@ -59,7 +59,7 @@ Channel gmail-inbox
|
||||||
# Host imap.gmail.com
|
# Host imap.gmail.com
|
||||||
# User tom@picturefix.nl
|
# User tom@picturefix.nl
|
||||||
# PassCmd "~/usr/bin/get-mail-password picturefix"
|
# PassCmd "~/usr/bin/get-mail-password picturefix"
|
||||||
# SSLType IMAPS
|
# TLSType IMAPS
|
||||||
# CertificateFile /etc/ssl/certs/ca-certificates.crt
|
# CertificateFile /etc/ssl/certs/ca-certificates.crt
|
||||||
|
|
||||||
# IMAPStore picturefix-remote
|
# IMAPStore picturefix-remote
|
||||||
|
@ -96,7 +96,7 @@ Channel gmail-inbox
|
||||||
# Host mail.ninthfloor.org
|
# Host mail.ninthfloor.org
|
||||||
# User ryuslash
|
# User ryuslash
|
||||||
# PassCmd "~/usr/bin/get-mail-password ninthfloor"
|
# PassCmd "~/usr/bin/get-mail-password ninthfloor"
|
||||||
# SSLType STARTTLS
|
# TLSType STARTTLS
|
||||||
# CertificateFile /etc/ssl/certs/ca-certificates.crt
|
# CertificateFile /etc/ssl/certs/ca-certificates.crt
|
||||||
|
|
||||||
# IMAPStore ninthfloor-remote
|
# IMAPStore ninthfloor-remote
|
||||||
|
|
|
@ -86,7 +86,8 @@
|
||||||
emacs-oni-tramp
|
emacs-oni-tramp
|
||||||
emacs-oni-embrace
|
emacs-oni-embrace
|
||||||
emacs-oni-git-commit
|
emacs-oni-git-commit
|
||||||
emacs-oni-python))
|
emacs-oni-python
|
||||||
|
emacs-oni-yaml))
|
||||||
;; #:use-module (oni packages hlwm-run-or-raise)
|
;; #:use-module (oni packages hlwm-run-or-raise)
|
||||||
#:use-module (oni packages pick-random-wallpaper)
|
#:use-module (oni packages pick-random-wallpaper)
|
||||||
#:use-module (oni packages sawfish)
|
#:use-module (oni packages sawfish)
|
||||||
|
@ -153,7 +154,8 @@
|
||||||
emacs-oni-shr
|
emacs-oni-shr
|
||||||
emacs-oni-tramp
|
emacs-oni-tramp
|
||||||
emacs-oni-git-commit
|
emacs-oni-git-commit
|
||||||
emacs-oni-python))
|
emacs-oni-python
|
||||||
|
emacs-oni-yaml))
|
||||||
|
|
||||||
(services
|
(services
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Reference in a new issue