From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.58.247.3 with SMTP id ya3csp353757vec; Thu, 20 Sep 2012 04:32:22 -0700 (PDT) Received: by 10.182.52.42 with SMTP id q10mr1043934obo.46.1348140742280; Thu, 20 Sep 2012 04:32:22 -0700 (PDT) Return-Path: Received: from rubyforge.org (50-56-192-79.static.cloud-ips.com. [50.56.192.79]) by mx.google.com with ESMTP id ks5si4693976obb.98.2012.09.20.04.32.12; Thu, 20 Sep 2012 04:32:22 -0700 (PDT) Received-SPF: pass (google.com: domain of sup-talk-bounces@rubyforge.org designates 50.56.192.79 as permitted sender) client-ip=50.56.192.79; Authentication-Results: mx.google.com; spf=pass (google.com: domain of sup-talk-bounces@rubyforge.org designates 50.56.192.79 as permitted sender) smtp.mail=sup-talk-bounces@rubyforge.org Received: from localhost.localdomain (localhost [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id 79CCF2E085; Thu, 20 Sep 2012 11:32:12 +0000 (UTC) Received: from fe2.pruts.nl (pruts.nl [82.94.235.106]) by rubyforge.org (Postfix) with ESMTP id 99B632E066 for ; Thu, 20 Sep 2012 11:31:59 +0000 (UTC) Received: from localhost (localhost.localdomain [127.0.0.1]) by fe2.pruts.nl (Postfix) with ESMTP id 728D514006F; Thu, 20 Sep 2012 08:43:55 +0200 (CEST) X-Virus-Scanned: amavisd-new at pruts.nl Received: from fe2.pruts.nl ([127.0.0.1]) by localhost (fe2.local [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id vEPhk4h9tUE1; Thu, 20 Sep 2012 08:43:53 +0200 (CEST) Received: by fe2.pruts.nl (Postfix, from userid 1000) id 2D55E140085; Thu, 20 Sep 2012 08:43:53 +0200 (CEST) From: Ico X-pgp-key: 4202FA2F To: Naveen Nathan In-reply-to: <20120919211500.GH48050@armakuni.lastninja.net> References: <20120919211500.GH48050@armakuni.lastninja.net> X-pgp-keyserver: subkeys.pgp.net X-pgp-fingerprint: F042 F5CD B0A6 EC6A CB80 A829 CACD A4B5 4202 FA2F Date: Thu, 20 Sep 2012 08:43:53 +0200 Message-Id: <1348123080-sup-7217@pruts.nl> User-Agent: Sup/git Cc: sup-talk Subject: Re: [sup-talk] any testimonials from users who transitioned from mutt? X-BeenThere: sup-talk@rubyforge.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: User & developer discussion of Sup List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: sup-talk-bounces@rubyforge.org Errors-To: sup-talk-bounces@rubyforge.org > Mutt and mail savvy user here. It's my daily use client, I use a lot of > it's features such as threading, tagging, header caching (for imap). > > What it truly lacks, even though slightly supported by IMAP, is full-body > search of email, indexing, etc. I've been a long time mutt user before switching to sup a few years ago. Mutt indeed lacks proper searching and indexing, but for this I found mairix [1], which with some scripting [2], .muttrc [3] configuration and a cronjob [4] can be integrated into mutt pretty seamless. I eventually switched to sup not mainly for of the indexing/searching, but because of the unique way sup keeps track of threads. Now that sup is pretty much dead I find myself poking around in the source more and more often, but maybe it is about time to switch back to mutt for more stability :( 1. http://www.rpcurnow.force9.co.uk/mairix/ 2. ~/bin/searchmail #!/bin/sh echo -n "Search for: " read expr echo $expr if [ "$expr" = "" ]; then clear mairix --help read exit fi mairix $expr 3. .muttrc macro index s !searchmail\nc=searched\n macro pager s !searchmail\nc=searched\n 4. crontab */10 * * * * ~/bin/mairix -- :wq ^X^Cy^K^X^C^C^C^C _______________________________________________ sup-talk mailing list sup-talk@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-talk