diff options
Diffstat (limited to 'guix/forge')
| -rw-r--r-- | guix/forge/forge.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/guix/forge/forge.scm b/guix/forge/forge.scm index 9fa2cc5..bdadb2b 100644 --- a/guix/forge/forge.scm +++ b/guix/forge/forge.scm @@ -633,6 +633,7 @@ be used as the @code{after} field of a @code{<forge-laminar-job>} object." (call-with-output-pipe (list #$(file-append msmtp "/bin/msmtp") "--host=localhost" "--port=587" + "--read-envelope-from" "--read-recipients") (cut format <> |
