feat: add conditional display flags and file_exists helper to isspam.c

Introduce four boolean flags (show_capitalized, show_sentences, show_words, show_numbers) that control whether their respective analysis results are printed via sld(), replacing the previously commented-out calls. Add a file_exists() utility function that checks if a given path points to an existing readable file. Also append "publish" to .gitignore.
This commit is contained in:
2024-11-29 05:45:06 +00:00
parent a9d1c175fe
commit 9ed1c43bc0
3 changed files with 56 additions and 9 deletions
+1
View File
@@ -1,2 +1,3 @@
.history
.vscode
publish