From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.213.34.76 with SMTP id k12cs31975ebd; Thu, 8 Apr 2010 05:10:45 -0700 (PDT) Received: by 10.204.34.81 with SMTP id k17mr58826bkd.78.1270728645159; Thu, 08 Apr 2010 05:10:45 -0700 (PDT) Return-Path: Received: from rubyforge.org (rubyforge.org [205.234.109.19]) by mx.google.com with ESMTP id 4si21031bwz.53.2010.04.08.05.10.44; Thu, 08 Apr 2010 05:10:45 -0700 (PDT) Received-SPF: pass (google.com: domain of sup-talk-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) client-ip=205.234.109.19; Authentication-Results: mx.google.com; spf=pass (google.com: domain of sup-talk-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) smtp.mail=sup-talk-bounces@rubyforge.org Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id C1C391858307; Thu, 8 Apr 2010 08:10:43 -0400 (EDT) X-Greylist: delayed 505 seconds by postgrey-1.31 at rubyforge.org; Thu, 08 Apr 2010 08:09:58 EDT Received: from blenny.roughage.com.au (roughage.com.au [202.177.221.48]) by rubyforge.org (Postfix) with ESMTP id DED2E18582F3 for ; Thu, 8 Apr 2010 08:09:58 -0400 (EDT) Received: from wrasse (unknown [172.8.173.14]) by blenny.roughage.com.au (Postfix) with ESMTP id 72B34401C1AF7 for ; Thu, 8 Apr 2010 22:01:28 +1000 (EST) Received: by wrasse (Postfix, from userid 1000) id 14B08100A15D; Thu, 8 Apr 2010 22:01:28 +1000 (EST) From: Richard Heycock To: sup-talk In-reply-to: References: Date: Thu, 08 Apr 2010 22:01:27 +1000 Message-Id: <1270727373-sup-8902@roughage.com.au> User-Agent: Sup/0.10.2 Subject: Re: [sup-talk] sent mail 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 Excerpts from Neil Stewart's message of 2010-04-08 20:08:31 +1000: > Hi Michael, > > > Are you sure about that? mbox files can easily get very large and it's a > > pain to parse/handle them. I would really recommend maildir, you can use > > mb2md to convert an existing mbox file to a maildir folder. > > I shall give this a serious look. Thanks for the tip. > > > In sup 0.11, sent mail does not get the inbox label anymore (AFAIK). Are you > > using 0.11? > > I'm using 0.10.2-1 from Debian testing. I've had a go at getting 0.11, but > it's not available in Debian. I've failed to compile it several times using > "gems install sup". I finally got it to work using ruby1.9, but can't work > out how to run sup. I tried "gem install sup" will put a script in /usr/bin so you should be able to simply type sup. If you have multiple versions of ruby you might have problems but if you invoke it thus: /path/to/ruby /usr/bin/sup you should be right. > # /var/lib/gems/1.9.0/bin/sup > /var/lib/gems/1.9.0/gems/sup-0.11/lib/sup/util.rb:2:in `require': /var/lib/gems/1.9.0/gems/lockfile-1.4.3/lib/lockfile.rb:454: syntax error, unexpected ']' (SyntaxError) > /var/lib/gems/1.9.0/gems/lockfile-1.4.3/lib/lockfile.rb:564: syntax error, unexpected $end, expecting keyword_end > from /var/lib/gems/1.9.0/gems/sup-0.11/lib/sup/util.rb:2:in `' > from /var/lib/gems/1.9.0/gems/sup-0.11/lib/sup.rb:277:in `require' > from /var/lib/gems/1.9.0/gems/sup-0.11/lib/sup.rb:277:in `' > from /var/lib/gems/1.9.0/gems/sup-0.11/bin/sup:15:in `require' > from /var/lib/gems/1.9.0/gems/sup-0.11/bin/sup:15:in `' > from /var/lib/gems/1.9.0/bin/sup:19:in `load' > from /var/lib/gems/1.9.0/bin/sup:19:in `
' > > which fails and > > # /var/lib/gems/1.9.0/gems/sup-0.11/bin/sup > /usr/bin/env: ruby: No such file or directory > > which fails. > > I was going to try rubyforge, but it only lists 0.10.2 and earlier. > > Being new to ruby is not helping! I'll have a go at compiling the > development version from the git repository. > > Thank you for your help. > > Best, > Neil. Not sure if this helps but you really don't want to be using ruby 1.9.0 the latest is ruby-1.9.1-p376. If you want to install using Debian packages they are in testing. apt-get install rubygems1.9.1 ruby1.9.1-dev rdoc1.9.1 irb1.9.1 should see you right. rgh -- Richard Heycock http://topikality.com +61 (0) 410 646 369 [e]: rgh@topikality.com [im]: rgh@topikality.com _______________________________________________ sup-talk mailing list sup-talk@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-talk