Parcourir la source

Make syncmail compatible with FreeBSD

Colin Powell il y a 5 ans
Parent
commit
b08cbbc6b5
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      bin/.bin/syncmail.sh

+ 1 - 1
bin/.bin/syncmail.sh

@@ -1,6 +1,6 @@
 #!/bin/sh
 
-notmuch search --output=files tag:deleted | xargs -0 rm
+notmuch search --output=files tag:deleted | xargs -r rm
 notmuch new
 muchsync rhea.unbl.ink
 exit 0