diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-04 07:45:37 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-04 07:45:37 +0000 |
commit | a4b23926a48d60d20e8202d4df9478d3b442f5cb (patch) | |
tree | 1207a4b0018fe3cc93afc689d15e9600468a394a /mail/evolution-devel/files/patch-camel_camel-mime-utils.c | |
parent | Update to 2.2.3. (diff) |
* Update to 1.2.3
* Fix a problem creating filters on [older] FreeBSD mailing lists [1]
Submitted by: Vladimir B. Grebenschikov <vova@sw.ru>
Notes
Notes:
svn path=/head/; revision=78142
Diffstat (limited to 'mail/evolution-devel/files/patch-camel_camel-mime-utils.c')
-rw-r--r-- | mail/evolution-devel/files/patch-camel_camel-mime-utils.c | 34 |
1 files changed, 26 insertions, 8 deletions
diff --git a/mail/evolution-devel/files/patch-camel_camel-mime-utils.c b/mail/evolution-devel/files/patch-camel_camel-mime-utils.c index 33111196a800..a3ac61282d69 100644 --- a/mail/evolution-devel/files/patch-camel_camel-mime-utils.c +++ b/mail/evolution-devel/files/patch-camel_camel-mime-utils.c @@ -1,11 +1,29 @@ ---- camel/camel-mime-utils.c.orig Fri May 3 15:47:41 2002 -+++ camel/camel-mime-utils.c Sun May 5 18:09:24 2002 -@@ -3388,6 +3388,8 @@ - } - d(printf("named offset = %d\n", offset)); +--- camel/camel-mime-utils.c.orig Mon Oct 7 22:44:40 2002 ++++ camel/camel-mime-utils.c Mon Dec 2 02:34:31 2002 +@@ -3387,6 +3387,8 @@ + return 0; } -+ + + tm.tm_isdst = -1; ++ + d(printf ("\ndecoding date '%s'\n", inptr)); - t = mktime(&tm); - #if defined(HAVE_TIMEZONE) + memset (&tm, 0, sizeof(tm)); +@@ -3739,8 +3741,6 @@ + /* X-Mailing-List: gnome-hackers */ + /* X-Mailing-List: <gnome-hackers> */ + { "X-Mailing-List", "[ \t]*<?([^@>]+)@?([^ \n\t\r>]*)" }, +- /* X-Loop: gnome-hackers@gnome.org */ +- { "X-Loop", "[ \t]*([^@]+)@?([^ \n\t\r>]*)" }, + /* List-Id: GNOME stuff <gnome-hackers.gnome.org> */ + /* List-Id: <gnome-hackers.gnome.org> */ + /* List-Id: <gnome-hackers> */ +@@ -3756,6 +3756,8 @@ + /* X-List: gnome-hackers */ + /* X-List: gnome-hackers@gnome.org */ + { "X-List", "[ \t]*([^@]+)@?([^ \n\t\r>]*)" }, ++ /* X-Loop: gnome-hackers@gnome.org */ ++ { "X-Loop", "[ \t]*([^@]+)@?([^ \n\t\r>]*)" }, + /* Sender: owner-gnome-hackers@gnome.org */ + /* Sender: owner-gnome-hacekrs */ + { "Sender", "[ \t]*owner-([^@]+)@?([^ @\n\t\r>]*)" }, |