diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-15 00:10:58 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-15 00:10:58 +0000 |
commit | efc03a7db42e86c5b41383ebda01bbbb4fcab4e8 (patch) | |
tree | cc2c75a3105316183ad3858c5730546d9428a621 /mail/dbmail21/files/patch-2.0.7_006_281 | |
parent | - Update to 0.4.6 (diff) |
- Integrate vendor patches:
1. #266 - Excessive db connects and quits
2. #271 - BUG with connect to postgresql database
3. #272 - Non-UTF characters in a message's body
4. #277 - Fix "INTERNALDATE" calculation in imaputil.c
5. other patches from repository.
- Add SHA256
PR: ports/88277
Submitted by: Mark Starovoytov <mark_sf@kikg.ifmo.ru> (maintainer)
Notes
Notes:
svn path=/head/; revision=148303
Diffstat (limited to 'mail/dbmail21/files/patch-2.0.7_006_281')
-rw-r--r-- | mail/dbmail21/files/patch-2.0.7_006_281 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/dbmail21/files/patch-2.0.7_006_281 b/mail/dbmail21/files/patch-2.0.7_006_281 new file mode 100644 index 000000000000..fd43d4942536 --- /dev/null +++ b/mail/dbmail21/files/patch-2.0.7_006_281 @@ -0,0 +1,11 @@ +--- main.c.orig Mon Nov 7 17:22:39 2005 ++++ main.c Mon Nov 7 17:22:56 2005 +@@ -419,7 +419,7 @@ + if (! (strlen((char *)tmp->data) > 0)) + continue; + +- deliver_to_user_t dsnuser; ++ //deliver_to_user_t dsnuser; + dsnuser_init(&dsnuser); + dsnuser.address = dm_strdup((char *) tmp->data); + |