Fix: Use --auto-sync in login hook

This commit is contained in:
Adam Porter 2020-12-02 14:23:05 -06:00
parent 95c7d26e05
commit cadc765580

View file

@ -73,7 +73,7 @@
(defvar ement-progress-value nil
"Used to report progress while processing sync events.")
(defvar ement-login-hook '(ement--sync)
(defvar ement-login-hook '(ement--auto-sync)
"Hook run after successful login.
Run with one argument, the session logged into.")