diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-05-13 23:21:00 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-05-13 23:21:00 +0200 |
commit | 0a98a3f04c35d9899f1de559481d2cf2a4d2f458 (patch) | |
tree | 8f538c4a408123644cf8030b2ca0cf45b729df13 /debian/patches/0105-try_mail.diff | |
parent | c9e3aa919f908fc244e13e563dd26606d8058262 (diff) |
some work with patches
Diffstat (limited to 'debian/patches/0105-try_mail.diff')
-rw-r--r-- | debian/patches/0105-try_mail.diff | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/0105-try_mail.diff b/debian/patches/0105-try_mail.diff index 6e11916..b1b204b 100644 --- a/debian/patches/0105-try_mail.diff +++ b/debian/patches/0105-try_mail.diff @@ -12,7 +12,7 @@ Index: trunk/mwc.py =================================================================== --- trunk.orig/mwc.py +++ trunk/mwc.py -@@ -212,15 +212,27 @@ def sendmail(receiver, subject, content, +@@ -223,15 +223,27 @@ def sendmail(receiver, subject, content, mail['Subject'] = Header(subject, defaultEncoding) # initialize session once, not each time this method gets called |