dotfiles/config/xdgconfig/doom/README.org

16 lines
574 B
Org Mode
Raw Normal View History

#+TITLE: Doom Config
* Sample .netrc
With Posteo.de, I can sync my calendar to Org Mode and my mails with notmuch. Configuring the password in this (unencrypted) .netrc was a bit tricky, bit this config seems to work for now. The order of the entries matters!
#+begin_src netrc
# caldav sync
# this works with caldav, but trips up offlineimap
# machine posteo.de:8443 port https login johnnie@posteo.de password PASSWORD
machine posteo.de:8443 login johnnie@posteo.de password PASSWORD
# offlineimap
machine posteo.de login johnnie@posteo.de password PASSWORD
#+end_src