diff options
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 |
commit | 0bea48f5c344d0010d431912b5985ab6ebaa30c2 (patch) | |
tree | 152d57c93a5af07f3c1211d5d94c85628c5aefc7 /bin | |
parent | 51fa5968c16f2eb5069a9d7af24cef8dd04f8328 (diff) | |
download | dotfiles-0bea48f5c344d0010d431912b5985ab6ebaa30c2.tar.gz dotfiles-0bea48f5c344d0010d431912b5985ab6ebaa30c2.tar.bz2 dotfiles-0bea48f5c344d0010d431912b5985ab6ebaa30c2.zip |
tagmail set account
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/tagmail | 2 |
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")) |