[Dbmail-dev] Re: Problem with 'subaddress' in sieve script (and glib)

2006-02-17 Thread Oleg Lapshin
Ok, it's because GStrings don't self-initialize like GLists do. Bah. I'm just going to zap the set/get_envelope functions I wrote last week; get_header(Return-Path) already has exactly the same information. OK I download revision 1986 It works! And there are no more Glib-CRITICAL

Re: [Dbmail-dev] Re: Problem with 'subaddress' in sieve script (and glib)

2006-02-17 Thread Aaron Stone
On Fri, 2006-02-17 at 15:09 +0300, Oleg Lapshin wrote: Ok, it's because GStrings don't self-initialize like GLists do. Bah. I'm just going to zap the set/get_envelope functions I wrote last week; get_header(Return-Path) already has exactly the same information. OK I download revision