summaryrefslogtreecommitdiff
path: root/.fmail/.notmuch/hooks/post-new
diff options
context:
space:
mode:
Diffstat (limited to '.fmail/.notmuch/hooks/post-new')
-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 ) &