[csw-devel] SF.net SVN: gar:[3592] csw/mgar/pkg/mairix/trunk
skayser at users.sourceforge.net
skayser at users.sourceforge.net
Thu Mar 5 22:02:00 CET 2009
Revision: 3592
http://gar.svn.sourceforge.net/gar/?rev=3592&view=rev
Author: skayser
Date: 2009-03-05 21:02:00 +0000 (Thu, 05 Mar 2009)
Log Message:
-----------
mairix: dropped extra HMS support for now, need some spare time for that
Modified Paths:
--------------
csw/mgar/pkg/mairix/trunk/Makefile
csw/mgar/pkg/mairix/trunk/checksums
csw/mgar/pkg/mairix/trunk/files/patch-excerpt.diff
Modified: csw/mgar/pkg/mairix/trunk/Makefile
===================================================================
--- csw/mgar/pkg/mairix/trunk/Makefile 2009-03-05 20:36:19 UTC (rev 3591)
+++ csw/mgar/pkg/mairix/trunk/Makefile 2009-03-05 21:02:00 UTC (rev 3592)
@@ -25,8 +25,7 @@
TEST_SCRIPTS =
-# Mention option -x in the help message (-h) and provide fine grained
-# timestamps (still needs a patch to rfc822.c, where HMS are dropped)
+# Mention option -x in the help message (-h)
PATCHFILES = patch-excerpt.diff
# configure doesn't understand most of the $(DIRPATHS) arguments
Modified: csw/mgar/pkg/mairix/trunk/checksums
===================================================================
--- csw/mgar/pkg/mairix/trunk/checksums 2009-03-05 20:36:19 UTC (rev 3591)
+++ csw/mgar/pkg/mairix/trunk/checksums 2009-03-05 21:02:00 UTC (rev 3592)
@@ -1,2 +1,2 @@
821619895931711c370f51f3442a0ded download/mairix-0.21.tar.gz
-e14ad9070d252bd7bb2ddef19915c145 download/patch-excerpt.diff
+a8f4dce18bc0562a85c0cc2ae2dd6f41 download/patch-excerpt.diff
Modified: csw/mgar/pkg/mairix/trunk/files/patch-excerpt.diff
===================================================================
--- csw/mgar/pkg/mairix/trunk/files/patch-excerpt.diff 2009-03-05 20:36:19 UTC (rev 3591)
+++ csw/mgar/pkg/mairix/trunk/files/patch-excerpt.diff 2009-03-05 21:02:00 UTC (rev 3592)
@@ -9,15 +9,3 @@
"expr_i : search expression (all expr's AND'ed together):\n"
" word : match word in message body and major headers\n"
" t:word : match word in To: header\n"
-diff -ur mairix-0.21.org/search.c mairix-0.21/search.c
---- mairix-0.21.org/search.c 2007-06-22 21:18:00.000000000 +0100
-+++ mairix-0.21/search.c 2009-03-03 14:19:30.048952226 +0000
-@@ -1208,7 +1208,7 @@
- if (parsed->hdrs.from) printf(" From: %s\n", parsed->hdrs.from);
- if (parsed->hdrs.subject) printf(" Subject: %s\n", parsed->hdrs.subject);
- thetm = gmtime(&parsed->hdrs.date);
-- strftime(datebuf, sizeof(datebuf), "%a, %d %b %Y", thetm);
-+ strftime(datebuf, sizeof(datebuf), "%a, %d %b %Y, %H:%M:%S", thetm);
- printf(" Date: %s\n", datebuf);
- free_rfc822(parsed);
- }
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list