Sfoglia il codice sorgente

Make syncmail compatible with FreeBSD

Colin Powell 5 anni fa
parent
commit
b08cbbc6b5
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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