diff options
-rwxr-xr-x | bin/tagmail | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/tagmail b/bin/tagmail index ebc18fa..c368c87 100755 --- a/bin/tagmail +++ b/bin/tagmail @@ -163,7 +163,7 @@ LD_LIBRARY_PATH=$HOME/.guix-profile/lib exec guile -e main -s "$0" "$@" ("+slack" "from:slack.com") ("+immonews/communications" "from:nachrichten.immobilienscout24.de or subject:Kontaktaufnahme and tag:immonews") ("+ingrid" "from:postmaster@oscarnajera.com or from:root@oscarnajera.com" "Reports from ingrid") - ("+Checkm-Alerts" "subject:Check_MK AND from:ingrid") + ("+CheckMK-Alerts" "subject:Check_MK AND from:ingrid") ("+fail2ban" "subject:Fail2Ban from:oscarnajera.com" "Fail2ban report") ("+arsmagna +inbox" "to:arsmagna.xyz") @@ -177,6 +177,7 @@ LD_LIBRARY_PATH=$HOME/.guix-profile/lib exec guile -e main -s "$0" "$@" ("+sms" "folder:hi_pers/SMS") ("+calls" "folder:hi_pers/Calls") ;; clearing up from newsletters + ("+lists +lists/ben-evans" "from:list@ben-evans.com") ("+Indie-Hackers" "from:channing@indiehackers.com") ("+socialnews" "from:facebookmail.com or from:mail.instagram.com") ("+promotions" "from:newsletter") |