summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-07-15 14:35:44 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-07-15 15:34:47 -0700
commit29c37dba62d23eafb021e9ae16112294d8651af7 (patch)
tree7774e1a16f44ae13c2c1d4506c03bd66fd6065fc /.config
parent7e2153ccac98df619ecde41b29878606b10c82b2 (diff)
downloaddotfiles-29c37dba62d23eafb021e9ae16112294d8651af7.tar.gz
tidy up to-mbox and from-mbox scripts
Additionally, archive-fmail-to-annex creates ~/.fmail/annex if missing, and expand-annex-to-fmail creates ~/.fmail/annex/.expanded before trying to create files under that directory.
Diffstat (limited to '.config')
-rwxr-xr-x.config/notmuch/default/hooks/pre-new2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/notmuch/default/hooks/pre-new b/.config/notmuch/default/hooks/pre-new
index 302651d8..ec132832 100755
--- a/.config/notmuch/default/hooks/pre-new
+++ b/.config/notmuch/default/hooks/pre-new
@@ -5,4 +5,4 @@
offline || movemymail
# ensure that notmuch is able to detect renames by archive-fmail-to-annex
-ionice -c 3 expand-annex-mboxes
+ionice -c 3 ~/src/dotfiles/scripts/mail/expand-annex-to-fmail