[Prophet] prophet mailing list archives on Gmane

Ivan Shmakov ivan at main.uusia.org
Wed Jan 26 14:14:27 EST 2011


>>>>> Jesse Vincent <jesse at bestpractical.com> writes:
>>>>> On Wed 26.Jan'11 at 23:10:40 +0600, Ivan Shmakov wrote:

[…]

 >> • still, I guess it's a more serious point that the version of the
 >> archives below pipermail/ is customarily crippled by the Mailman
 >> software; I don't quite understand how the MIME (including, in
 >> particular, OpenPGP signatures) could be properly restored for the
 >> postings; (or perhaps the situation isn't that bad?)

 > If you click through, there should be "Download an mbox" links for
 > each month.

	Actually, there aren't a page to contain the “mbox” substring.
	Consider, e. g.:

$ (p=http://lists.bestpractical.com/pipermail/prophet ; \
      for uri in "$p"/ \
          "$p"/2010-October/{thread,subject,author,date}.html ; do
          (wget -qO - -- "$uri" || printf %s:\ Failed\\n "$uri") \
              | grep -iF -- mbox \
              | sed -e "s,^,${uri}:,"
      done) 
$ 

	Compare to, say:

$ (p=http://lists.bestpractical.com/pipermail/prophet ; \
      for uri in "$p"/ \
      	  "$p"/2010-October/{thread,subject,author,date}.html ; do
	  (wget -qO - -- "$uri" || printf %s:\ Failed\\n "$uri") \
	      | grep -iF -- jesse \
	      | sed -e "s,^,${uri}:,"
      done) 
http://lists.bestpractical.com/pipermail/prophet/2010-October/thread.html:<I>Jesse Vincent
http://lists.bestpractical.com/pipermail/prophet/2010-October/subject.html:<I>Jesse Vincent
http://lists.bestpractical.com/pipermail/prophet/2010-October/author.html:<I>Jesse Vincent
http://lists.bestpractical.com/pipermail/prophet/2010-October/date.html:<I>Jesse Vincent
$ 

	Yes, I can see the “Gzip'd Text” links, but these lead to the
	version of the archive deprived of both all the lesser header
	fields, and of MIME:

$ wget -qO - \
      http://lists.bestpractical.com/pipermail/prophet/2010-September.txt.gz \
      | zcat \
      | sed -e 36,63\!d 
From kibi at debian.org  Sat Sep 11 06:16:14 2010
From: kibi at debian.org (Cyril Brulebois)
Date: Sat, 11 Sep 2010 12:16:14 +0200
Subject: [Prophet] [PATCH] sqlite: Fix pragma name:
 s/default_synchronous/synchronous/
In-Reply-To: <1284199352-16643-1-git-send-email-kibi at debian.org>
References: <1284199352-16643-1-git-send-email-kibi at debian.org>
Message-ID: <20100911101614.GM8317 at debian.org>

Cyril Brulebois <kibi at debian.org> (11/09/2010):
> The default_synchronous pragma was removed in 2004 according to the
> timeline available on http://www.sqlite.org/, let's use synchronous
> instead. See http://www.sqlite.org/pragma.html for sqlite pragmas.

Jesse, if you indeed noticed some performance boost, may it be you
were using sqlite2 or so? In which case, you might want to use both
pragmas instead, just to make sure?

Mraw,
KiBi.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.bestpractical.com/pipermail/prophet/attachments/20100911/7d225741/attachment.pgp>

$ 

	While I guess there's a way to restore the scrubbed MIME parts
	from the above, I'm not entirely sure that it's the best way to
	go.

	TYC.

[…]

-- 
FSF associate member #7257
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
URL: <http://lists.bestpractical.com/pipermail/prophet/attachments/20110127/fdcdb467/attachment.pgp>


More information about the Prophet mailing list