diff --git a/.emacs.d/init.el b/.emacs.d/init.el index b0b3591..5b4945c 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -781,7 +781,7 @@ (defun nm-update-remote () "Pull email from remote mailbox" (interactive) - (shell-command "muchsync ag") + (shell-command "muchsync --upbg ag") (nm-refresh)) (defvar nm-sticky-tags nil) (defun nm-sticky-tag-and-next (tags)