From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.42.224.197 with SMTP id ip5cs52749icb; Thu, 17 Feb 2011 09:23:01 -0800 (PST) Received: by 10.42.213.195 with SMTP id gx3mr3209050icb.55.1297963381589; Thu, 17 Feb 2011 09:23:01 -0800 (PST) Return-Path: Received: from rubyforge.org (rubyforge.org [205.234.109.19]) by mx.google.com with ESMTP id q30si1576250vcf.78.2011.02.17.09.23.00; Thu, 17 Feb 2011 09:23:00 -0800 (PST) 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 2CFB41678329; Thu, 17 Feb 2011 12:23:00 -0500 (EST) X-Greylist: delayed 597 seconds by postgrey-1.31 at rubyforge.org; Thu, 17 Feb 2011 11:54:16 EST Received: from sam.mediasupervision.de (sam.mediasupervision.de [80.152.3.104]) by rubyforge.org (Postfix) with ESMTP id D3A7B18582E2 for ; Thu, 17 Feb 2011 11:54:16 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by sam.mediasupervision.de (Postfix) with ESMTP id 99428485D9E for ; Thu, 17 Feb 2011 17:44:17 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at sam.mediasupervision.de Received: from sam.mediasupervision.de ([127.0.0.1]) by localhost (sam.mediasupervision.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id QQCvnqUoZ-8t for ; Thu, 17 Feb 2011 17:44:17 +0100 (CET) Received: by sam.mediasupervision.de (Postfix, from userid 1000) id 74266485DA0; Thu, 17 Feb 2011 17:44:17 +0100 (CET) From: Gregor Hoffleit To: sup-talk In-reply-to: <1297951012-sup-2455@Otokar> References: <1297887707-sup-809@plc.intranet.plecavalier.com> <1297934366-sup-3072@blake> <1297936718-sup-9587@pruts.nl> <1297941721-sup-6759@blake> <1297951012-sup-2455@Otokar> Date: Thu, 17 Feb 2011 17:44:17 +0100 Message-Id: <1297960819-sup-4803@sam.mediasupervision.de> User-Agent: Sup/git Subject: Re: [sup-talk] Body preview separator inbox-mode 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 * Matthieu Rakotojaona [Do Feb 17 14:58:40 +0100 2011] > $ cat .sup/color.yaml > :snippet: > :bg: default > :fg: black > :attrs: > - bold Afaik, YAML (http://www.yaml.org/spec/1.2/spec.html) depends on the indentation for determination of the structure. I would have expected the above snippet definition to look like this: :snippet: :bg: default :fg: black :attrs: - bold Regards, Gregor _______________________________________________ sup-talk mailing list sup-talk@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-talk