remove unwanted changes from merge delta

This commit is contained in:
Simon Aronsson 2019-04-04 20:35:19 +02:00
parent 385b6db472
commit ec98f52182
13 changed files with 144 additions and 295 deletions

View file

@ -60,7 +60,7 @@ func (e *emailTypeNotifier) buildMessage(entries []*log.Entry) []byte {
}
t := time.Now()
header := make(map[string]string)
header["From"] = e.From
header["To"] = e.To