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:
@@ -1,2 +1,3 @@
|
||||
.history
|
||||
.vscode
|
||||
publish
|
||||
|
||||
Reference in New Issue
Block a user