From owner-freebsd-gnome@FreeBSD.ORG Sun Apr 24 19:34:03 2011 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 290741065670 for ; Sun, 24 Apr 2011 19:34:03 +0000 (UTC) (envelope-from BATV+c93c927e216c7eec1c20+2800+infradead.org+dwmw2@casper.srs.infradead.org) Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:770:15f::2]) by mx1.freebsd.org (Postfix) with ESMTP id B37E88FC18 for ; Sun, 24 Apr 2011 19:34:02 +0000 (UTC) Received: from macbook.infradead.org ([2001:8b0:10b:1:216:eaff:fe05:bbb8]) by casper.infradead.org with esmtpsa (Exim 4.72 #1 (Red Hat Linux)) id 1QE54G-0001FC-Mi; Sun, 24 Apr 2011 19:34:04 +0000 From: David Woodhouse To: Matthias Apitz In-Reply-To: <20110424181903.GA1129@tiny> References: <20110424160107.GA3824@tinyCurrent> <20110424160553.GA21295@sh4-5.1blu.de> <1303668410.6417.4.camel@macbook.infradead.org> <20110424181903.GA1129@tiny> Content-Type: text/plain; charset="UTF-8" Date: Sun, 24 Apr 2011 20:33:59 +0100 Message-ID: <1303673639.6417.7.camel@macbook.infradead.org> Mime-Version: 1.0 X-Mailer: Evolution 2.32.3 (2.32.3-1.fc14) Content-Transfer-Encoding: 8bit X-SRS-Rewrite: SMTP reverse-path rewritten from by casper.infradead.org See http://www.infradead.org/rpr.html Cc: gnome@freebsd.org, evolution-list@gnome.org Subject: Re: [Evolution] evolution-2.32.1 (FreeBSD HEAD) && calendar not working X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Apr 2011 19:34:03 -0000 On Sun, 2011-04-24 at 20:19 +0200, Matthias Apitz wrote: > El día Sunday, April 24, 2011 a las 07:06:50PM +0100, David Woodhouse escribió: > > Building evolution-2.32.3 requires evolution-data-server-2.32.3, but you > > still seem to have e-d-s 2.32.1. > > Is this as well in the evolution-2.32.3 source tar archive? I have only > fetched and unpacked this; Yes. You need evolution-data-server *and* evolution itself. > > Btw, your In-Reply-To: headers are strange, breaking threading. What's > > up with that? > > it seems that all dynamic IP addr I get from my DSL provider are > DNS-blacklisted and gnome.org is not acceting my mails :-( > I have to forward them to my ISP account mailbox to be able to send mail > to @gnome.org; this is the only zone I have trouble with; > sorry for this, but I don't know how to solve this with my DSL provider; If you "bounce" or "forward as redirect" the message, then that shouldn't break the threading information. You'd be resending the original message rather than sending a new one. There must be better ways though. -- dwmw2