From: Simon Schubert <2@0x2c.org> Date: Thu, 28 Oct 2010 20:52:23 +0000 (+0200) Subject: drop 20-parse-recipient.patch: already present X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c8bc0095d5eb097fe25f7310e723c765b6b5372;p=people%2Fms%2Fdma.git drop 20-parse-recipient.patch: already present --- diff --git a/debian/patches/20-parse-recipient.patch b/debian/patches/20-parse-recipient.patch deleted file mode 100644 index b678729..0000000 --- a/debian/patches/20-parse-recipient.patch +++ /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 -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 '>':