alpha
Login
or
Join now
j3s.sh
/
dotfiles
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
my dotz
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
update himalaya config
author
Jes Olson
date
3 years ago
(Jun 26, 2023, 1:11 AM -0500)
commit
eda03e7f
eda03e7fcb71507ef4b7fe064149c8b955d80736
parent
42a6240b
42a6240b0d96ece0937e2b772378cd4517427844
+32
-5
1 changed file
Expand all
Collapse all
Unified
Split
.config
himalaya
config.toml
+32
-5
.config/himalaya/config.toml
Reviewed
···
1
1
-
[Personal]
1
1
+
[c3f]
2
2
backend = "imap"
3
3
email = "j3s@c3f.net"
4
4
default = true
5
5
display-name = "jes olson"
6
6
+
imap-host = "imap.migadu.com"
7
7
+
imap-port = 993
8
8
+
imap-ssl = true
9
9
+
imap-login = "j3s@c3f.net"
10
10
+
imap-auth = "passwd"
6
11
sender = "smtp"
7
12
smtp-host = "smtp.migadu.com"
8
13
smtp-port = 465
9
14
smtp-ssl = true
10
15
smtp-login = "j3s@c3f.net"
11
11
-
smtp-passwd-cmd = "pa show j3s@c3f.net"
12
12
-
sync = false
16
16
+
smtp-auth = "passwd"
17
17
+
18
18
+
[c3f.imap-passwd]
19
19
+
cmd = "pa show j3s@c3f.net"
20
20
+
21
21
+
[c3f.smtp-passwd]
22
22
+
cmd = "pa show j3s@c3f.net"
23
23
+
24
24
+
[arkham]
25
25
+
backend = "imap"
26
26
+
email = "jesse@arkham.city"
27
27
+
display-name = "jes olson"
13
28
imap-host = "imap.migadu.com"
14
29
imap-port = 993
15
30
imap-ssl = true
16
16
-
imap-login = "j3s@c3f.net"
17
17
-
imap-passwd-cmd = "pa show j3s@c3f.net"
31
31
+
imap-login = "jesse@arkham.city"
32
32
+
imap-auth = "passwd"
33
33
+
sender = "smtp"
34
34
+
smtp-host = "smtp.migadu.com"
35
35
+
smtp-port = 465
36
36
+
smtp-ssl = true
37
37
+
smtp-login = "jesse@arkham.city"
38
38
+
smtp-auth = "passwd"
39
39
+
40
40
+
[arkham.imap-passwd]
41
41
+
cmd = "pa show jesse@arkham.city"
42
42
+
43
43
+
[arkham.smtp-passwd]
44
44
+
cmd = "pa show jesse@arkham.city"