From 57a2628281af7bb92db45b14a0968988bbd55d8f Mon Sep 17 00:00:00 2001 From: slowpeek Date: Thu, 9 Feb 2023 18:44:14 +0200 Subject: Blacklist sendgmail config sendgmail is a cli tool by Google that "uses Gmail in order to mimic sendmail for git send-email" as per its own description. In other words it is a basic sendmail replacement with OAuth2 support to send emails from Gmail accounts. https://github.com/google/gmail-oauth2-tools/tree/master/go/sendgmail Config files location depends on "xdg" build tag. Without the tag it would be "~/.sendgmail.*". With the tag it is either under "$XDG_CONFIG_HOME/sendgmail" if set or "~/.config/sendgmail" otherwise. --- etc/inc/disable-programs.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/inc/disable-programs.inc b/etc/inc/disable-programs.inc index e2e97f458..3333dd0fa 100644 --- a/etc/inc/disable-programs.inc +++ b/etc/inc/disable-programs.inc @@ -605,6 +605,7 @@ blacklist ${HOME}/.config/rpcs3 blacklist ${HOME}/.config/rtv blacklist ${HOME}/.config/scribus blacklist ${HOME}/.config/scribusrc +blacklist ${HOME}/.config/sendgmail blacklist ${HOME}/.config/sinew.in blacklist ${HOME}/.config/sink blacklist ${HOME}/.config/skypeforlinux @@ -1107,6 +1108,7 @@ blacklist ${HOME}/.sbt blacklist ${HOME}/.scorched3d blacklist ${HOME}/.scribus blacklist ${HOME}/.scribusrc +blacklist ${HOME}/.sendgmail.* blacklist ${HOME}/.simutrans blacklist ${HOME}/.smartgit/*/passwords blacklist ${HOME}/.ssr -- cgit v1.2.3-70-g09d2