From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.52.236.136 with SMTP id uu8csp125717vdc; Sun, 14 Apr 2013 10:46:40 -0700 (PDT) X-Received: by 10.52.70.108 with SMTP id l12mr11927942vdu.40.1365961600390; Sun, 14 Apr 2013 10:46:40 -0700 (PDT) Return-Path: Received: from mail-vb0-x22f.google.com (mail-vb0-x22f.google.com [2607:f8b0:400c:c02::22f]) by mx.google.com with ESMTPS id p20si11418503veh.3.2013.04.14.10.46.40 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 14 Apr 2013 10:46:40 -0700 (PDT) Received-SPF: pass (google.com: domain of dmishd@gmail.com designates 2607:f8b0:400c:c02::22f as permitted sender) client-ip=2607:f8b0:400c:c02::22f; Authentication-Results: mx.google.com; spf=pass (google.com: domain of dmishd@gmail.com designates 2607:f8b0:400c:c02::22f as permitted sender) smtp.mail=dmishd@gmail.com; dkim=pass header.i=@gmail.com Received: by mail-vb0-f47.google.com with SMTP id x13so3223679vbb.20 for ; Sun, 14 Apr 2013 10:46:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:content-type; bh=RgP+xYQV+VwcsIyycM2F+0ZbbbKFwkR9Kq7hzs+jIiU=; b=wyfHlid8+7CmcJf82hfsO6qw/U5jmNTTPPM2tqWaRylPbQv/4UPfd0DqL6oGQLdfdS 8EZ5x/qhSb32wtsTFOQzxcOnHuCznX6yLN4jm94goLKn8bJPOY4c/CkGMufuzUtQQx8P zeFzLMuUtc+8I/M4866K5WUmdh7viWaDsh5n0QJHjBxhNLZ0t7alI13rrk+rX+2RCjHK tnPHvui3l7+H1XkuWB2paQb7zaPnLKzMdmLw1y9y/KIZlKrwd6OFW+a8m4sl5L6nxc70 /bHVrU190Mpe5entPP4Hyl/E+xSQIy04XlvF3+6uELlaeix1j+C3TM9C0dzt3fz//j1b h2mg== X-Received: by 10.52.32.230 with SMTP id m6mr11945888vdi.83.1365961598904; Sun, 14 Apr 2013 10:46:38 -0700 (PDT) MIME-Version: 1.0 Received: by 10.221.3.194 with HTTP; Sun, 14 Apr 2013 10:45:57 -0700 (PDT) In-Reply-To: <516997BD.7010409@gaute.vetsj.com> References: <51692285.8000709@gaute.vetsj.com> <51695AF1.2070701@gaute.vetsj.com> <5169925C.1060701@gaute.vetsj.com> <516997BD.7010409@gaute.vetsj.com> From: Hamish D Date: Sun, 14 Apr 2013 18:45:57 +0100 Message-ID: Subject: Re: [sup-talk] sup: Fix for an UndefinedMethodError To: Gaute Hope , sup-talk Content-Type: text/plain; charset=UTF-8 > For sup2: > - Fork a new repo: sup2 > - Go for Mail in stead of RMail (index breakage) > - Go for only Psych (config breakage), requires psych gem in 1.8 > - Integrate the IMAP / label sync back stuff (personally this is what I > miss the most) > - Go for ruby 2.0.0 and maybe 1.8 > - Get rid of all dependencies that are abandoned or deprecated (ncurses > gem..) > - Try to do tests on most stuff for different encodings > - Try to get UTF-8 / encoding right > - Move all the rest of the infrastructure to something the project is in > control of Another one for the list would be to update the GPG code to use version 2 of ruby-gpgme - it currently works with ruby-gpgme 1.0.8 Maybe we should move this list to the wiki. Hamish