Update README for new script

This commit is contained in:
Evie Litherland-Smith 2024-02-05 09:15:18 +00:00
parent a6ab49d5e2
commit 832d42398e

View file

@ -28,9 +28,13 @@ Restart using ~hyprctl~:
#+begin_src bash #+begin_src bash
nix shell nixpkgs#protonmail-bridge -c hyprctl dispatch exec "protonmail-bridge -n" nix shell nixpkgs#protonmail-bridge -c hyprctl dispatch exec "protonmail-bridge -n"
#+end_src #+end_src
Script ~protonmail-setup-bridge~ (provided with NixOS config) handles all of this
**** uidvalidity issue **** uidvalidity issue
+Remove uid lines from .mbsyncrc (in each mail directory) and delete .uidvalidity, re-run mbsync to fix+ +Remove uid lines from .mbsyncrc (in each mail directory) and delete .uidvalidity, re-run mbsync to fix+
Above might be duplicating mail, faster to just delete local maildirs and let them re-sync. Above might be duplicating mail, faster to just delete local maildirs and let them re-sync.
*** Password *** Password
Get password from ~protonmail-bridge~, save to ~password-store~: Get password from ~protonmail-bridge~, save to ~password-store~:
#+begin_src bash #+begin_src bash