From 62f2645b8cc393ff248a8b603802a9bc3a7b1e53 Mon Sep 17 00:00:00 2001 From: askiiart Date: Sun, 10 Mar 2024 16:00:49 -0500 Subject: [PATCH] Un-disable matcherrc, update VS Code settings --- claws-mail/matcherrc | 2 +- vscode/settings.json | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/claws-mail/matcherrc b/claws-mail/matcherrc index 4aaa421..35c5b8b 100644 --- a/claws-mail/matcherrc +++ b/claws-mail/matcherrc @@ -48,6 +48,6 @@ enabled rulename "Move more YouTube comments to low-priority" subject matchcase enabled rulename "Move Windscribe to spam and mark as read" from matchcase "noreply@windscribe.com" mark_as_read move "#mh/Mailbox/Spam" enabled rulename "Move GeeksforGeeks to spam and mark as read" from matchcase "no-reply@geeksforgeeks.org" mark_as_read move "#mh/Mailbox/Spam" enabled rulename "Move Tallo to spam and mark as read" from regexp ".*@tallo.com" mark_as_read move "#mh/Mailbox/Spam" -enabled rulename "Run gpg-email-helper" test "grep -- \"-----BEGIN PGP SIGNATURE-----\" %F" execute "python3 /home/askiiart/gpg-email-helper/gpg-email-helper.py %F" +disabled rulename "Run gpg-email-helper" test "grep -- \"-----BEGIN PGP SIGNATURE-----\" %F" execute "python3 /home/askiiart/gpg-email-helper/gpg-email-helper.py %F" enabled rulename "Move Microsoft sign-ins to low-priority" from matchcase "account-security-noreply@accountprotection.microsoft.com" & subject matchcase "New sign-in detected" move "#mh/Mailbox/Low-priority" diff --git a/vscode/settings.json b/vscode/settings.json index 5285e2c..75de32b 100644 --- a/vscode/settings.json +++ b/vscode/settings.json @@ -97,7 +97,5 @@ }, "[css]": { "editor.defaultFormatter": "vscode.css-language-features" - }, - "editor.fontFamily": "Fira Code", - "editor.fontLigatures": true + } } \ No newline at end of file