mail: use msmtpq instead of msmtp
This commit is contained in:
parent
c643cb8d61
commit
84aa8fb754
1 changed files with 1 additions and 1 deletions
|
@ -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 "$@"
|
||||
''
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue