From jarausch at igpm.rwth-aachen.de Sat Aug 5 12:07:49 2006 From: jarausch at igpm.rwth-aachen.de (Helmut Jarausch) Date: Sat Aug 5 13:06:43 2006 Subject: (no subject) Message-ID: Hi, I have got a really big attachment ( > 23Mb in uue form ). When I saved this, TkRat saved only 14 Mb instead of 17Mb (which is correct after decoding) so bunzip2 reported an invalid archive. Has anybody else observed such a problem? Caution: I am still using a version of TkRat dated 2006/01/18 (CVS) compiled with Tcl/Tk 8.5 CVS at that time. Many thanks for a hint, Helmut Jarausch Lehrstuhl fuer Numerische Mathematik RWTH - Aachen University D 52056 Aachen, Germany From jarausch at igpm.rwth-aachen.de Mon Aug 7 13:15:27 2006 From: jarausch at igpm.rwth-aachen.de (Helmut Jarausch) Date: Mon Aug 7 13:13:59 2006 Subject: mbox format Message-ID: Hi, can anybody tell me how the 'From' line (in an folder of mbox format) has to look like for TkRat. Many thanks Helmut Jarausch Lehrstuhl fuer Numerische Mathematik RWTH - Aachen University D 52056 Aachen, Germany From maf at tkrat.org Mon Aug 7 17:44:28 2006 From: maf at tkrat.org (maf@tkrat.org) Date: Mon Aug 7 19:27:24 2006 Subject: mbox format In-Reply-To: References: Message-ID: On 7 aug, Helmut Jarausch wrote: > can anybody tell me how the 'From' line (in an folder of mbox format) > has to look like for TkRat. It is typically something like: From @ Thu Oct 16 12:20:17 2003 +0200 /MaF From derekn at foolabs.com Mon Sep 4 19:46:05 2006 From: derekn at foolabs.com (Derek B. Noonburg) Date: Mon Sep 4 19:50:53 2006 Subject: performance issue when moving a message Message-ID: Did this bug get fixed? Just wondering if I should do a build from CVS... - Derek On 19 jan, Derek B. Noonburg wrote: > I'm running into a more serious problem with the new snapshot: when I > move a message from one folder to another (on the same IMAP server), > TkRat sometimes fetches the headers for the destination folder (judging > from the IMAP debug log). I regularly move messages into archival > folders with *lots* of messages, and this becomes unusably slow when I'm > on a remote machine. It only seems to happen sometimes - I'm not sure > what triggers it. Any suggestions? I see the problem and will look into it. /MaF From maf at tkrat.org Tue Sep 5 06:20:05 2006 From: maf at tkrat.org (maf@tkrat.org) Date: Tue Sep 5 07:22:12 2006 Subject: performance issue when moving a message In-Reply-To: References: Message-ID: On 4 sep, Derek B. Noonburg wrote: > Did this bug get fixed? Just wondering if I should do a build from > CVS... Yes, it is fixed in CVS. /MaF From jarausch at igpm.rwth-aachen.de Fri Sep 8 15:48:28 2006 From: jarausch at igpm.rwth-aachen.de (Helmut Jarausch) Date: Fri Sep 8 15:46:26 2006 Subject: Folder 646 not referenced, removing Message-ID: Hi, I get several (hundreds of) messages like Folder 646 not referenced, removing each time I start up tkrat. What has happened and how to fix this? Many thanks for hint, Helmut. -- Helmut Jarausch Lehrstuhl fuer Numerische Mathematik RWTH - Aachen University D 52056 Aachen, Germany From stefanr at s5r6.in-berlin.de Sun Sep 10 13:52:43 2006 From: stefanr at s5r6.in-berlin.de (Stefan Richter) Date: Sun Sep 10 18:23:26 2006 Subject: TkRat v2.2dev status Message-ID: Hi list, hi Martin, here is a thumbs up for v2.2dev (cvs checkout). I have it in light usage for some time now, working mostly with dynamically (re)imported IMAP folders on two servers, a local and a remote one. I was irritated by sent messages not vanishing from the Drafts folder for a time, but this seems to work OK now since my last cvs checkout. Or it was just a user error. Furthermore, the SeaMonkey MUA doesn't recognize gpg-signed messages from TkRat as validly signed. I don't know yet who the culprit is. Thanks a lot for the good work, -- Stefan Richter -=====-=-==- =--= -=-=- http://arcgraph.de/sr/ From maf at tkrat.org Mon Sep 11 06:20:08 2006 From: maf at tkrat.org (maf@tkrat.org) Date: Mon Sep 11 07:32:29 2006 Subject: TkRat v2.2dev status In-Reply-To: References: Message-ID: On 10 sep, Stefan Richter wrote: > here is a thumbs up for v2.2dev (cvs checkout). I have it in light usage > for some time now, working mostly with dynamically (re)imported IMAP > folders on two servers, a local and a remote one. I was irritated by > sent messages not vanishing from the Drafts folder for a time, but this > seems to work OK now since my last cvs checkout. Or it was just a user > error. There have been bugs in this area so it may very well have been fixed by the checkout. > Furthermore, the SeaMonkey MUA doesn't recognize gpg-signed messages > from TkRat as validly signed. I don't know yet who the culprit is. Could you send me (privately) a message signed by SeaMonkey? /MaF From derekn at foolabs.com Fri Sep 22 05:15:19 2006 From: derekn at foolabs.com (Derek B. Noonburg) Date: Fri Sep 22 05:13:04 2006 Subject: saving copies of outgoing messages Message-ID: I just grabbed a copy of TkRat from CVS (as of September 19), to fix the performance issue I was running into (which I posted about a couple weeks ago). That part is working fine now (thanks!), but it looks like copies of my outgoing messages are no longer being saved. I checked that the "save outgoing" folder is still set correctly (in the preferences for the role I'm using). I turned on IMAP debugging, and I'm not seeing any activity at all when I send a message. If I revert back to the 20060118 snapshot (with no changes in preferences), it works fine again. Is there maybe some other new preference (added since the 20060118 snapshot) that I'm missing? - Derek From maf at tkrat.org Fri Sep 22 07:06:27 2006 From: maf at tkrat.org (maf@tkrat.org) Date: Fri Sep 22 07:22:33 2006 Subject: saving copies of outgoing messages In-Reply-To: References: Message-ID: On 21 sep, Derek B. Noonburg wrote: > Is there maybe some other new preference (added since the 20060118 > snapshot) that I'm missing? No, there was a bug which made saving outgoing messages to a default specified in the role not work:-( The bug has now been fixed in CVS. /MaF From derekn at foolabs.com Fri Sep 22 07:43:50 2006 From: derekn at foolabs.com (Derek B. Noonburg) Date: Fri Sep 22 07:41:26 2006 Subject: saving copies of outgoing messages In-Reply-To: References: Message-ID: On 22 Sep, maf@tkrat.org wrote: > On 21 sep, Derek B. Noonburg wrote: >> Is there maybe some other new preference (added since the 20060118 >> snapshot) that I'm missing? > > No, there was a bug which made saving outgoing messages to a default > specified in the role not work:-( The bug has now been fixed in CVS. I checked out the change, and everything is working again. Thanks. - Derek From maf at tkrat.org Fri Sep 22 07:47:42 2006 From: maf at tkrat.org (maf@tkrat.org) Date: Fri Sep 22 07:45:19 2006 Subject: saving copies of outgoing messages In-Reply-To: References: Message-ID: On 21 sep, Derek B. Noonburg wrote: > I checked out the change, and everything is working again. Looking back at the logs I see that I committed the buggy code on the 18:th, so it has not been there for long. /MaF From derekn at foolabs.com Fri Sep 22 07:54:31 2006 From: derekn at foolabs.com (Derek B. Noonburg) Date: Fri Sep 22 07:52:09 2006 Subject: saving copies of outgoing messages In-Reply-To: References: Message-ID: On 22 Sep, maf@tkrat.org wrote: > On 21 sep, Derek B. Noonburg wrote: >> I checked out the change, and everything is working again. > > Looking back at the logs I see that I committed the buggy code on the > 18:th, so it has not been there for long. Guess I just picked the wrong day to check out a copy from CVS :-) - Derek From jarausch at igpm.rwth-aachen.de Fri Sep 22 16:43:49 2006 From: jarausch at igpm.rwth-aachen.de (Helmut Jarausch) Date: Fri Sep 22 16:41:24 2006 Subject: ebuild for tkrat ? Message-ID: Hi, I'm switching to Gentoo, so if anybody has an ebuild file for TkRat, please tell me, Helmut. -- Helmut Jarausch Lehrstuhl fuer Numerische Mathematik RWTH - Aachen University D 52056 Aachen, Germany