Re: [evolution-patches] Mailer bug #127521: Inline PGP support for evolution (part A: only sending)
- From: Not Zed <notzed ximian com>
- To: Jeffrey Stedfast <fejj ximian com>
- Cc: Bohumir Jelinek <bj48 ra msstate edu>, evolution-patches ximian com
- Subject: Re: [evolution-patches] Mailer bug #127521: Inline PGP support for evolution (part A: only sending)
- Date: Wed, 07 Jan 2004 11:00:13 +1030
On Tue, 2004-01-06 at 15:41 -0500, Jeffrey Stedfast wrote:
> On Tue, 2004-01-06 at 14:30 -0600, Bohumir Jelinek wrote:
> > > > + struct _GpgCtx *gpg;
> > > > + CamelStream *ostream = camel_stream_mem_new(), *istream;
> > >
> > > I'd prefer that you not init the ostream here.
> > >
> > Do you just want me to call camel_stream_mem_new() after next two
> > lines (below declaration block)?
>
> yea, same place as istream gets created is fine.
they could both be setup in the declaration block, since they are always
allocated and always freed.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]