aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorÓscar Nájera <hi@oscarnajera.com>2021-09-24 17:47:29 +0200
committerÓscar Nájera <hi@oscarnajera.com>2021-09-24 17:47:29 +0200
commit0bea48f5c344d0010d431912b5985ab6ebaa30c2 (patch)
tree152d57c93a5af07f3c1211d5d94c85628c5aefc7 /bin
parent51fa5968c16f2eb5069a9d7af24cef8dd04f8328 (diff)
downloaddotfiles-0bea48f5c344d0010d431912b5985ab6ebaa30c2.tar.gz
dotfiles-0bea48f5c344d0010d431912b5985ab6ebaa30c2.tar.bz2
dotfiles-0bea48f5c344d0010d431912b5985ab6ebaa30c2.zip
tagmail set account
Diffstat (limited to 'bin')
-rwxr-xr-xbin/tagmail2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/tagmail b/bin/tagmail
index 992bec1..aa77751 100755
--- a/bin/tagmail
+++ b/bin/tagmail
@@ -211,7 +211,7 @@
(unless (option-ref options 'dry-run #f)
(display (colorize-string "[SYNC]\n" 'BOLD 'YELLOW))
- (system (string-append "mbsync " (if (null? account) " -a" account)))
+ (system (string-append "mbsync " (if (null? account) " -a" (car account))))
(display (colorize-string "[notmuch new]\n" 'BOLD 'YELLOW))
(system "notmuch new"))