Re: [evolution-patches] Mailer bug #127521: Inline PGP support for evolution (part A: only sending)



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]