summaryrefslogtreecommitdiff
path: root/debian/patches/0105-try_mail.diff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2017-05-13 23:21:00 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2017-05-13 23:21:00 +0200
commit0a98a3f04c35d9899f1de559481d2cf2a4d2f458 (patch)
tree8f538c4a408123644cf8030b2ca0cf45b729df13 /debian/patches/0105-try_mail.diff
parentc9e3aa919f908fc244e13e563dd26606d8058262 (diff)
some work with patches
Diffstat (limited to 'debian/patches/0105-try_mail.diff')
-rw-r--r--debian/patches/0105-try_mail.diff2
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