]> git.donarmstrong.com Git - bin.git/blobdiff - update_lists
add mutt alias which executes neomutt if that exists
[bin.git] / update_lists
index 5d25f01f03228156567b7652782ceef1f2d22173..d398991011de6864759149ede8de7300ab1cc48c 100755 (executable)
@@ -13,5 +13,5 @@ done;
 
 # Remove broken symlinks
 (cd ~/Maildir;
-    find . -maxdepth 1 -mindepth 1 -type l -iname '.*' -not -xtype d -print0 |xargs -0 rm -f;
-);
\ No newline at end of file
+    find . -maxdepth 1 -mindepth 1 -type l -iname '.*' -not -xtype d -delete;
+);