diff options
| author | Arun Isaac | 2025-11-13 11:48:32 +0000 |
|---|---|---|
| committer | Arun Isaac | 2025-11-13 11:48:32 +0000 |
| commit | ea30fe6a654bc519a6b527d37788fd615f35f0ec (patch) | |
| tree | 8030ebdcf86aec2df1f1023fa079c3a69ed244a9 /guix/forge | |
| parent | 5427d9cf72d4d6356a7302af15001687588cf9d5 (diff) | |
| download | guix-forge-ea30fe6a654bc519a6b527d37788fd615f35f0ec.tar.gz guix-forge-ea30fe6a654bc519a6b527d37788fd615f35f0ec.tar.lz guix-forge-ea30fe6a654bc519a6b527d37788fd615f35f0ec.zip | |
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 <> |
