aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOscar Najera <hi@oscarnajera.com>2023-09-19 15:52:03 +0200
committerOscar Najera <hi@oscarnajera.com>2023-09-19 15:52:03 +0200
commit33777a17e8d8b7f43741c0bcf0330ded3d02a282 (patch)
tree97a72c4144382c7fe697ebd026475c8ffbdefcc0
parentbafef01d94fdc839c0d09b878619f6d63f3d50f2 (diff)
downloaddotfiles-33777a17e8d8b7f43741c0bcf0330ded3d02a282.tar.gz
dotfiles-33777a17e8d8b7f43741c0bcf0330ded3d02a282.tar.bz2
dotfiles-33777a17e8d8b7f43741c0bcf0330ded3d02a282.zip
byteplant tags
-rwxr-xr-xbin/tagmail6
1 files changed, 5 insertions, 1 deletions
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)