.himalayarc 456 B

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