aboutsummaryrefslogtreecommitdiffstats
path: root/bin/tagmail
diff options
context:
space:
mode:
Diffstat (limited to 'bin/tagmail')
-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"))