From a38b5ba856b07dd6524646f803d961c64cb4f752 Mon Sep 17 00:00:00 2001
From: Ben Sima <ben@bsima.me>
Date: Wed, 14 Nov 2018 08:52:35 -0800
Subject: Append instead of overwrite

---
 sendmail | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'sendmail')

diff --git a/sendmail b/sendmail
index 08ba3d7..9c92c26 100755
--- a/sendmail
+++ b/sendmail
@@ -1,6 +1,6 @@
 #! /usr/bin/env sh
 
 ## pass all params to msmtpq & redirect output
-msmtpq "$@" > ~/tmp/msmtp.log
+msmtpq "$@" >> ~/tmp/msmtp.log
 
 exit 0
-- 
cgit v1.2.3