notmuch search and tags
[notmuch-archives.git] / 29 / a16ccd0b4c96a8f5af6e4f0ed706f2dd25d260
1 Return-Path: <kristoffer@rymdkoloni.se>\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 6C08140BFD3\r
6         for <notmuch@notmuchmail.org>; Mon, 11 Oct 2010 13:18:20 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.001\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.001 tagged_above=-999 required=5\r
12         tests=[BAYES_20=-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 wwJEh6J+P6z7 for <notmuch@notmuchmail.org>;\r
16         Mon, 11 Oct 2010 13:18:08 -0700 (PDT)\r
17 X-Greylist: delayed 399 seconds by postgrey-1.32 at olra;\r
18         Mon, 11 Oct 2010 13:18:08 PDT\r
19 Received: from gateway13.websitewelcome.com (gateway13.websitewelcome.com\r
20         [67.18.68.4])\r
21         by olra.theworths.org (Postfix) with SMTP id 7ADD040BDA7\r
22         for <notmuch@notmuchmail.org>; Mon, 11 Oct 2010 13:18:08 -0700 (PDT)\r
23 Received: (qmail 1173 invoked from network); 11 Oct 2010 20:11:28 -0000\r
24 Received: from terminator.websitewelcome.com (74.53.228.194)\r
25         by gateway13.websitewelcome.com with SMTP; 11 Oct 2010 20:11:28 -0000\r
26 Received: from port-87-193-235-133.static.qsc.de ([87.193.235.133]:33035\r
27         helo=mamma) by terminator.websitewelcome.com with esmtpa (Exim 4.69)\r
28         (envelope-from <kristoffer@rymdkoloni.se>) id 1P5OiQ-0007qm-F4\r
29         for notmuch@notmuchmail.org; Mon, 11 Oct 2010 15:11:22 -0500\r
30 From: kristoffer@rymdkoloni.se (Kristoffer =?utf-8?Q?Str=C3=B6m?=)\r
31 To: notmuch@notmuchmail.org\r
32 Subject: sluk, rss and notmuch - some use cases\r
33 User-Agent: Notmuch/0.3.1-58-g6607fd6 (http://notmuchmail.org) Emacs/23.1.90.1\r
34         (x86_64-unknown-linux-gnu)\r
35 Date: Mon, 11 Oct 2010 22:12:04 +0200\r
36 Message-ID: <87d3rgzdyj.fsf@rymdkoloni.se>\r
37 MIME-Version: 1.0\r
38 Content-Type: text/plain; charset=us-ascii\r
39 X-AntiAbuse: This header was added to track abuse,\r
40         please include it with any abuse report\r
41 X-AntiAbuse: Primary Hostname - terminator.websitewelcome.com\r
42 X-AntiAbuse: Original Domain - notmuchmail.org\r
43 X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12]\r
44 X-AntiAbuse: Sender Address Domain - rymdkoloni.se\r
45 X-BeenThere: notmuch@notmuchmail.org\r
46 X-Mailman-Version: 2.1.13\r
47 Precedence: list\r
48 List-Id: "Use and development of the notmuch mail system."\r
49         <notmuch.notmuchmail.org>\r
50 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
51         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
52 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
53 List-Post: <mailto:notmuch@notmuchmail.org>\r
54 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
55 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
56         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
57 X-List-Received-Date: Mon, 11 Oct 2010 20:18:20 -0000\r
58 \r
59 \r
60 I just wrote a simple script to turn rss feeds into notmuch-parsable directories.\r
61 \r
62 Script and docs available at: http://github.com/krl/sluk/\r
63 \r
64 I had run into problems with both of the two other solutions for this i know\r
65 \r
66 feed2imap: problems with threading consuming 100% cpu somehow (seems like a local problem, only happended from cron), also it started messing up the maildir writing.\r
67 rss2emai: downside that you need to send mail when you just want to write it in a directory. also had encoding issues with this.\r
68 \r
69 I use this to read all my rss, and tag the ones i find interesting with "recommended", thereafter i use\r
70 \r
71 http://github.com/albins/notmuch-to-feed\r
72 \r
73 ...to generate a feed from this tag, to spam my friends and enemies.\r
74 \r
75 Feel free to yell at me if anything breaks.\r
76 \r
77  - Kristoffer\r