From mboxrd@z Thu Jan 1 00:00:00 1970 From: igor.brkic@fer.hr (Igor Brkic) Date: Thu, 06 Aug 2009 01:24:38 +0200 Subject: [sup-talk] sup crashing after sending mail In-Reply-To: <1249486021-sup-1246@masanjin.net> References: <1249486021-sup-1246@masanjin.net> Message-ID: <1249514106-sup-9112@xps> 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