notmuch: Upload in background with muchsync

This commit is contained in:
Adam Goldsmith 2019-04-15 09:50:54 -04:00
parent 7ebc3514fc
commit 8593dba2ef
1 changed files with 1 additions and 1 deletions

View File

@ -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)