From igor.brkic@fer.hr Čet Kol 06 00:54:46 +0200 2009
Content-Type: text/plain; charset=UTF-8
Subject: test
From: Igor Brkic <igor.brkic@fer.hr>
To: xxxxxxx <xxxxxxx@gmail.com>
Date: Thu, 06 Aug 2009 00:54:46 +0200
Message-Id: <1249512879-sup-77@xps>
User-Agent: Sup/0.8.1
Content-Transfer-Encoding: 8bit

xxxxxxxxxxxxxxxx

From igor.brkic@fer.hr Čet Kol 06 01:08:22 +0200 2009
Content-Type: text/plain; charset=UTF-8
Subject: sad valjda radi!!!
From: Igor Brkic <igor.brkic@fer.hr>
To: xxxxxxx <xxxxxxx@gmail.com>
Date: Thu, 06 Aug 2009 01:08:22 +0200
Message-Id: <1249513677-sup-8112@xps>
User-Agent: Sup/0.8.1
Content-Transfer-Encoding: 8bit

xxxxxxxxxxxxxxxxxxxxxxx

From igor.brkic@fer.hr Čet Kol 06 01:10:02 +0200 2009
Content-Type: text/plain; charset=UTF-8
Subject: hajdmo opet
From: Igor Brkic <igor.brkic@fer.hr>
To: xxxxxxx <xxxxxxx@gmail.com>
Date: Thu, 06 Aug 2009 01:10:02 +0200
Message-Id: <1249513791-sup-6279@xps>
User-Agent: Sup/0.8.1
Content-Transfer-Encoding: 8bit


xxxxxxxxxxxxxx!!!

From igor.brkic@fer.hr Čet Kol 06 01:24:38 +0200 2009
Content-Type: text/plain; charset=UTF-8
Subject: Re: [sup-talk] sup crashing after sending mail
From: Igor Brkic <igor.brkic@fer.hr>
To: sup-talk <sup-talk@rubyforge.org>
In-reply-to: <1249486021-sup-1246@masanjin.net>
References: <CBBB81512D1FE445823400465FCCFFF2D8AA45@sluga.fer.hr> <1249486021-sup-1246@masanjin.net>
Date: Thu, 06 Aug 2009 01:24:38 +0200
Message-Id: <1249514106-sup-9112@xps>
User-Agent: Sup/0.8.1
Content-Transfer-Encoding: 8bit

Excerpts from William Morgan's message of Sri Kol 05 17:29:27 +0200 2009:
> A few people have reported this and I'm trying to track it down. Would
> you mind applying the following patch, and then running:
>   sup-sync -a sup://sent
> 
> Hopefully that will generate a little debugging output I can use. Thanks!

I (partially) solved/hacked the problem. The problem was (I think) in wrong
set locale and Sup not being able to recognize and compare sending date
(which had croatian tags for month and day of the week) and Time.now (which
was whole in english/universal format).

I solved the problem by commenting out the "Time.parse time, 0" (line 15 in
file lib/sup/mbox.rb).

It's not perfect solution (if that line should be commented out, it would
be :D), but for me it works for now (I'm writing this mail from it).

Cheers!
Igor Brkic

From igor.brkic@fer.hr Čet Kol 06 18:57:03 +0200 2009
Content-Type: text/plain; charset=utf8
Subject: Re: [sup-talk] sup crashing after sending mail
From: Igor Brkic <igor.brkic@fer.hr>
To: sup-talk <sup-talk@rubyforge.org>
In-reply-to: <1249568949-sup-3922@masanjin.net>
References: <CBBB81512D1FE445823400465FCCFFF2D8AA45@sluga.fer.hr> <1249486021-sup-1246@masanjin.net> <1249514106-sup-9112@xps> <1249568949-sup-3922@masanjin.net>
Date: Thu, 06 Aug 2009 18:57:03 +0200
Message-Id: <1249576777-sup-3885@xps>
User-Agent: Sup/0.8.1
Content-Transfer-Encoding: 8bit

Excerpts from William Morgan's message of Čet Kol 06 16:40:08 +0200 2009:
> 
> If you feel like it, send me a small mbox file (possible your
> ~/.sup/sent.mbox after being censored) and I can take a look.

This is weird... For the last hour and a half I've been trying to
reproduce the error I was having - I uncommented the line in mbox.rb,
returned locale settings to previous state - but everything is working 
flawless. Whatever I make, it won't crash. I'll keep trying, though :)

I'm afraid I can't send you the mbox file that is causing sup to crash
because I deleted all logs and sent.mbox files the moment all started
to work.

