From 33777a17e8d8b7f43741c0bcf0330ded3d02a282 Mon Sep 17 00:00:00 2001 From: Oscar Najera Date: Tue, 19 Sep 2023 15:52:03 +0200 Subject: byteplant tags --- bin/tagmail | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bin/tagmail b/bin/tagmail index 6156544..9febae5 100755 --- a/bin/tagmail +++ b/bin/tagmail @@ -181,6 +181,10 @@ LD_LIBRARY_PATH=$HOME/.guix-profile/lib exec guile -e main -s "$0" "$@" ("+newsletter" "from:venturebeat.com") ("+zeihan" "from:zeihan.com") ("+freecodecamp" "from:freecodecamp.org") + ;; byteplant + ("+support" "to:support@byteplant.com") + ("+admin" "to:admin@byteplant.com") + ("+sent" "from:byteplant.com") )) (define (clear-inbox options ffi-db) @@ -203,7 +207,7 @@ LD_LIBRARY_PATH=$HOME/.guix-profile/lib exec guile -e main -s "$0" "$@" (dry-run (single-char #\n) (value #f)))) (options (append (list (cons 'mail-repo mail-repo) (cons 'my-emails my-emails)) - (getopt-long args option-spec))) + (getopt-long args option-spec))) (account (assq-ref options '()) )) (delete-email-files! options) -- cgit v1.2.3