[PATCH 1/9] lib: read "property" terms from messages.
[notmuch-archives.git] / 3e / 8bdf47204805be012ec107fcce30a6c450aeab
1 Return-Path: <vasile@softwarefreedom.org>\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 24A1A431FB6\r
6         for <notmuch@notmuchmail.org>; Tue,  1 Mar 2011 14:13:06 -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\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         autolearn=disabled\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 Y6eiTbl1OS5b for <notmuch@notmuchmail.org>;\r
16         Tue,  1 Mar 2011 14:13:04 -0800 (PST)\r
17 Received: from mail.sflc.info (mail.sflc.info [216.27.154.199])\r
18         (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 9C355431FB5\r
21         for <notmuch@notmuchmail.org>; Tue,  1 Mar 2011 14:13:04 -0800 (PST)\r
22 Received: from localhost (unknown [10.2.67.174])\r
23         by mail.sflc.info (Postfix) with ESMTPSA id 69E8AB4C10C;\r
24         Tue,  1 Mar 2011 22:12:33 +0000 (UTC)\r
25 From: James Vasile <james@hackervisions.org>\r
26 To: Jameson Rollins <jrollins@finestructure.net>,\r
27         notmuch <notmuch@notmuchmail.org>\r
28 Subject: Re: Make MBox\r
29 In-Reply-To: <87y64y338b.fsf@servo.finestructure.net>\r
30 References: <87d3mak1dj.fsf@softwarefreedom.org>\r
31         <87y64y338b.fsf@servo.finestructure.net>\r
32 User-Agent: Notmuch/0.5-185-g854ab96 (http://notmuchmail.org) Emacs/23.2.1\r
33         (x86_64-pc-linux-gnu)\r
34 Date: Tue, 01 Mar 2011 17:13:02 -0500\r
35 Message-ID: <87sjv6ij69.fsf@softwarefreedom.org>\r
36 MIME-Version: 1.0\r
37 Content-Type: text/plain; charset=us-ascii\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, 01 Mar 2011 22:13:06 -0000\r
51 \r
52 On Tue, 01 Mar 2011 14:06:28 -0800, Jameson Rollins <jrollins@finestructure.net> wrote:\r
53 > On Tue, 01 Mar 2011 15:54:32 -0500, James Vasile <james@hackervisions.org> wrote:\r
54 > > Sometimes I want to send a colleague a bunch of emails (for example, all\r
55 > > the emails I've tagged todo or all the emails from an awesome\r
56 > > contributor.  Although notmuch usually speaks the language of maildirs,\r
57 > > I find mboxes most convenient for attaching to emails.  Their tools can\r
58 > > usually handle it well.\r
59 > > \r
60 > > I've put a bit of elisp and python up:\r
61 > > https://github.com/jvasile/notmuch2mbox\r
62\r
63 > Hi, James.  Are you aware of the --format=mbox output option for notmuch\r
64 > show?  I think it already supports just this exact use case.  See\r
65 > "notmuch help show" for more info.\r
66 \r
67 Nope, completely unaware.  This is what happens when I stop reading this\r
68 list for a while.  I go do silly things like reimplement features.  I\r
69 wonder how easy it is to remove a repo from github...\r
70 \r
71 Thanks for the kind update, Jameson.\r
72 \r
73 Best regards,\r
74 James\r