diff --git a/system/desktop/mail-stuff.nix b/system/desktop/mail-stuff.nix index d1546b3..6c6060d 100644 --- a/system/desktop/mail-stuff.nix +++ b/system/desktop/mail-stuff.nix @@ -404,7 +404,7 @@ in { set sendmail=${ pkgs.writers.writeBash "msmtp" '' ${pkgs.coreutils}/bin/tee >(${pkgs.notmuch}/bin/notmuch insert --create-folder +sent) | \ - ${pkgs.msmtp}/bin/msmtp "$@" + ${pkgs.msmtp}/bin/msmtpq "$@" '' }