]> git.ipfire.org Git - people/ms/dma.git/commitdiff
drop 20-parse-recipient.patch: already present
authorSimon Schubert <2@0x2c.org>
Thu, 28 Oct 2010 20:52:23 +0000 (22:52 +0200)
committerSimon Schubert <2@0x2c.org>
Thu, 28 Oct 2010 20:52:23 +0000 (22:52 +0200)
debian/patches/20-parse-recipient.patch [deleted file]

diff --git a/debian/patches/20-parse-recipient.patch b/debian/patches/20-parse-recipient.patch
deleted file mode 100644 (file)
index b678729..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-Description: Fix the parsing of recipient addresses.
-Origin: other: http://svn.ringlet.net/svn/ringlet/mail/dma/
-Forwarded: http://bugs.launchpad.net/dma/+bug/599536
-Author: Peter Pentchev <roam@ringlet.net>
-Last-Update: 2010-06-28
-
---- a/mail.c
-+++ b/mail.c
-@@ -375,6 +375,7 @@
-               case '<':
-                       ps->brackets = 1;
-+                      ps->pos = 0;
-                       goto skip;
-               case '>':