Make nm-update-remote refresh nm, and do less on the remote side

This commit is contained in:
Adam Goldsmith 2018-02-20 15:46:31 -05:00
parent 0e3fa97736
commit 4f16cd824f
1 changed files with 2 additions and 1 deletions

View File

@ -623,7 +623,8 @@
(defun nm-update-remote ()
"Pull email from remote mailbox"
(interactive)
(shell-command "ssh ag 'mbsync inboxes && afew -tn' && muchsync ag")))
(shell-command "muchsync ag")
(nm-refresh)))
(use-package fortune-cookie
:config