notmuch: Upload in background with muchsync
This commit is contained in:
parent
7ebc3514fc
commit
8593dba2ef
@ -781,7 +781,7 @@
|
|||||||
(defun nm-update-remote ()
|
(defun nm-update-remote ()
|
||||||
"Pull email from remote mailbox"
|
"Pull email from remote mailbox"
|
||||||
(interactive)
|
(interactive)
|
||||||
(shell-command "muchsync ag")
|
(shell-command "muchsync --upbg ag")
|
||||||
(nm-refresh))
|
(nm-refresh))
|
||||||
(defvar nm-sticky-tags nil)
|
(defvar nm-sticky-tags nil)
|
||||||
(defun nm-sticky-tag-and-next (tags)
|
(defun nm-sticky-tag-and-next (tags)
|
||||||
|
Loading…
Reference in New Issue
Block a user