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 6C08140BFD3 for ; Mon, 11 Oct 2010 13:18:20 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.001 X-Spam-Level: X-Spam-Status: No, score=-0.001 tagged_above=-999 required=5 tests=[BAYES_20=-0.001] autolearn=ham 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 wwJEh6J+P6z7 for ; Mon, 11 Oct 2010 13:18:08 -0700 (PDT) X-Greylist: delayed 399 seconds by postgrey-1.32 at olra; Mon, 11 Oct 2010 13:18:08 PDT Received: from gateway13.websitewelcome.com (gateway13.websitewelcome.com [67.18.68.4]) by olra.theworths.org (Postfix) with SMTP id 7ADD040BDA7 for ; Mon, 11 Oct 2010 13:18:08 -0700 (PDT) Received: (qmail 1173 invoked from network); 11 Oct 2010 20:11:28 -0000 Received: from terminator.websitewelcome.com (74.53.228.194) by gateway13.websitewelcome.com with SMTP; 11 Oct 2010 20:11:28 -0000 Received: from port-87-193-235-133.static.qsc.de ([87.193.235.133]:33035 helo=mamma) by terminator.websitewelcome.com with esmtpa (Exim 4.69) (envelope-from ) id 1P5OiQ-0007qm-F4 for notmuch@notmuchmail.org; Mon, 11 Oct 2010 15:11:22 -0500 From: kristoffer@rymdkoloni.se (Kristoffer =?utf-8?Q?Str=C3=B6m?=) To: notmuch@notmuchmail.org Subject: sluk, rss and notmuch - some use cases User-Agent: Notmuch/0.3.1-58-g6607fd6 (http://notmuchmail.org) Emacs/23.1.90.1 (x86_64-unknown-linux-gnu) Date: Mon, 11 Oct 2010 22:12:04 +0200 Message-ID: <87d3rgzdyj.fsf@rymdkoloni.se> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - terminator.websitewelcome.com X-AntiAbuse: Original Domain - notmuchmail.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - rymdkoloni.se 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: Mon, 11 Oct 2010 20:18:20 -0000 I just wrote a simple script to turn rss feeds into notmuch-parsable directories. Script and docs available at: http://github.com/krl/sluk/ I had run into problems with both of the two other solutions for this i know 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. rss2emai: downside that you need to send mail when you just want to write it in a directory. also had encoding issues with this. I use this to read all my rss, and tag the ones i find interesting with "recommended", thereafter i use http://github.com/albins/notmuch-to-feed ...to generate a feed from this tag, to spam my friends and enemies. Feel free to yell at me if anything breaks. - Kristoffer