extract attachments from multiple mails
[notmuch-archives.git] / 60 / f950951f52a615a2145ccda51299414310ca45
1 Return-Path: <Sebastian@SSpaeth.de>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 178DA431FC0\r
6         for <notmuch@notmuchmail.org>; Tue,  9 Feb 2010 02:35:45 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.672\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.672 tagged_above=-999 required=5\r
12         tests=[AWL=-0.673, BAYES_50=0.001] autolearn=ham\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id khTnin+dOvpR for <notmuch@notmuchmail.org>;\r
16         Tue,  9 Feb 2010 02:35:44 -0800 (PST)\r
17 Received: from homiemail-a12.g.dreamhost.com (caiajhbdcahe.dreamhost.com\r
18         [208.97.132.74])\r
19         by olra.theworths.org (Postfix) with ESMTP id 3A74A431FAE\r
20         for <notmuch@notmuchmail.org>; Tue,  9 Feb 2010 02:35:44 -0800 (PST)\r
21 Received: from sspaeth.de (mtec-hg-docking-1-dhcp-204.ethz.ch\r
22         [129.132.133.204])\r
23         by homiemail-a12.g.dreamhost.com (Postfix) with ESMTPA id 37DDA714070; \r
24         Tue,  9 Feb 2010 02:35:42 -0800 (PST)\r
25 Received: by sspaeth.de (sSMTP sendmail emulation);\r
26         Tue, 09 Feb 2010 11:35:40 +0100\r
27 From: "Sebastian Spaeth" <Sebastian@SSpaeth.de>\r
28 To: Carl Worth <cworth@cworth.org>, notmuch@notmuchmail.org\r
29 In-Reply-To: <87eikvpfzl.fsf@yoom.home.cworth.org>\r
30 References: <87mxzjpl9v.fsf@yoom.home.cworth.org>\r
31         <87eikvpfzl.fsf@yoom.home.cworth.org>\r
32 Date: Tue, 09 Feb 2010 11:35:39 +0100\r
33 Message-ID: <87fx5a7l38.fsf@SSpaeth.de>\r
34 MIME-Version: 1.0\r
35 Content-Type: text/plain; charset=us-ascii\r
36 Subject: Re: [notmuch] [PATCH] Switch from random to sequential thread\r
37  identifiers.\r
38 X-BeenThere: notmuch@notmuchmail.org\r
39 X-Mailman-Version: 2.1.13\r
40 Precedence: list\r
41 List-Id: "Use and development of the notmuch mail system."\r
42         <notmuch.notmuchmail.org>\r
43 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
44         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
45 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
46 List-Post: <mailto:notmuch@notmuchmail.org>\r
47 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
48 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
49         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
50 X-List-Received-Date: Tue, 09 Feb 2010 10:35:45 -0000\r
51 \r
52 On Mon, 08 Feb 2010 13:36:14 -0800, Carl Worth <cworth@cworth.org> wrote:\r
53 > -NOTMUCH_THREAD_ID_SQUELCH='s/thread:................................/thread:XXX/'\r
54 > +NOTMUCH_THREAD_ID_SQUELCH='s/thread:..................../thread:XXX/'\r
55 \r
56 Caught you not running your test suite before submitting v2 of a patch!\r
57 :-)\r
58 \r
59 This still assumes the 20 digit thread ids.\r
60 \r
61 Sebastian\r