Re: [evolution-patches] partial fix for bug #47541



yes

On Mon, 2003-09-01 at 23:11, Cynthia Gu wrote:
> Jeff
> 
> Is your patch in 1.4 now?
> 
> Cynthia
> 
> On Mon, 2003-09-01 at 18:00, Cynthia Gu wrote:
> > Do you mean that this bug is no longer exist in Evolution 1.5?
> > 
> > Subject: Re: [evolution-patches] partial fix for bug #47541
> > From: Jeffrey Stedfast <fejj ximian com>
> > To: Not Zed <notzed ximian com>
> > Cc: evolution-patches ximian com
> > Organization: Ximian, Inc.
> > Date: Thu, 28 Aug 2003 14:16:42 -0400
> > 
> > yea, I think that's what rodo was saying on irc this morning. *shrug*
> > 
> > Jeff
> > 
> > On Thu, 2003-08-28 at 13:06 -0500, Not Zed wrote:
> > > Curious, why does this work on 1.5, is it the composer/gthtml adding
> > the
> > > http:// explictly?
> > > 
> > > On Thu, 2003-08-28 at 12:37, Jeffrey Stedfast wrote:
> > > > Index: ChangeLog
> > > > ===================================================================
> > > > RCS file: /cvs/gnome/evolution/mail/ChangeLog,v
> > > > retrieving revision 1.2761.2.16
> > > > diff -u -r1.2761.2.16 ChangeLog
> > > > --- ChangeLog   22 Aug 2003 17:01:07 -0000      1.2761.2.16
> > > > +++ ChangeLog   28 Aug 2003 17:36:22 -0000
> > > > @@ -1,3 +1,9 @@
> > > > +2003-08-28  Jeffrey Stedfast  <fejj ximian com>
> > > > +
> > > > +       * mail-display.c (on_link_clicked): Don't pass cid: nor
> > > > +       thismessage: urls off to gnome_url_show(). See discussion of
> > bug
> > > > +       #47541.
> > > > +
> > > >  2003-08-14  Jeffrey Stedfast  <fejj ximian com>
> > > >  
> > > >         * mail-ops.c (mail_send_message): Don't abort at the first
> > > > failure
> > > > Index: mail-display.c
> > > > ===================================================================
> > > > RCS file: /cvs/gnome/evolution/mail/mail-display.c,v
> > > > retrieving revision 1.282.4.5
> > > > diff -u -r1.282.4.5 mail-display.c
> > > > --- mail-display.c      19 Aug 2003 04:15:07 -0000      1.282.4.5
> > > > +++ mail-display.c      28 Aug 2003 17:36:23 -0000
> > > > @@ -305,6 +305,10 @@
> > > >                 send_to_url (url, NULL);
> > > >         } else if (*url == '#') {
> > > >                 mail_display_jump_to_anchor (md, url);
> > > > +       } else if (!strncasecmp (url, "cid:", 4) != 0) {
> > > > +               /* FIXME: what do we do here? we can't pass to
> > > > gnome_url_show() */
> > > > +       } else if (!strncasecmp (url, "thismessage:", 12)) {
> > > > +               /* FIXME: same as jump_to_anchor? */
> > > >         } else {
> > > >                 GError *err = NULL;
> > > >  
-- 
Jeffrey Stedfast
Evolution Hacker - Ximian, Inc.
fejj ximian com  - www.ximian.com




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]