summaryrefslogtreecommitdiff
path: root/.fmail
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2017-12-20 16:54:17 +0000
committerSean Whitton <spwhitton@spwhitton.name>2017-12-20 16:54:17 +0000
commit994883adf61ea5c0f50063cd50d74c65ce777c70 (patch)
tree9d6df12076e319601868f346c220b4092284a729 /.fmail
parent47e1d883e0e336fdca0609b9fd063b6041ef2aeb (diff)
downloaddotfiles-994883adf61ea5c0f50063cd50d74c65ce777c70.tar.gz
nice & ionice expand-annex-mboxes
Even when notmuch itself is not nice, expand-annex-mboxes should be.
Diffstat (limited to '.fmail')
-rwxr-xr-x.fmail/.notmuch/hooks/post-new2
1 files changed, 1 insertions, 1 deletions
diff --git a/.fmail/.notmuch/hooks/post-new b/.fmail/.notmuch/hooks/post-new
index 91168aa7..f5abcbe6 100755
--- a/.fmail/.notmuch/hooks/post-new
+++ b/.fmail/.notmuch/hooks/post-new
@@ -22,4 +22,4 @@ fi
# start a background process to expand-annex-mboxes; mail in these
# will be processed on the next `notmuch new` run
-( expand-annex-mboxes >/dev/null 2>&1 || exit 0 ) &
+( nice ionice -c 3 expand-annex-mboxes >/dev/null 2>&1 || exit 0 ) &