From 8593dba2ef900b2b61d67dacdde60506c643dc32 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Mon, 15 Apr 2019 09:50:54 -0400 Subject: [PATCH] notmuch: Upload in background with muchsync --- .emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)