diff options
author | lassulus <lass@aidsballs.de> | 2016-11-25 00:22:34 +0100 |
---|---|---|
committer | lassulus <lass@aidsballs.de> | 2016-11-25 00:22:34 +0100 |
commit | 77cb4502d7b1692fdb22923dca6ef9c11d046860 (patch) | |
tree | 647370efe7b75296241257d3f52febce385a0ce5 | |
parent | 8014aa6594a6bb442a950abed67dd13543d34d88 (diff) |
l 2 mail: SC2068
-rw-r--r-- | lass/2configs/mail.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lass/2configs/mail.nix b/lass/2configs/mail.nix index c637b08fb..872acc003 100644 --- a/lass/2configs/mail.nix +++ b/lass/2configs/mail.nix @@ -12,7 +12,7 @@ let msmtp = pkgs.writeBashBin "msmtp" '' ${pkgs.coreutils}/bin/tee >(${pkgs.notmuch}/bin/notmuch insert +sent) | \ - ${pkgs.msmtp}/bin/msmtp -C ${msmtprc} $@ + ${pkgs.msmtp}/bin/msmtp -C ${msmtprc} "$@" ''; muttrc = pkgs.writeText "muttrc" '' |