Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhoeg committed Aug 9, 2022
1 parent 603b6f6 commit 70220e7
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions pkgs/applications/networking/msmtp/paths.patch
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,6 @@ index 1b39fc6..4baa19b 100755
## ======================================================================================

## msmtpq can use the following environment variables :
@@ -108,7 +111,7 @@ LOG=~/log/msmtp.queue.log
##
#EMAIL_CONN_NOTEST=y # deprecated ; use below var
#EMAIL_CONN_TEST={x| |p|P|n|s} # see settings above for EMAIL_CONN_TEST
-EMAIL_CONN_TEST=n
+EMAIL_CONN_TEST=${MSMTP_CONN_TEST:-n}
#EMAIL_QUEUE_QUIET=t
## ======================================================================================

@@ -138,6 +141,7 @@ on_exit() { # unlock the queue on exit if the lock was
## display msg to user, as well
##
Expand Down

0 comments on commit 70220e7

Please sign in to comment.