From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.42.165.135 with SMTP id k7cs22105icy; Thu, 18 Nov 2010 04:33:00 -0800 (PST) Received: by 10.42.171.138 with SMTP id j10mr75977icz.391.1290083570134; Thu, 18 Nov 2010 04:32:50 -0800 (PST) Return-Path: Received: from rubyforge.org (rubyforge.org [205.234.109.19]) by mx.google.com with ESMTP id l42si276465vcr.181.2010.11.18.04.32.49; Thu, 18 Nov 2010 04:32:50 -0800 (PST) Received-SPF: pass (google.com: domain of sup-devel-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-devel-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) smtp.mail=sup-devel-bounces@rubyforge.org; dkim=neutral (body hash did not verify) header.i=@gmail.com Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id 7CDBF18583B7; Thu, 18 Nov 2010 07:32:49 -0500 (EST) Received: from mail-wy0-f178.google.com (mail-wy0-f178.google.com [74.125.82.178]) by rubyforge.org (Postfix) with ESMTP id 5F53118583B8 for ; Thu, 18 Nov 2010 07:30:43 -0500 (EST) Received: by wyb33 with SMTP id 33so1196005wyb.23 for ; Thu, 18 Nov 2010 04:30:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:content-type:subject :from:to:in-reply-to:references:date:message-id:user-agent :content-transfer-encoding; bh=RU7HehsoEjsauYaJCV8kTxvcMM0bGtbG96RgE8UMFZA=; b=BzNLyMyfHblsh30aDKOnyvimEb2SEOP8lXcBY5hh0ob2VMqbi9eth1q4DOOHJ8TbV9 FGtazYsNyw0DtF1ztJoNa52e/BU2/iNk0Anflb4FKnq+F6VBN60UAioxasEulK5Ketdj ytTv1l5503fIh9AC+sq+V9/B9bb40KrPBp2Nc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:content-type:subject:from:to:in-reply-to:references:date :message-id:user-agent:content-transfer-encoding; b=u9E5aYu7tN5IKjAVfEKYJmCBHyTjzGC30PbvKTXbHDsdP8fLf+WDULEeTcibb8jPY7 4t0r8QVlM59tjsv3G1zKxElQFMEeMxSKHs8IDey3gK8/D6BkZOfJSrED833V5M3lBBi5 CHyRH4jtBbQvDuP2C5ijH9LXq4py6lhabXd3g= Received: by 10.216.30.65 with SMTP id j43mr533216wea.20.1290083428746; Thu, 18 Nov 2010 04:30:28 -0800 (PST) Received: from localhost (mut38-4-82-233-117-144.fbx.proxad.net [82.233.117.144]) by mx.google.com with ESMTPS id w41sm176295weq.32.2010.11.18.04.30.26 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 18 Nov 2010 04:30:26 -0800 (PST) From: Damien Leone To: sup-devel In-reply-to: <1289921639-sup-8166@alvh.no-ip.org> References: <1289849196-sup-128@alipc-laptop> <1289917099-sup-3698@mailer> <1289921639-sup-8166@alvh.no-ip.org> Date: Thu, 18 Nov 2010 13:30:24 +0100 Message-Id: <1290082837-sup-9842@mailer> User-Agent: Sup/git Subject: Re: [sup-devel] state of maildir-sync branch? X-BeenThere: sup-devel@rubyforge.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: Sup developer discussion List-Id: Sup developer discussion 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-devel-bounces@rubyforge.org Errors-To: sup-devel-bounces@rubyforge.org Hi, Excerpts from Alvaro Herrera's message of mar. nov. 16 16:35:32 +0100 2010: > Somewhat related: I'd like to have a display of which source(s) a > message belongs to, in the header widget. I have no idea how to > implement this though. Any pointers? If I remember correctly you can retrieve the source informations of a mail by its "locations" attribute in the Message class. A Location is a class which has a "source" attribute that can be Maildir or Mbox and an "info" attribute that holds the filename on the disk. -- Damien Leone Web: http://dleone.fensalir.fr/ GPG: 0x82EB4DDF _______________________________________________ Sup-devel mailing list Sup-devel@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-devel