More email instruction updates
This commit is contained in:
parent
a03f51dcb8
commit
a83ac21878
12
README.org
12
README.org
|
@ -28,7 +28,12 @@ systemctl --user disable --now protonmail-bridge.service && podman run --rm -it
|
||||||
and follow normal login system for cli.
|
and follow normal login system for cli.
|
||||||
systemd unit handles running container on boot after this.
|
systemd unit handles running container on boot after this.
|
||||||
|
|
||||||
Run src_bash[Rebuild]{rebuild} to recreate and enable services after modifying
|
Recreate and enable services after modifying:
|
||||||
|
#+begin_src bash
|
||||||
|
systemctl restart home-manager-$(whoami).service && systemctl --user restart protonmail-bridge.service
|
||||||
|
# If resetting container need to clear old mail objects and re-fetch
|
||||||
|
rm -rf $HOME/.mail/Proton/*
|
||||||
|
#+end_src
|
||||||
*** Password
|
*** Password
|
||||||
Get password from protonmail-bridge, register with gnome-keyring:
|
Get password from protonmail-bridge, register with gnome-keyring:
|
||||||
#+begin_src bash
|
#+begin_src bash
|
||||||
|
@ -52,7 +57,10 @@ On first run (or if token expires), stop systemd service and run manually to com
|
||||||
systemctl --user disable --now davmail.service && nix run nixpkgs#davmail -- -notray ~/.davmail.properties
|
systemctl --user disable --now davmail.service && nix run nixpkgs#davmail -- -notray ~/.davmail.properties
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
Run src_bash[Rebuild]{rebuild} to recreate and enable services after modifying
|
Recreate and enable services after modifying:
|
||||||
|
#+begin_src bash
|
||||||
|
systemctl restart home-manager-$(whoami).service && systemctl --user restart davmail.service
|
||||||
|
#+end_src
|
||||||
* Vdirsyncer
|
* Vdirsyncer
|
||||||
** Password
|
** Password
|
||||||
Register app-password with gnome-keyring;
|
Register app-password with gnome-keyring;
|
||||||
|
|
Loading…
Reference in a new issue