himalaya/.himalayarc
1	name = "Simon Watson"
2 downloads-dir = "~/.mail"
3 signature = ""
4 default-page-size = 50
5 notify-cmd = "notify-send \"New Email\""
6
7 [gmail]
8 default = true
9 email = "swatson@casanacare.com"
10
11 imap-host = "imap.gmail.com"
12 imap-port = 993
13 imap-login = "swatson@casanacare.com"
14 imap-passwd-cmd = "/bin/cat /home/swatson/.mail/pw"
15
16 smtp-host = "smtp.gmail.com"
17 smtp-port = 465
18 smtp-login = "swatson@casanacare.com"
19 smtp-passwd-cmd = "/bin/cat /home/swatson/.mail/pw"