From 9f67ea076d83bf92e3c43489f8ee628074c838e3 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Wed, 3 Apr 2013 09:04:21 +2100 Subject: [PATCH] [Joerg Jaspert] Bug#688609: notmuch: Can't deal with compressed maildir files --- eb/fb2a721665a7ea3ed46bc0c6f67b9b4db09315 | 178 ++++++++++++++++++++++ 1 file changed, 178 insertions(+) create mode 100644 eb/fb2a721665a7ea3ed46bc0c6f67b9b4db09315 diff --git a/eb/fb2a721665a7ea3ed46bc0c6f67b9b4db09315 b/eb/fb2a721665a7ea3ed46bc0c6f67b9b4db09315 new file mode 100644 index 000000000..19862c9bd --- /dev/null +++ b/eb/fb2a721665a7ea3ed46bc0c6f67b9b4db09315 @@ -0,0 +1,178 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by olra.theworths.org (Postfix) with ESMTP id DBF3D431FBF + for ; Tue, 2 Apr 2013 05:04:30 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0 +X-Spam-Level: +X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] + autolearn=disabled +Received: from olra.theworths.org ([127.0.0.1]) + by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id Vc4kZgYo-brX for ; + Tue, 2 Apr 2013 05:04:30 -0700 (PDT) +Received: from tesseract.cs.unb.ca (tesseract.cs.unb.ca [131.202.240.238]) + (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 5BB5F431FAE + for ; Tue, 2 Apr 2013 05:04:30 -0700 (PDT) +Received: from fctnnbsc30w-156034082078.dhcp-dynamic.fibreop.nb.bellaliant.net + ([156.34.82.78] helo=zancas.localnet) + by tesseract.cs.unb.ca with esmtpsa + (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.80) + (envelope-from ) + id 1UMzwx-0007Of-AA; Tue, 02 Apr 2013 09:04:27 -0300 +Received: from bremner by zancas.localnet with local (Exim 4.80) + (envelope-from ) + id 1UMzwr-0007Ts-OE; Tue, 02 Apr 2013 09:04:21 -0300 +From: David Bremner +To: notmuch@notmuchmail.org +Subject: [Joerg Jaspert] Bug#688609: notmuch: Can't deal with compressed + maildir files +User-Agent: Notmuch/0.15.2+73~g1c450ec (http://notmuchmail.org) Emacs/24.2.1 + (x86_64-pc-linux-gnu) +Date: Tue, 02 Apr 2013 09:04:21 -0300 +Message-ID: <87hajpjfzu.fsf@zancas.localnet> +MIME-Version: 1.0 +Content-Type: multipart/mixed; boundary="=-=-=" +X-Spam_bar: - +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.13 +Precedence: list +List-Id: "Use and development of the notmuch mail system." + +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +X-List-Received-Date: Tue, 02 Apr 2013 12:04:31 -0000 + +--=-=-= +Content-Type: text/plain + + +I misread this the first time, thinking it was about mboxes. + +Dealing with compressed individual messages seems at least potentially +simpler. + + +--=-=-= +Content-Type: message/rfc822 +Content-Disposition: inline + +Return-path: +Envelope-to: david@tethera.net +Delivery-date: Mon, 24 Sep 2012 04:03:16 -0300 +Received: from 155.72-188-199.rdns.scalabledns.com ([199.188.72.155] + helo=yantan.tethera.net) by tesseract.cs.unb.ca with esmtps + (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.72) (envelope-from + ) id + 1TG2hH-00047B-GJ for david@tethera.net; Mon, 24 Sep 2012 04:03:16 -0300 +Received: from quantz.debian.org ([206.12.19.122]) + by yantan.tethera.net with esmtp (Exim 4.72) + (envelope-from ) + id 1TG2hD-0008Kq-Et + for david@tethera.net; Mon, 24 Sep 2012 04:03:11 -0300 +Received: from qa by quantz.debian.org with local (Exim 4.72) + (envelope-from ) + id 1TG2hB-0003wL-Ak + for david@tethera.net; Mon, 24 Sep 2012 07:03:09 +0000 +Received: from buxtehude.debian.org ([140.211.166.26]) from C=NA,ST=NA, + L=Ankh Morpork,O=Debian SMTP,OU=Debian SMTP CA,CN=buxtehude.debian.org, + EMAIL=hostmaster@buxtehude.debian.org (verified) by quantz.debian.org with + esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.72) (envelope-from + ) id 1TG2h7-0003t5-8h for + notmuch@packages.qa.debian.org; Mon, 24 Sep 2012 07:03:05 +0000 +Received: from debbugs by buxtehude.debian.org with local (Exim 4.72) + (envelope-from ) id 1TG2h6-0002cu-2d; Mon, + 24 Sep 2012 07:03:04 +0000 +X-Loop: owner@bugs.debian.org +Subject: Bug#688609: notmuch: Can't deal with compressed maildir files +Reply-To: Joerg Jaspert , 688609@bugs.debian.org +Resent-From: Joerg Jaspert +Resent-To: debian-bugs-dist@lists.debian.org +Resent-CC: joerg@debian.org, Carl Worth +X-Loop: owner@bugs.debian.org +Resent-Date: Mon, 24 Sep 2012 07:03:01 +0000 +Resent-Message-ID: +X-Debian-PR-Message: report 688609 +X-Debian-PR-Package: notmuch +X-Debian-PR-Keywords: +X-Debian-PR-Source: notmuch +Received: via spool by submit@bugs.debian.org id=B.13484700318613 (code B); + Mon, 24 Sep 2012 07:03:01 +0000 +Received: (at submit) by bugs.debian.org; 24 Sep 2012 07:00:31 +0000 +X-Spam-Checker-Version: SpamAssassin 3.3.1-bugs.debian.org_2005_01_02 + (2010-03-16) on buxtehude.debian.org +X-Spam-Level: +X-Spam-Status: No, score=-14.9 required=4.0 tests=BAYES_00,FROMDEVELOPER, + HAS_PACKAGE,RCVD_IN_DNSWL_MED,X_DEBBUGS_CC autolearn=ham + version=3.3.1-bugs.debian.org_2005_01_02 +X-Spam-Bayes: score:0.0000 Tokens: new, 9; hammy, 106; neutral, 43; + spammy, 0. spammytokens: hammytokens:0.000-+--(unknown), 0.000-+--(unknown), + 0.000-+--(unknown), 0.000-+--(unknown), 0.000-+--(unknown) +Received: from mail.ganneff.de ([46.4.205.38]) by buxtehude.debian.org + with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.72) + (envelope-from ) id 1TG2ed-0002CK-Gs for + submit@bugs.debian.org; Mon, 24 Sep 2012 07:00:31 +0000 +Received: from lorien.ganneff.de (unknown [213.146.108.161]) (using TLSv1 + with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN + "lorien.ganneff.de", + Issuer + "ganneff.de" (not + verified)) by mail.ganneff.de (Postfix) with ESMTPS id E655C195379 for + ; Mon, 24 Sep 2012 07:00:27 +0000 (UTC) +Received: from gkar.ganneff.de (gkar.ganneff.de [213.146.108.162]) (using + TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client did not + present a certificate) by lorien.ganneff.de (Postfix) with ESMTPS id + 8D3BB1143A544 for ; Mon, 24 Sep 2012 09:00:25 + +0200 (CEST) +From: Joerg Jaspert +To: Debian Bug Tracking System +Organization: Goliath-BBS +User-Agent: Notmuch/0.13.2 (http://notmuchmail.org) Emacs/24.2.50.1 + (x86_64-pc-linux-gnu) +X-GPG-ID: 0x7E7B8AC9 +X-GPG-FP: DF7D EB2F DB28 FD2B A9FB FA6D 715E D6A0 7E7B 8AC9 +X-Message-Flag: Formating hard disk. please wait... 10%... 20%... +Date: Mon, 24 Sep 2012 09:00:32 +0200 +Message-ID: <873927oqgf.fsf@gkar.ganneff.de> +Delivered-To: submit@bugs.debian.org +Delivered-To: notmuch@packages.qa.debian.org +Precedence: list +X-Loop: notmuch@packages.qa.debian.org +X-Debian: PTS +X-Debian-Package: notmuch +X-PTS-Package: notmuch +X-PTS-Keyword: bts +List-Unsubscribe: +Resent-Sender: Debian QA +X-Spam-Score: 0.4 +X-Spam_bar: / +MIME-Version: 1.0 +Content-Type: text/plain + +Package: notmuch +Version: 0.13.2-1 +Severity: wishlist + +Dear Maintainer, + +another wishlist going upstream. Would be nice if notmuch can be told +that the mailfiles are compressed (gzip in this case), or even better - +detect that itself. And then transparently deal with it. + +-- +bye, Joerg +I guess some people never change. Or, they quickly change and then +quickly change back. + + +--=-=-=-- -- 2.26.2