From 0bea48f5c344d0010d431912b5985ab6ebaa30c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20N=C3=A1jera?= Date: Fri, 24 Sep 2021 17:47:29 +0200 Subject: tagmail set account --- bin/tagmail | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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")) -- cgit v1.2.3