summaryrefslogtreecommitdiff
path: root/noncore/net/mail/libetpanstuff/smtptls.patch
authoralwin <alwin>2004-10-24 01:00:34 (UTC)
committer alwin <alwin>2004-10-24 01:00:34 (UTC)
commited6b09bab91bf21d33ebef1ea49fdb049e10453b (patch) (unidiff)
tree9d8477a646fe57cfccb06919de7d535a84b6e86b /noncore/net/mail/libetpanstuff/smtptls.patch
parent9755bc969d17fc683791abc5c6fbd50fa3112486 (diff)
downloadopie-ed6b09bab91bf21d33ebef1ea49fdb049e10453b.zip
opie-ed6b09bab91bf21d33ebef1ea49fdb049e10453b.tar.gz
opie-ed6b09bab91bf21d33ebef1ea49fdb049e10453b.tar.bz2
removed obsolet stuff
changed build description for libetpan
Diffstat (limited to 'noncore/net/mail/libetpanstuff/smtptls.patch') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/mail/libetpanstuff/smtptls.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/noncore/net/mail/libetpanstuff/smtptls.patch b/noncore/net/mail/libetpanstuff/smtptls.patch
deleted file mode 100644
index c317c02..0000000
--- a/noncore/net/mail/libetpanstuff/smtptls.patch
+++ b/dev/null
@@ -1,28 +0,0 @@
1
2#
3# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
4#
5
6 --- smtp/mailsmtp_helper.c~smtptls2004-03-11 14:29:59.000000000 +0100
7 +++ smtp/mailsmtp_helper.c2004-02-12 22:07:24.000000000 +0100
8@@ -42,19 +42,14 @@
9 {
10 int r;
11
12+ session->esmtp = 0;
13 r = mailesmtp_ehlo(session);
14
15 if (r == MAILSMTP_NO_ERROR) {
16- session->esmtp = TRUE;
17 return MAILSMTP_NO_ERROR;
18 }
19
20 r = mailsmtp_helo(session);
21- if (r == MAILSMTP_NO_ERROR) {
22- session->esmtp = FALSE;
23- return MAILSMTP_NO_ERROR;
24- }
25-
26 return r;
27 }
28