From sylpheed at 911networks.com Fri Feb 1 00:05:35 2013 From: sylpheed at 911networks.com (sylpheed at 911networks.com) Date: Thu, 31 Jan 2013 15:05:35 -0800 Subject: [Users] Message-ID In-Reply-To: <20130131221543.0b61a7ee@gumby.homeunix.com> References: <20130128201934.2f5f4c94@itxnew.bitcorner.intern> <20130128222727.22e47387@thewildbeast> <20130129093256.2d9f17b3@itxnew.bitcorner.intern> <20130129100101.20cf3b20@omega> <20130129104703.1fc8dc2a@itxnew.bitcorner.intern> <20130129095522.71f26f92@thewildbeast> <20130129113130.363e53df@itxnew.bitcorner.intern> <20130130195158.000009cf.Richard.Pieri@gmail.com> <20130131024216.7db5d6dd@gumby.homeunix.com> <20130131104531.000021c1.Richard.Pieri@gmail.com> <20130131221543.0b61a7ee@gumby.homeunix.com> Message-ID: <20130131150535.2d910e8c@from-theboss.911networks.com> On Thu, 31 Jan 2013 22:15:43 +0000 RW wrote: >It depends on where the rewrite occurs, there isn't any reference >header in the first mail in a thread. Aside from threading by subject >the only standard way to connect that to rest of the thread is by its >Message-ID. Sorry to butt in but... I'd love if CM would provide threading via subject as an alternative to the current Message-id. I have a few people that use improperly configured Exchange Servers that do not maintain the message-id. -- Thanks http://www.911networks.com When the network has to work From richard.pieri at gmail.com Fri Feb 1 01:23:51 2013 From: richard.pieri at gmail.com (Rich Pieri) Date: Thu, 31 Jan 2013 19:23:51 -0500 Subject: [Users] Message-ID In-Reply-To: <20130131221543.0b61a7ee@gumby.homeunix.com> References: <20130128201934.2f5f4c94@itxnew.bitcorner.intern> <20130128222727.22e47387@thewildbeast> <20130129093256.2d9f17b3@itxnew.bitcorner.intern> <20130129100101.20cf3b20@omega> <20130129104703.1fc8dc2a@itxnew.bitcorner.intern> <20130129095522.71f26f92@thewildbeast> <20130129113130.363e53df@itxnew.bitcorner.intern> <20130130195158.000009cf.Richard.Pieri@gmail.com> <20130131024216.7db5d6dd@gumby.homeunix.com> <20130131104531.000021c1.Richard.Pieri@gmail.com> <20130131221543.0b61a7ee@gumby.homeunix.com> Message-ID: <20130131192351.000060a0.Richard.Pieri@gmail.com> On Thu, 31 Jan 2013 22:15:43 +0000 RW wrote: > It depends on where the rewrite occurs, there isn't any reference > header in the first mail in a thread. Aside from threading by subject > the only standard way to connect that to rest of the thread is by its > Message-ID. There is no standards compliant way to maintain thread coherency with Internet mail. RFC 822 does not require anything usable be parsed from In-Reply-To and References. RFC 2822 requires that both headers have Message-ID strings in them. However, since it is perfectly valid for a single message to have multiple different Message-ID fields (a single reply to multiple messages, for example) you still cannot rely on Message-ID to be a reliable threading mechanism. It's nice when it works out but this is not required by mail handling standards. The only thing that can be depended on according to RFC 2822 is that every Message-ID generated by a mail system is unique. This is quite different from Usenet (RFC 1036) which requires Message-ID and References fields maintain thread coherency. -- Rich P. From richard.pieri at gmail.com Fri Feb 1 01:33:56 2013 From: richard.pieri at gmail.com (Rich Pieri) Date: Thu, 31 Jan 2013 19:33:56 -0500 Subject: [Users] Message-ID In-Reply-To: <20130131221543.0b61a7ee@gumby.homeunix.com> References: <20130128201934.2f5f4c94@itxnew.bitcorner.intern> <20130128222727.22e47387@thewildbeast> <20130129093256.2d9f17b3@itxnew.bitcorner.intern> <20130129100101.20cf3b20@omega> <20130129104703.1fc8dc2a@itxnew.bitcorner.intern> <20130129095522.71f26f92@thewildbeast> <20130129113130.363e53df@itxnew.bitcorner.intern> <20130130195158.000009cf.Richard.Pieri@gmail.com> <20130131024216.7db5d6dd@gumby.homeunix.com> <20130131104531.000021c1.Richard.Pieri@gmail.com> <20130131221543.0b61a7ee@gumby.homeunix.com> Message-ID: <20130131193356.00006586.Richard.Pieri@gmail.com> BTW, Jamie Zawinski devised a fast, bullet-proof mail threading algorithm back in the mid 1990s. A descendent of that algorithm is in Evolution and Balsa if you want to take a look at it. So I stand by my statement that Message-IDs aren't required for thread coherency. -- Rich P. From rwmaillists at googlemail.com Fri Feb 1 02:25:36 2013 From: rwmaillists at googlemail.com (RW) Date: Fri, 1 Feb 2013 01:25:36 +0000 Subject: [Users] Message-ID References: <20130128201934.2f5f4c94@itxnew.bitcorner.intern> <20130128222727.22e47387@thewildbeast> <20130129093256.2d9f17b3@itxnew.bitcorner.intern> <20130129100101.20cf3b20@omega> <20130129104703.1fc8dc2a@itxnew.bitcorner.intern> <20130129095522.71f26f92@thewildbeast> <20130129113130.363e53df@itxnew.bitcorner.intern> <20130130195158.000009cf.Richard.Pieri@gmail.com> <20130131024216.7db5d6dd@gumby.homeunix.com> <20130131104531.000021c1.Richard.Pieri@gmail.com> <20130131221543.0b61a7ee@gumby.homeunix.com> <20130131192351.000060a0.Richard.Pieri@gmail.com> Message-ID: <20130201012536.423225c6@gumby.homeunix.com> On Thu, 31 Jan 2013 19:23:51 -0500 Rich Pieri wrote: > On Thu, 31 Jan 2013 22:15:43 +0000 > RW wrote: > > > It depends on where the rewrite occurs, there isn't any reference > > header in the first mail in a thread. Aside from threading by > > subject the only standard way to connect that to rest of the thread > > is by its Message-ID. > > There is no standards compliant way to maintain thread coherency with > Internet mail. RFC 822 does not require anything usable be parsed from > In-Reply-To and References. RFC 2822 requires that both headers have > Message-ID strings in them. However, since it is perfectly valid for a > single message to have multiple different Message-ID fields (a single > reply to multiple messages, for example) you still cannot rely on > Message-ID to be a reliable threading mechanism. It's nice when it > works out but this is not required by mail handling standards. The > only thing that can be depended on according to RFC 2822 is that every > Message-ID generated by a mail system is unique. That's all very well, but what relevance does it have to my statement that the References headers don't eliminate the need for Message-IDs? > This is quite different from Usenet (RFC 1036) which requires > Message-ID and References fields maintain thread coherency. How is that consistent with your statement that "Message-IDs are not necessary for threading"? How do you identify the first message in a thread without looking at its Message-ID header? From richard.pieri at gmail.com Fri Feb 1 02:40:05 2013 From: richard.pieri at gmail.com (Rich Pieri) Date: Thu, 31 Jan 2013 20:40:05 -0500 Subject: [Users] Message-ID In-Reply-To: <20130201012536.423225c6@gumby.homeunix.com> References: <20130128201934.2f5f4c94@itxnew.bitcorner.intern> <20130128222727.22e47387@thewildbeast> <20130129093256.2d9f17b3@itxnew.bitcorner.intern> <20130129100101.20cf3b20@omega> <20130129104703.1fc8dc2a@itxnew.bitcorner.intern> <20130129095522.71f26f92@thewildbeast> <20130129113130.363e53df@itxnew.bitcorner.intern> <20130130195158.000009cf.Richard.Pieri@gmail.com> <20130131024216.7db5d6dd@gumby.homeunix.com> <20130131104531.000021c1.Richard.Pieri@gmail.com> <20130131221543.0b61a7ee@gumby.homeunix.com> <20130131192351.000060a0.Richard.Pieri@gmail.com> <20130201012536.423225c6@gumby.homeunix.com> Message-ID: <20130131204005.00004488.Richard.Pieri@gmail.com> On Fri, 1 Feb 2013 01:25:36 +0000 RW wrote: > How is that consistent with your statement that "Message-IDs are not > necessary for threading"? How do you identify the first message in a > thread without looking at its Message-ID header? The first message of a thread will have no In-Reply-To or References headers. Children of this parent may have references to it in their In-Reply-To and References headers. This is not required by RFCs 822 and 2822. From this point on you really should look at JWZ's threading algorithm. -- Rich P. From rwmaillists at googlemail.com Fri Feb 1 03:17:23 2013 From: rwmaillists at googlemail.com (RW) Date: Fri, 1 Feb 2013 02:17:23 +0000 Subject: [Users] Message-ID References: <20130128201934.2f5f4c94@itxnew.bitcorner.intern> <20130128222727.22e47387@thewildbeast> <20130129093256.2d9f17b3@itxnew.bitcorner.intern> <20130129100101.20cf3b20@omega> <20130129104703.1fc8dc2a@itxnew.bitcorner.intern> <20130129095522.71f26f92@thewildbeast> <20130129113130.363e53df@itxnew.bitcorner.intern> <20130130195158.000009cf.Richard.Pieri@gmail.com> <20130131024216.7db5d6dd@gumby.homeunix.com> <20130131104531.000021c1.Richard.Pieri@gmail.com> <20130131221543.0b61a7ee@gumby.homeunix.com> <20130131192351.000060a0.Richard.Pieri@gmail.com> <20130201012536.423225c6@gumby.homeunix.com> <20130131204005.00004488.Richard.Pieri@gmail.com> Message-ID: <20130201021723.312c5972@gumby.homeunix.com> On Thu, 31 Jan 2013 20:40:05 -0500 Rich Pieri wrote: > On Fri, 1 Feb 2013 01:25:36 +0000 > RW wrote: > > > How is that consistent with your statement that "Message-IDs are not > > necessary for threading"? How do you identify the first message in a > > thread without looking at its Message-ID header? > > The first message of a thread will have no In-Reply-To or References > headers. Children of this parent may have references to it in their > In-Reply-To and References headers. This is not required by RFCs 822 > and 2822. Ok, lets talk about USENET headers (which have long since been the de facto standard for email threading anyway). How do you identify the first mail in a USENET thread without looking at its Message-ID? The answer is that you can't, and if can't be done in USENET how can it possibly work in email. > From this point on you really should look at JWZ's threading > algorithm. I'm guessing you haven't, or you would have long-since answered the question. On Thu, 31 Jan 2013 19:33:56 -0500 Rich Pieri wrote: > BTW, Jamie Zawinski devised a fast, bullet-proof mail threading > algorithm back in the mid 1990s. A descendent of that algorithm is in > Evolution and Balsa if you want to take a look at it. So I stand by my > statement that Message-IDs aren't required for thread coherency. That would make sense if it were called "a bullet-proof mail threading algorithm that doesn't use Message-ID". As it stands this statement is a non sequitur. From richard.pieri at gmail.com Fri Feb 1 04:05:11 2013 From: richard.pieri at gmail.com (Rich Pieri) Date: Thu, 31 Jan 2013 22:05:11 -0500 Subject: [Users] Message-ID In-Reply-To: <20130201021723.312c5972@gumby.homeunix.com> References: <20130128201934.2f5f4c94@itxnew.bitcorner.intern> <20130128222727.22e47387@thewildbeast> <20130129093256.2d9f17b3@itxnew.bitcorner.intern> <20130129100101.20cf3b20@omega> <20130129104703.1fc8dc2a@itxnew.bitcorner.intern> <20130129095522.71f26f92@thewildbeast> <20130129113130.363e53df@itxnew.bitcorner.intern> <20130130195158.000009cf.Richard.Pieri@gmail.com> <20130131024216.7db5d6dd@gumby.homeunix.com> <20130131104531.000021c1.Richard.Pieri@gmail.com> <20130131221543.0b61a7ee@gumby.homeunix.com> <20130131192351.000060a0.Richard.Pieri@gmail.com> <20130201012536.423225c6@gumby.homeunix.com> <20130131204005.00004488.Richard.Pieri@gmail.com> <20130201021723.312c5972@gumby.homeunix.com> Message-ID: <20130131220511.00002c4d.Richard.Pieri@gmail.com> On Fri, 1 Feb 2013 02:17:23 +0000 RW wrote: > The answer is that you can't, and if can't be done in USENET how can > it possibly work in email. Did you miss the part where I wrote about how there are no standards compliant ways of doing this with mail? Did you fail to infer from it that the only ways to thread mail are perforce non-standard? MUA developers like JWZ and Lars Magne Ingebrigtsen solved it as best as possible back in the mid 1990s. You can use Subject fields to cluster related messages together. You can use messages with useful References and In-Reply-To fields to identify disconnected messages. If you're feeling especially clever then you can look for reply boilerplate in the first few lines of the message body. You can use time stamps to order messages chronologically. That's just my very vague recollections from the discussions on the (ding) Gnus mailing list back around 1995 when we were working out how to address the issue of useless Message-ID fields. It's not impossible. It's been done. -- Rich P. From rwmaillists at googlemail.com Fri Feb 1 04:25:07 2013 From: rwmaillists at googlemail.com (RW) Date: Fri, 1 Feb 2013 03:25:07 +0000 Subject: [Users] Message-ID References: <20130128201934.2f5f4c94@itxnew.bitcorner.intern> <20130128222727.22e47387@thewildbeast> <20130129093256.2d9f17b3@itxnew.bitcorner.intern> <20130129100101.20cf3b20@omega> <20130129104703.1fc8dc2a@itxnew.bitcorner.intern> <20130129095522.71f26f92@thewildbeast> <20130129113130.363e53df@itxnew.bitcorner.intern> <20130130195158.000009cf.Richard.Pieri@gmail.com> <20130131024216.7db5d6dd@gumby.homeunix.com> <20130131104531.000021c1.Richard.Pieri@gmail.com> <20130131221543.0b61a7ee@gumby.homeunix.com> <20130131192351.000060a0.Richard.Pieri@gmail.com> <20130201012536.423225c6@gumby.homeunix.com> <20130131204005.00004488.Richard.Pieri@gmail.com> <20130201021723.312c5972@gumby.homeunix.com> <20130131220511.00002c4d.Richard.Pieri@gmail.com> Message-ID: <20130201032507.49818a63@gumby.homeunix.com> On Thu, 31 Jan 2013 22:05:11 -0500 Rich Pieri wrote: > On Fri, 1 Feb 2013 02:17:23 +0000 > RW wrote: > > > The answer is that you can't, and if can't be done in USENET how can > > it possibly work in email. > > Did you miss the part where I wrote about how there are no standards > compliant ways of doing this with mail? Did you fail to infer from it > that the only ways to thread mail are perforce non-standard? MUA > developers like JWZ and Lars Magne Ingebrigtsen solved it as best as > possible back in the mid 1990s. > > You can use Subject fields to cluster related messages together. You > can use messages with useful References and In-Reply-To fields to > identify disconnected messages. If you're feeling especially clever > then you can look for reply boilerplate in the first few lines of the > message body. You can use time stamps to order messages > chronologically. > > That's just my very vague recollections from the discussions on the > (ding) Gnus mailing list back around 1995 when we were working out how > to address the issue of useless Message-ID fields. Are you honestly trying to tell me that a sensible threading implementation will identify the first message in a USENET or mail thread by subject in preference to the message-id - that's nonsense. From richard.pieri at gmail.com Fri Feb 1 04:53:06 2013 From: richard.pieri at gmail.com (Rich Pieri) Date: Thu, 31 Jan 2013 22:53:06 -0500 Subject: [Users] Message-ID In-Reply-To: <20130201032507.49818a63@gumby.homeunix.com> References: <20130128201934.2f5f4c94@itxnew.bitcorner.intern> <20130128222727.22e47387@thewildbeast> <20130129093256.2d9f17b3@itxnew.bitcorner.intern> <20130129100101.20cf3b20@omega> <20130129104703.1fc8dc2a@itxnew.bitcorner.intern> <20130129095522.71f26f92@thewildbeast> <20130129113130.363e53df@itxnew.bitcorner.intern> <20130130195158.000009cf.Richard.Pieri@gmail.com> <20130131024216.7db5d6dd@gumby.homeunix.com> <20130131104531.000021c1.Richard.Pieri@gmail.com> <20130131221543.0b61a7ee@gumby.homeunix.com> <20130131192351.000060a0.Richard.Pieri@gmail.com> <20130201012536.423225c6@gumby.homeunix.com> <20130131204005.00004488.Richard.Pieri@gmail.com> <20130201021723.312c5972@gumby.homeunix.com> <20130131220511.00002c4d.Richard.Pieri@gmail.com> <20130201032507.49818a63@gumby.homeunix.com> Message-ID: <20130131225306.00003a45.Richard.Pieri@gmail.com> On Fri, 1 Feb 2013 03:25:07 +0000 RW wrote: > Are you honestly trying to tell me that a sensible threading > implementation will identify the first message in a USENET or mail > thread by subject in preference to the message-id - that's nonsense. Not at all. Message-ID should be preferred. What I'm telling you is that Message-ID isn't necessary to do it. Which is what I wrote at the start of this digression. -- Rich P. From colin at colino.net Fri Feb 1 09:24:43 2013 From: colin at colino.net (Colin Leroy) Date: Fri, 1 Feb 2013 09:24:43 +0100 Subject: [Users] Message-ID In-Reply-To: <20130131150535.2d910e8c@from-theboss.911networks.com> References: <20130128201934.2f5f4c94@itxnew.bitcorner.intern> <20130128222727.22e47387@thewildbeast> <20130129093256.2d9f17b3@itxnew.bitcorner.intern> <20130129100101.20cf3b20@omega> <20130129104703.1fc8dc2a@itxnew.bitcorner.intern> <20130129095522.71f26f92@thewildbeast> <20130129113130.363e53df@itxnew.bitcorner.intern> <20130130195158.000009cf.Richard.Pieri@gmail.com> <20130131024216.7db5d6dd@gumby.homeunix.com> <20130131104531.000021c1.Richard.Pieri@gmail.com> <20130131221543.0b61a7ee@gumby.homeunix.com> <20130131150535.2d910e8c@from-theboss.911networks.com> Message-ID: <20130201092443.6ff28418@colin> On Thu, 31 Jan 2013 15:05:35 -0800, sylpheed at 911networks.com wrote: Hi, > I'd love if CM would provide threading via subject as an alternative > to the current Message-id. It does, you can enable it in Preferences/Summaries. :) -- Colin From brad at fineby.me.uk Fri Feb 1 08:40:52 2013 From: brad at fineby.me.uk (Brad Rogers) Date: Fri, 1 Feb 2013 07:40:52 +0000 Subject: [Users] Message-ID In-Reply-To: <20130131150535.2d910e8c@from-theboss.911networks.com> References: <20130128201934.2f5f4c94@itxnew.bitcorner.intern> <20130128222727.22e47387@thewildbeast> <20130129093256.2d9f17b3@itxnew.bitcorner.intern> <20130129100101.20cf3b20@omega> <20130129104703.1fc8dc2a@itxnew.bitcorner.intern> <20130129095522.71f26f92@thewildbeast> <20130129113130.363e53df@itxnew.bitcorner.intern> <20130130195158.000009cf.Richard.Pieri@gmail.com> <20130131024216.7db5d6dd@gumby.homeunix.com> <20130131104531.000021c1.Richard.Pieri@gmail.com> <20130131221543.0b61a7ee@gumby.homeunix.com> <20130131150535.2d910e8c@from-theboss.911networks.com> Message-ID: <20130201074052.4ba6712c@abydos.stargate.org.uk> On Thu, 31 Jan 2013 15:05:35 -0800 sylpheed at 911networks.com wrote: Hello sylpheed at 911networks.com, >I'd love if CM would provide threading via subject as an alternative >to the current Message-id. Preferences/Display/Summaries -> "Thread using subject in addition to standard headers" may be of help. -- Regards _ / ) "The blindingly obvious is / _)rad never immediately apparent" Never much liked playing there anyway Banned From The Roxy - Crass -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 490 bytes Desc: not available URL: From bdm at fenrir.org.uk Fri Feb 1 11:49:01 2013 From: bdm at fenrir.org.uk (Brian Morrison) Date: Fri, 1 Feb 2013 10:49:01 +0000 Subject: [Users] Message-ID In-Reply-To: <20130131225306.00003a45.Richard.Pieri@gmail.com> References: <20130128201934.2f5f4c94@itxnew.bitcorner.intern> <20130128222727.22e47387@thewildbeast> <20130129093256.2d9f17b3@itxnew.bitcorner.intern> <20130129100101.20cf3b20@omega> <20130129104703.1fc8dc2a@itxnew.bitcorner.intern> <20130129095522.71f26f92@thewildbeast> <20130129113130.363e53df@itxnew.bitcorner.intern> <20130130195158.000009cf.Richard.Pieri@gmail.com> <20130131024216.7db5d6dd@gumby.homeunix.com> <20130131104531.000021c1.Richard.Pieri@gmail.com> <20130131221543.0b61a7ee@gumby.homeunix.com> <20130131192351.000060a0.Richard.Pieri@gmail.com> <20130201012536.423225c6@gumby.homeunix.com> <20130131204005.00004488.Richard.Pieri@gmail.com> <20130201021723.312c5972@gumby.homeunix.com> <20130131220511.00002c4d.Richard.Pieri@gmail.com> <20130201032507.49818a63@gumby.homeunix.com> <20130131225306.00003a45.Richard.Pieri@gmail.com> Message-ID: <20130201104901.00004374@surtees.fenrir.org.uk> On Thu, 31 Jan 2013 22:53:06 -0500 Rich Pieri wrote: > Which is what I wrote at the start of this digression. Digression, hmmm... -- Brian Morrison From rwmaillists at googlemail.com Fri Feb 1 14:24:28 2013 From: rwmaillists at googlemail.com (RW) Date: Fri, 1 Feb 2013 13:24:28 +0000 Subject: [Users] Message-ID References: <20130128201934.2f5f4c94@itxnew.bitcorner.intern> <20130128222727.22e47387@thewildbeast> <20130129093256.2d9f17b3@itxnew.bitcorner.intern> <20130129100101.20cf3b20@omega> <20130129104703.1fc8dc2a@itxnew.bitcorner.intern> <20130129095522.71f26f92@thewildbeast> <20130129113130.363e53df@itxnew.bitcorner.intern> <20130130195158.000009cf.Richard.Pieri@gmail.com> <20130131024216.7db5d6dd@gumby.homeunix.com> <20130131104531.000021c1.Richard.Pieri@gmail.com> <20130131221543.0b61a7ee@gumby.homeunix.com> <20130131192351.000060a0.Richard.Pieri@gmail.com> <20130201012536.423225c6@gumby.homeunix.com> <20130131204005.00004488.Richard.Pieri@gmail.com> <20130201021723.312c5972@gumby.homeunix.com> <20130131220511.00002c4d.Richard.Pieri@gmail.com> <20130201032507.49818a63@gumby.homeunix.com> <20130131225306.00003a45.Richard.Pieri@gmail.com> Message-ID: <20130201132428.512f0e0b@gumby.homeunix.com> On Thu, 31 Jan 2013 22:53:06 -0500 Rich Pieri wrote: > On Fri, 1 Feb 2013 03:25:07 +0000 > RW wrote: > > > Are you honestly trying to tell me that a sensible threading > > implementation will identify the first message in a USENET or mail > > thread by subject in preference to the message-id - that's nonsense. > > Not at all. Message-ID should be preferred. What I'm telling you is > that Message-ID isn't necessary to do it. > > Which is what I wrote at the start of this digression. > And I wrote "Aside from threading by subject ...", which I hoped would preempt the argument you just made about threading by guesswork. IMO the existence of unreliable workarounds for something doesn't imply that that something is not needed. From richard.pieri at gmail.com Fri Feb 1 15:27:02 2013 From: richard.pieri at gmail.com (Rich Pieri) Date: Fri, 1 Feb 2013 09:27:02 -0500 Subject: [Users] Message-ID In-Reply-To: <20130201132428.512f0e0b@gumby.homeunix.com> References: <20130128201934.2f5f4c94@itxnew.bitcorner.intern> <20130128222727.22e47387@thewildbeast> <20130129093256.2d9f17b3@itxnew.bitcorner.intern> <20130129100101.20cf3b20@omega> <20130129104703.1fc8dc2a@itxnew.bitcorner.intern> <20130129095522.71f26f92@thewildbeast> <20130129113130.363e53df@itxnew.bitcorner.intern> <20130130195158.000009cf.Richard.Pieri@gmail.com> <20130131024216.7db5d6dd@gumby.homeunix.com> <20130131104531.000021c1.Richard.Pieri@gmail.com> <20130131221543.0b61a7ee@gumby.homeunix.com> <20130131192351.000060a0.Richard.Pieri@gmail.com> <20130201012536.423225c6@gumby.homeunix.com> <20130131204005.00004488.Richard.Pieri@gmail.com> <20130201021723.312c5972@gumby.homeunix.com> <20130131220511.00002c4d.Richard.Pieri@gmail.com> <20130201032507.49818a63@gumby.homeunix.com> <20130131225306.00003a45.Richard.Pieri@gmail.com> <20130201132428.512f0e0b@gumby.homeunix.com> Message-ID: <20130201092702.00006621.Richard.Pieri@gmail.com> On Fri, 1 Feb 2013 13:24:28 +0000 RW wrote: > IMO the existence of unreliable workarounds for something doesn't > imply that that something is not needed. I repeat: there is no standards-compliant method for threading mail messages. Therefore every threading algorithm is a workaround. To call all of them unreliable in the face of them working reliably for fifteen-plus years is insulting to those people who solved the problem. -- Rich P. From claws at thewildbeast.co.uk Fri Feb 1 15:32:39 2013 From: claws at thewildbeast.co.uk (Paul) Date: Fri, 1 Feb 2013 14:32:39 +0000 Subject: [Users] Message-ID In-Reply-To: <20130201092702.00006621.Richard.Pieri@gmail.com> References: <20130128201934.2f5f4c94@itxnew.bitcorner.intern> <20130128222727.22e47387@thewildbeast> <20130129093256.2d9f17b3@itxnew.bitcorner.intern> <20130129100101.20cf3b20@omega> <20130129104703.1fc8dc2a@itxnew.bitcorner.intern> <20130129095522.71f26f92@thewildbeast> <20130129113130.363e53df@itxnew.bitcorner.intern> <20130130195158.000009cf.Richard.Pieri@gmail.com> <20130131024216.7db5d6dd@gumby.homeunix.com> <20130131104531.000021c1.Richard.Pieri@gmail.com> <20130131221543.0b61a7ee@gumby.homeunix.com> <20130131192351.000060a0.Richard.Pieri@gmail.com> <20130201012536.423225c6@gumby.homeunix.com> <20130131204005.00004488.Richard.Pieri@gmail.com> <20130201021723.312c5972@gumby.homeunix.com> <20130131220511.00002c4d.Richard.Pieri@gmail.com> <20130201032507.49818a63@gumby.homeunix.com> <20130131225306.00003a45.Richard.Pieri@gmail.com> <20130201132428.512f0e0b@gumby.homeunix.com> <20130201092702.00006621.Richard.Pieri@gmail.com> Message-ID: <20130201143239.59d3caa2@thewildbeast> Please, guys, if there is anything left to say, can you now take this discussion off-list? Thanks! with regards Paul -- It isn't worth a nickel to two guys like you or me, but to a collector it is worth a fortune From mlists at zoominternet.net Sat Feb 2 15:32:37 2013 From: mlists at zoominternet.net (Robert) Date: Sat, 2 Feb 2013 09:32:37 -0500 Subject: [Users] Compose, reply to message Message-ID: <20130202093237.489541b1@zoominternet.net> Hello, I have seem to alter key bindings and cannot figure how I did it. The undo binding has switched from CRTL-Z to Delete key. How can I change this back? Thanks. -- Regards Robert Linux The adventure of a lifetime. Linux User #296285 Get Counted http://linuxcounter.net/ From brad at fineby.me.uk Sat Feb 2 15:52:20 2013 From: brad at fineby.me.uk (Brad Rogers) Date: Sat, 2 Feb 2013 14:52:20 +0000 Subject: [Users] Compose, reply to message In-Reply-To: <20130202093237.489541b1@zoominternet.net> References: <20130202093237.489541b1@zoominternet.net> Message-ID: <20130202145220.7ba4cd55@abydos.stargate.org.uk> On Sat, 2 Feb 2013 09:32:37 -0500 Robert wrote: Hello Robert, >I have seem to alter key bindings and cannot figure how I did it. >The undo binding has switched from CRTL-Z to Delete key. >How can I change this back? Hover the mouse pointer over the undo menu item and press Ctrl-Z. -- Regards _ / ) "The blindingly obvious is / _)rad never immediately apparent" He signed up for just three years, it seemed a small amount Tin Soldiers - Stiff Little Fingers -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 490 bytes Desc: not available URL: From noreply at thewildbeast.co.uk Sat Feb 2 17:41:51 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Sat, 02 Feb 2013 16:41:51 +0000 Subject: [Users] [Bug 2869] New: summary_execute_move: Process /usr/bin/claws-mail was killed by signal 11 (SIGSEGV) Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2869 Bug ID: 2869 Summary: summary_execute_move: Process /usr/bin/claws-mail was killed by signal 11 (SIGSEGV) Classification: Unclassified Product: Claws Mail Version: 3.9.0 Hardware: PC OS: Linux Status: NEW Severity: normal Priority: P3 Component: Folders Assignee: users at lists.claws-mail.org Reporter: mschwendt at gmail.com Here's a potentially interesting crash of Claws Mail 3.9.0 reported by two different users for two different distribution releases. Fedora 17: https://bugzilla.redhat.com/905235 Full backtrace: https://bugzilla.redhat.com/attachment.cgi?id=689403 Fedora 18: https://bugzilla.redhat.com/907009 Full backtrace: https://bugzilla.redhat.com/attachment.cgi?id=692012 Truncated backtrace: Thread no. 1 (10 frames) #0 summary_execute_move at summaryview.c:5120 #1 summary_execute at summaryview.c:4905 #2 summary_move_selected_to at summaryview.c:4562 #3 folderview_drag_received_cb at folderview.c:3039 #4 _gtk_marshal_VOID__OBJECT_INT_INT_BOXED_UINT_UINT at gtkmarshalers.c:2235 #8 g_signal_emit_by_name at gsignal.c:3393 #9 gtk_drag_selection_received at gtkdnd.c:1778 #13 g_signal_emit_by_name at gsignal.c:3393 #14 gtk_selection_retrieval_report at gtkselection.c:2950 #15 gtk_selection_convert at gtkselection.c:1089 -- You are receiving this mail because: You are the assignee for the bug. From rol at witbe.net Sat Feb 2 18:21:00 2013 From: rol at witbe.net (Paul Rolland (=?UTF-8?B?44Od44O844Or44O744Ot44Op44Oz?=)) Date: Sat, 2 Feb 2013 18:21:00 +0100 Subject: [Users] Claws's too intelligent for me... or am I too stupid ? Message-ID: <20130202182100.7a397359@tux.DEF.witbe.net> Hello, I've been using Claws for quite a long time, and I've accumulated many many mails over years, which are organized in "Archives" folder, one per year. So, I have a "Archive xxxx" for every year since 2003, and every year, I create a new one. Combine to that, I've created a set of processing rules on mails folders to move the mails to the "Archives" when it is more than one month old, to avoid having too many mails in my inboxes. So, I have some : age_greater 32 move "#mh/Mailbox/Dossier archives/Archives/Boite de reception" and every year, I rename "Archives" to "Archives 2012", and I create a new "Archives" for the coming year. But claws does detect that I rename a folder used by processing rules... And it then does update my processing rules, which ends up being : age_greater 32 move "#mh/Mailbox/Dossier archives/Archives 2012/Boite de reception" and I end up re-editing all my processing rules... I'm not asking for that clever behavior to change... but has anyone faced that and how was it "solved/worked-around" ? Is there a way to use some magic "%Y" to have for example : age_greater 32 move "#mh/Mailbox/Dossier archives/Archives %Y/Boite de reception" and have %Y automagically evaluated to the current year ? Best, Paul -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From subscript at free.fr Sat Feb 2 18:59:15 2013 From: subscript at free.fr (wwp) Date: Sat, 2 Feb 2013 18:59:15 +0100 Subject: [Users] Claws's too intelligent for me... or am I too stupid ? In-Reply-To: <20130202182100.7a397359@tux.DEF.witbe.net> References: <20130202182100.7a397359@tux.DEF.witbe.net> Message-ID: <20130202185915.26c45983@monolith> Hello , On Sat, 2 Feb 2013 18:21:00 +0100 Paul Rolland (ポール・ロラン) wrote: > Hello, > > I've been using Claws for quite a long time, and I've accumulated many many > mails over years, which are organized in "Archives" folder, one per year. > So, I have a "Archive xxxx" for every year since 2003, and every year, I > create a new one. > > Combine to that, I've created a set of processing rules on mails folders to > move the mails to the "Archives" when it is more than one month old, to > avoid having too many mails in my inboxes. > > So, I have some : > > age_greater 32 > move "#mh/Mailbox/Dossier archives/Archives/Boite de reception" > > and every year, I rename "Archives" to "Archives 2012", and I create a new > "Archives" for the coming year. > > But claws does detect that I rename a folder used by processing rules... > And it then does update my processing rules, which ends up being : > > age_greater 32 > move "#mh/Mailbox/Dossier archives/Archives 2012/Boite de reception" > > and I end up re-editing all my processing rules... > > I'm not asking for that clever behavior to change... but has anyone faced > that and how was it "solved/worked-around" ? > Is there a way to use some magic "%Y" to have for example : > > age_greater 32 > move "#mh/Mailbox/Dossier archives/Archives %Y/Boite de reception" > > and have %Y automagically evaluated to the current year ? Eheh when you rename a folder, all processing/filtering rules know it and they automatically adapt themselves to point to the renamed folder. What you want is possible, just don't use rename, but move the emails using something like: - keep your "Archive" folder, where all processing rules send "old" emails, - every new year (for instance), create folder "Archive NNNN" - move all emails from Archive to "Archive NNNN" (enter folder, select all, move to..) - et voila. Regards, -- wwp -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From mlists at zoominternet.net Sat Feb 2 19:56:46 2013 From: mlists at zoominternet.net (Robert) Date: Sat, 2 Feb 2013 13:56:46 -0500 Subject: [Users] Compose, reply to message In-Reply-To: <20130202145220.7ba4cd55@abydos.stargate.org.uk> References: <20130202093237.489541b1@zoominternet.net> <20130202145220.7ba4cd55@abydos.stargate.org.uk> Message-ID: <20130202135646.62e1246f@zoominternet.net> On Sat, 2 Feb 2013 14:52:20 +0000 Brad Rogers wrote: > On Sat, 2 Feb 2013 09:32:37 -0500 > Robert wrote: > > Hello Robert, > > >I have seem to alter key bindings and cannot figure how I did it. > >The undo binding has switched from CRTL-Z to Delete key. > >How can I change this back? > > Hover the mouse pointer over the undo menu item and press Ctrl-Z. > Wow!! Didn't know it was so easy. Thnx. -- Regards Robert Linux The adventure of a lifetime. Linux User #296285 Get Counted http://linuxcounter.net/ From brad at fineby.me.uk Sat Feb 2 20:26:40 2013 From: brad at fineby.me.uk (Brad Rogers) Date: Sat, 2 Feb 2013 19:26:40 +0000 Subject: [Users] Compose, reply to message In-Reply-To: <20130202135646.62e1246f@zoominternet.net> References: <20130202093237.489541b1@zoominternet.net> <20130202145220.7ba4cd55@abydos.stargate.org.uk> <20130202135646.62e1246f@zoominternet.net> Message-ID: <20130202192640.257c46e2@abydos.stargate.org.uk> On Sat, 2 Feb 2013 13:56:46 -0500 Robert wrote: Hello Robert, >Wow!! Didn't know it was so easy. Thnx. YW. Of course, being that easy, it's also easy to change them by mistake. If you want to avoid that, shut down Claws, open clawsrc and look for "gtk_can_change_accels=x" where x is either 1 (true) or 0 (false) and set it to 0. Now, when you runs CM, the accelerators can't be changed by mistake. -- Regards _ / ) "The blindingly obvious is / _)rad never immediately apparent" I hope I live to relive the days gone by Old Before I Die - Robbie Williams -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 490 bytes Desc: not available URL: From richard at g8jvm.com Sat Feb 2 20:30:38 2013 From: richard at g8jvm.com (Richard Bown) Date: Sat, 2 Feb 2013 19:30:38 +0000 Subject: [Users] marking reply text within a message Message-ID: <20130202193038.514b6e52@lap-g8jvm.localdomain> Hi , You all will be pleased that the problems I've had over the last two years have been cause by my LAST mail providers MS exchange2010 server. My new provider uses Linux servers, and they are fast. Right the question Is there any way of marking incoming messages so that if there is a portion of that message that originated from me. Most mailers mark the part they are replying to by adding a ">" at the beginning of the line. I am getting mail from someone whose mailer does not. If I use a different font, do MS mailers change the font to their system default, or is it left in its original font ? So if I sent in a gothic font for instance, would the reply back to me show the part originated by me in the gothic font ?, or would CM change it to system default ? I have regular mail from someone whos mailer does not mark the original message thanks -- -- Best wishes / 73 Richard Bown e-mail: richard at g8jvm.com nil carborundum a illegitemis ################################################################################## Ham Call G8JVM . OS Fedora FC17 x86_64 on a Dell Insiron N5030 laptop Maidenhead QRA: IO82SP38, LAT. 52 39.720' N LONG. 2 28.171 W ( degs+mins ) QRV VHF 6mtrs 200W, 4 mtrs 150W, 2mtrs 350W, 70cms 200W Microwave 23 cms 140W, 13 cms 100W, 6 cms 0W & 3cms 5W ################################################################################## Please avoid using old e-mail address of richard.bown at blueyonder.co.uk From noreply at thewildbeast.co.uk Sat Feb 2 20:54:15 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Sat, 02 Feb 2013 19:54:15 +0000 Subject: [Users] [Bug 2870] New: 100% CPU; CM non-responsive Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2870 Bug ID: 2870 Summary: 100% CPU; CM non-responsive Classification: Unclassified Product: Claws Mail Version: CVS Hardware: PC OS: Linux Status: NEW Severity: normal Priority: P3 Component: Plugins/Gtkhtml2 Viewer Assignee: users at lists.claws-mail.org Reporter: pf at pfortin.com Created attachment 1224 --> http://www.thewildbeast.co.uk/claws-mail/bugzilla/attachment.cgi?id=1224&action=edit valgrind output 3.9.0cvs51 Viewing a new message; but when I click on icon to view HTML, CM goes into 100% CPU. (Who wants the message privately?) The message content where CM starts 100% CPU loop (100% reproducible) is: td[class=3D"hero-cell"] {=20 padding: 0 0 30px !important;=20 }=20 td[class=3D"content-cell"] {=20 display: block !important;=20 padding: 0 0 2px 0 !important;=20 width: 300px !important;=20 <=== loop occurs after "!importa" }=20 td[class=3D"content-cell-top"] {=20 display: block !important;=20 padding: 0 !important;=20 width: 300px !important;=20 }=20 td[class=3D"content-cell-bottom"] {=20 display: block !important;=20 padding: 0 !important;=20 width: 300px !important;=20 }=20 valgrind attachment may be more valuable than below which is what I found before using valgrind.... ============ gory details follow ============== 11:51:20 $ top -n 1 # redacted 12692 pfortin 20 0 1072m 72m 21m R 100 0.9 8:02.45 claws-mail 11:52:12 $ top -n 1 12692 pfortin 20 0 1074m 73m 21m R 100 0.9 8:44.08 claws-mail # Mostly stopped while researching/debugging.... 13:19:27 $ top -n 1 12692 pfortin 20 0 1076m 76m 21m R 98 1.0 10:00.86 claws-mail Tracked it down to plugins/gtkhtml2_viewer/libgtkhtml/css/cssvalue.c:152 while (tmp_entry->next) { tmp_entry = tmp_entry->next; } strace showed only this... there was about 5-6 seconds between each brk. $ strace -p 12692 Process 12692 attached - interrupt to quit brk(0x447f000) = 0x447f000 brk(0x44a0000) = 0x44a0000 <=== +0x21000 brk(0x44c1000) = 0x44c1000 " brk(0x44e2000) = 0x44e2000 " brk(0x4503000) = 0x4503000 " brk(0x4524000) = 0x4524000 " brk(0x4545000) = 0x4545000 " gdb shows this loop... (gdb)stepi 152 while (tmp_entry->next) { 1: tmp_entry->next = (CssValueEntry *) 0x44b2fc0 <=== +0x40 each iteration (gdb) 0x00007f5c383d0383 152 while (tmp_entry->next) { 1: tmp_entry->next = (CssValueEntry *) 0x44b3000 (gdb) 0x00007f5c383d0387 152 while (tmp_entry->next) { 1: tmp_entry->next = (CssValueEntry *) 0x44b3000 (gdb) 0x00007f5c383d038a 152 while (tmp_entry->next) { 1: tmp_entry->next = (CssValueEntry *) 0x44b3000 (gdb) 152 while (tmp_entry->next) { <=== same as above 1: tmp_entry->next = (CssValueEntry *) 0x44b3000 (gdb) bt #0 css_value_list_append (list=0x3acb620, element=, list_sep=) at cssvalue.c:152 #1 0x00007f5c383cfad8 in css_parser_parse_atkeyword (base_url=0x0, ret_val=, end_pos=999, start_pos=, buffer= 0x2d57400 "\n at charset \"utf-8\"; \n.ReadMsgBody { \n width: 100%; \n} \n.ExternalClass { \n width: 100%; \n} \nimg.banner { \n margin-left: 0 !important; \n margin-right: 0 !important; \n} \ntd { \n font-family: Arial, Helveti"...) at cssparser.c:1274 #2 css_parser_parse_stylesheet (str=, len=, base_url=) at cssparser.c:1505 #3 0x00007f5c383d1648 in html_document_node_inserted_traverser (document=0x1949a40, node=0x34dc160) at htmldocument.c:281 #4 0x00007f5c383d1c01 in html_document_new_node (parser=, node=0x34dc160, document=0x1949a40) at htmldocument.c:530 #5 0x00007f5c425d3354 in g_cclosure_marshal_VOID__OBJECTv () from /lib64/libgobject-2.0.so.0 #6 0x00007f5c425cfeca in ?? () from /lib64/libgobject-2.0.so.0 #7 0x00007f5c425e8711 in g_signal_emit_valist () from /lib64/libgobject-2.0.so.0 #8 0x00007f5c425e9212 in g_signal_emit () from /lib64/libgobject-2.0.so.0 #9 0x00007f5c3e6ca0f9 in ?? () from /usr/lib64/libxml2.so.2 #10 0x00007f5c3e6cfafd in htmlParseChunk () from /usr/lib64/libxml2.so.2 #11 0x00007f5c383f5bd9 in html_stream_write (stream=0x37c90a0, buffer=, size=10) at htmlstream.c:85 #12 0x00007f5c383c70da in gtkhtml2_show_mimepart_real (_viewer=0x2cf1730) at gtkhtml2_viewer.c:323 #13 0x00007f5c4231478b in ?? () from /lib64/libglib-2.0.so.0 #14 0x00007f5c42313bc3 in g_main_context_dispatch () from /lib64/libglib-2.0.so.0 #15 0x00007f5c42313f10 in ?? () from /lib64/libglib-2.0.so.0 #16 0x00007f5c4231430a in g_main_loop_run () from /lib64/libglib-2.0.so.0 #17 0x00007f5c45ee9d57 in gtk_main () from /usr/lib64/libgtk-x11-2.0.so.0 #18 0x00000000004474c1 in main (argc=1, argv=0x7fffaa37f2a8) at main.c:1710 (gdb) Registers.... each time through the loop, only rcx & rdx change (+0x40) (gdb) info r rax 0x4c82780 80226176 rbx 0x3acb620 61650464 rcx 0x2d6c5a0 47629728 <=== rdx 0x2d6c5a0 47629728 <=== rsi 0x4c82760 80226144 rdi 0x4 4 rbp 0x2a64a40 0x2a64a40 rsp 0x7fffaa37c2c0 0x7fffaa37c2c0 r8 0x18 24 r9 0x8 8 r10 0x0 0 r11 0x206 518 r12 0x3e7 999 r13 0x3acb620 61650464 r14 0x166 358 r15 0x0 0 rip 0x7f5c383d0383 0x7f5c383d0383 eflags 0x206 [ PF IF ] cs 0x33 51 ss 0x2b 43 ds 0x0 0 es 0x0 0 fs 0x0 0 gs 0x0 0 (gdb) ************************************************************** Trying to kill CM with ^C is ignored, as is window close, until KDE offers to terminate it. Restarted with "claws-mail --debug". When I clicked on the HTML viewer icon, got this on the console: mimeview.c:854:text/html gtkhtml2_viewer.c:1219:gtkhtml2_viewer_create gtkhtml2_viewer.c:1253:setting minimum size to 9.00 (overriding 8.00) gtkhtml2_viewer.c:131:gtkhtml2_get_widget: 0x27b8b60 gtkhtml2_viewer.c:131:gtkhtml2_get_widget: 0x27b8b60 gtkhtml2_viewer.c:261:gtkhtml2_show_mimepart gtkhtml2_viewer.c:291:using charset ISO-8859-1 Unhandled property: 324 -webkit-text-size-adjust (claws-mail:25605): HtmlCss-WARNING **: Unhandled keyword 210 - @charset "utf-8"; .ReadMsgBody { width: 100%; } .ExternalClass { width: 100%; } img.banner { margin-left: 0 !important; margin-right: 0 !important; } td { font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 1.231; border-collapse: collapse; } a { color:#0078c9; } @media only screen and (max-width: 480px) { td[id="pre-header"] { font-size: 9px !important; } table[class="table"] { width: 300px !important; max-width: 300px !important; display: block !important; padding: 0 !important; table-layout: fixed !important; margin:0px !important; } table[class="table-center"] { width: 300px !important; max-width: 300px !important; display: block !important; padding: 0 !important; table-layout: fixed !important; margin:0px !important; text-align:center; } td[class="hero-cell"] { padding: 0 0 30px !important; } td[class="content-cell"] { display: block !important; padding: 0 0 2px 0 !important; width: 300px !importa ###################################### ^C returned this; but did not quit... ^Cmain.c:2855:Quitting on signal 2 Moving on to valgrind.... see attachment.... -- You are receiving this mail because: You are the assignee for the bug. From pf at pfortin.com Sat Feb 2 21:08:02 2013 From: pf at pfortin.com (Pierre Fortin) Date: Sat, 2 Feb 2013 15:08:02 -0500 Subject: [Users] Empty else in plugins/gtkhtml2_viewer/libgtkhtml/css/cssvalue.c Message-ID: <20130202150802.52fe32ad@pfortin.com> Hi, Just reported bug 2870 and while looking at the code, I noticed an empty "else" in plugins/gtkhtml2_viewer/libgtkhtml/css/cssvalue.c:1281 if (buffer[tmp_pos] == ',') { tmp_pos++; } else { } Bug? Future feature? :) Pierre From claws at thewildbeast.co.uk Sat Feb 2 23:19:58 2013 From: claws at thewildbeast.co.uk (Paul) Date: Sat, 2 Feb 2013 22:19:58 +0000 Subject: [Users] Compose, reply to message In-Reply-To: <20130202192640.257c46e2@abydos.stargate.org.uk> References: <20130202093237.489541b1@zoominternet.net> <20130202145220.7ba4cd55@abydos.stargate.org.uk> <20130202135646.62e1246f@zoominternet.net> <20130202192640.257c46e2@abydos.stargate.org.uk> Message-ID: <20130202221958.76bce2e9@thewildbeast> On Sat, 2 Feb 2013 19:26:40 +0000 Brad Rogers wrote: > Of course, being that easy, it's also easy to change them by > mistake. If you want to avoid that, shut down Claws, open clawsrc > and look for "gtk_can_change_accels=x" where x is either 1 (true) > or 0 (false) and set it to 0. Now, when you runs CM, the > accelerators can't be changed by mistake. Actually that's not a hidden pref, so you can use the GUI: /Configuration/Preferences/Other/Miscellaneous/Enable customisable keyboard shortcuts with regards Paul -- It isn't worth a nickel to two guys like you or me, but to a collector it is worth a fortune From sp113438 at telfort.nl Sun Feb 3 01:56:05 2013 From: sp113438 at telfort.nl (sp11) Date: Sun, 3 Feb 2013 01:56:05 +0100 Subject: [Users] Outlook *.dbx In-Reply-To: <20130129094612.4681785f@thewildbeast> References: <20130128201934.2f5f4c94@itxnew.bitcorner.intern> <20130128222727.22e47387@thewildbeast> <20130129093256.2d9f17b3@itxnew.bitcorner.intern> <20130129094612.4681785f@thewildbeast> Message-ID: <20130203015605.6b74754d@fx4100> Hello, How can I import M$ Outlook dbx folders? I have no windows. Thanks From sp113438 at telfort.nl Sun Feb 3 03:39:48 2013 From: sp113438 at telfort.nl (sp11) Date: Sun, 3 Feb 2013 03:39:48 +0100 Subject: [Users] Outlook *.dbx SOLVED In-Reply-To: <20130203015605.6b74754d@fx4100> References: <20130128201934.2f5f4c94@itxnew.bitcorner.intern> <20130128222727.22e47387@thewildbeast> <20130129093256.2d9f17b3@itxnew.bitcorner.intern> <20130129094612.4681785f@thewildbeast> <20130203015605.6b74754d@fx4100> Message-ID: <20130203033948.08014a49@fx4100> On Sun, 3 Feb 2013 01:56:05 +0100 sp11 wrote: > Hello, > > How can I import M$ Outlook dbx folders? > I have no windows. > Kmai does import dbx as Outlook Express. Make new folder in kmail, choose mbox format. Copy/Move the folders to new folder. import mbox in claws.. Done. From mlists at zoominternet.net Sun Feb 3 05:15:43 2013 From: mlists at zoominternet.net (Robert) Date: Sat, 2 Feb 2013 23:15:43 -0500 Subject: [Users] Compose, reply to message In-Reply-To: <20130202221958.76bce2e9@thewildbeast> References: <20130202093237.489541b1@zoominternet.net> <20130202145220.7ba4cd55@abydos.stargate.org.uk> <20130202135646.62e1246f@zoominternet.net> <20130202192640.257c46e2@abydos.stargate.org.uk> <20130202221958.76bce2e9@thewildbeast> Message-ID: <20130202231543.60a23f85@zoominternet.net> On Sat, 2 Feb 2013 22:19:58 +0000 Paul wrote: > On Sat, 2 Feb 2013 19:26:40 +0000 > Brad Rogers wrote: > > > Of course, being that easy, it's also easy to change them by > > mistake. If you want to avoid that, shut down Claws, open clawsrc > > and look for "gtk_can_change_accels=x" where x is either 1 (true) > > or 0 (false) and set it to 0. Now, when you runs CM, the > > accelerators can't be changed by mistake. > > Actually that's not a hidden pref, so you can use the GUI: > > /Configuration/Preferences/Other/Miscellaneous/Enable customisable > keyboard shortcuts Thank you both for your replies. -- Regards Robert Linux The adventure of a lifetime. Linux User #296285 Get Counted http://linuxcounter.net/ From brad at fineby.me.uk Sun Feb 3 13:30:00 2013 From: brad at fineby.me.uk (Brad Rogers) Date: Sun, 3 Feb 2013 12:30:00 +0000 Subject: [Users] Compose, reply to message In-Reply-To: <20130202221958.76bce2e9@thewildbeast> References: <20130202093237.489541b1@zoominternet.net> <20130202145220.7ba4cd55@abydos.stargate.org.uk> <20130202135646.62e1246f@zoominternet.net> <20130202192640.257c46e2@abydos.stargate.org.uk> <20130202221958.76bce2e9@thewildbeast> Message-ID: <20130203123000.77097633@abydos.stargate.org.uk> On Sat, 2 Feb 2013 22:19:58 +0000 Paul wrote: Hello Paul, >Actually that's not a hidden pref, so you can use the GUI: I looked, but couldn't find it..... >/Configuration/Preferences/Other/Miscellaneous/Enable customisable >keyboard shortcuts ....because I didn't look under Miscellaneous. ;-) -- Regards _ / ) "The blindingly obvious is / _)rad never immediately apparent" Is she really going out with him? New Rose - The Damned -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 490 bytes Desc: not available URL: From berndth at gmx.de Sun Feb 3 18:29:47 2013 From: berndth at gmx.de (Holger Berndt) Date: Sun, 3 Feb 2013 18:29:47 +0100 Subject: [Users] Message-ID In-Reply-To: <20130131192351.000060a0.Richard.Pieri@gmail.com> References: <20130128201934.2f5f4c94@itxnew.bitcorner.intern> <20130128222727.22e47387@thewildbeast> <20130129093256.2d9f17b3@itxnew.bitcorner.intern> <20130129100101.20cf3b20@omega> <20130129104703.1fc8dc2a@itxnew.bitcorner.intern> <20130129095522.71f26f92@thewildbeast> <20130129113130.363e53df@itxnew.bitcorner.intern> <20130130195158.000009cf.Richard.Pieri@gmail.com> <20130131024216.7db5d6dd@gumby.homeunix.com> <20130131104531.000021c1.Richard.Pieri@gmail.com> <20130131221543.0b61a7ee@gumby.homeunix.com> <20130131192351.000060a0.Richard.Pieri@gmail.com> Message-ID: <20130203182947.776c3531@wodan> On Do, 31.01.2013 19:23, Rich Pieri wrote: >RFC 2822 requires that both headers have >Message-ID strings in them. However, since it is perfectly valid for a >single message to have multiple different Message-ID fields That's not how I understand RFC 2822 (section 3.6 limits the maximum number of message-id fields to 1). Holger From richard.pieri at gmail.com Sun Feb 3 20:16:58 2013 From: richard.pieri at gmail.com (Rich Pieri) Date: Sun, 3 Feb 2013 14:16:58 -0500 Subject: [Users] Message-ID In-Reply-To: <20130203182947.776c3531@wodan> References: <20130128201934.2f5f4c94@itxnew.bitcorner.intern> <20130128222727.22e47387@thewildbeast> <20130129093256.2d9f17b3@itxnew.bitcorner.intern> <20130129100101.20cf3b20@omega> <20130129104703.1fc8dc2a@itxnew.bitcorner.intern> <20130129095522.71f26f92@thewildbeast> <20130129113130.363e53df@itxnew.bitcorner.intern> <20130130195158.000009cf.Richard.Pieri@gmail.com> <20130131024216.7db5d6dd@gumby.homeunix.com> <20130131104531.000021c1.Richard.Pieri@gmail.com> <20130131221543.0b61a7ee@gumby.homeunix.com> <20130131192351.000060a0.Richard.Pieri@gmail.com> <20130203182947.776c3531@wodan> Message-ID: <20130203141658.000038bd.Richard.Pieri@gmail.com> On Sun, 3 Feb 2013 18:29:47 +0100 Holger Berndt wrote: > That's not how I understand RFC 2822 (section 3.6 limits the maximum > number of message-id fields to 1). There are two problems in section 3.6.4. The first is that it states up front that Message-ID is optional. The second is that the second paragraph fails to use MUST when defining the field. Put these two faults together and you can justify putting anything you want in the Message-ID field or entirely omit it without breaking spec. Doing so is annoying, obnoxious, and downright unfriendly but it isn't technically wrong according to the RFC. -- Rich P. From berndth at gmx.de Mon Feb 4 00:34:09 2013 From: berndth at gmx.de (Holger Berndt) Date: Mon, 4 Feb 2013 00:34:09 +0100 Subject: [Users] Message-ID In-Reply-To: <20130203141658.000038bd.Richard.Pieri@gmail.com> References: <20130128201934.2f5f4c94@itxnew.bitcorner.intern> <20130128222727.22e47387@thewildbeast> <20130129093256.2d9f17b3@itxnew.bitcorner.intern> <20130129100101.20cf3b20@omega> <20130129104703.1fc8dc2a@itxnew.bitcorner.intern> <20130129095522.71f26f92@thewildbeast> <20130129113130.363e53df@itxnew.bitcorner.intern> <20130130195158.000009cf.Richard.Pieri@gmail.com> <20130131024216.7db5d6dd@gumby.homeunix.com> <20130131104531.000021c1.Richard.Pieri@gmail.com> <20130131221543.0b61a7ee@gumby.homeunix.com> <20130131192351.000060a0.Richard.Pieri@gmail.com> <20130203182947.776c3531@wodan> <20130203141658.000038bd.Richard.Pieri@gmail.com> Message-ID: <20130204003409.14800495@wodan> On So, 03.02.2013 14:16, Rich Pieri wrote: >> That's not how I understand RFC 2822 (section 3.6 limits the maximum >> number of message-id fields to 1). > >There are two problems in section 3.6.4. The first is that it states >up front that Message-ID is optional. The second is that the second >paragraph fails to use MUST when defining the field. Put these two >faults together and you can justify putting anything you want in the >Message-ID field or entirely omit it without breaking spec. Doing so is >annoying, obnoxious, and downright unfriendly but it isn't technically >wrong according to the RFC. That's all nice and all, but if you hadn't stripped the quote you'd have realized that I questioned something entirely different: The validity of multiple message-id fields in a single message. And indeed, the spec makes it quite obvious that this was a wrong claim. Holger From richard.pieri at gmail.com Mon Feb 4 01:11:46 2013 From: richard.pieri at gmail.com (Rich Pieri) Date: Sun, 3 Feb 2013 19:11:46 -0500 Subject: [Users] Message-ID In-Reply-To: <20130204003409.14800495@wodan> References: <20130128201934.2f5f4c94@itxnew.bitcorner.intern> <20130128222727.22e47387@thewildbeast> <20130129093256.2d9f17b3@itxnew.bitcorner.intern> <20130129100101.20cf3b20@omega> <20130129104703.1fc8dc2a@itxnew.bitcorner.intern> <20130129095522.71f26f92@thewildbeast> <20130129113130.363e53df@itxnew.bitcorner.intern> <20130130195158.000009cf.Richard.Pieri@gmail.com> <20130131024216.7db5d6dd@gumby.homeunix.com> <20130131104531.000021c1.Richard.Pieri@gmail.com> <20130131221543.0b61a7ee@gumby.homeunix.com> <20130131192351.000060a0.Richard.Pieri@gmail.com> <20130203182947.776c3531@wodan> <20130203141658.000038bd.Richard.Pieri@gmail.com> <20130204003409.14800495@wodan> Message-ID: <20130203191146.00004708.Richard.Pieri@gmail.com> On Mon, 4 Feb 2013 00:34:09 +0100 Holger Berndt wrote: > That's all nice and all, but if you hadn't stripped the quote you'd > have realized that I questioned something entirely different: The > validity of multiple message-id fields in a single message. And > indeed, the spec makes it quite obvious that this was a wrong claim. No, I answered the point directly. RFC 2822 does not require a single properly formatted message-id string in the Message-ID header. There is no MUST in the specification. Therefore strict compliance is optional. You can put anything you want in the field including multiple ID strings. Yes, this blatantly violates the spirit of section 3.6.4. It does not violate the letter of that section. My statement stands. Setting reply-to if you care to discuss it further off list. -- Rich P. From noreply at thewildbeast.co.uk Mon Feb 4 10:14:45 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Mon, 04 Feb 2013 09:14:45 +0000 Subject: [Users] [Bug 2871] New: new messages while in folder Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2871 Bug ID: 2871 Summary: new messages while in folder Classification: Unclassified Product: Claws Mail Version: 3.9.0 Hardware: All OS: All Status: NEW Severity: normal Priority: P3 Component: Folders/IMAP Assignee: users at lists.claws-mail.org Reporter: mail at earthworm.de Ok, this issue is triggered mostly on high traffic folders: * Enter an IMAP folder with new/unread messages * (Wait for new messages or send a mail that is placed in this folder to reproduce) * Read through the unread messages in the folder, marking them as read * New messages received while in the folder are displayed in folderview (unread count is increased), but do not appear in messageview * Clicking on "Go to next unread message" jumps to the next folder even if unread message count in folderview is not zero When new messages are recognized while marking as read CM should fetch and make them appear in messageview. -- You are receiving this mail because: You are the assignee for the bug. From noreply at thewildbeast.co.uk Mon Feb 4 10:26:20 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Mon, 04 Feb 2013 09:26:20 +0000 Subject: [Users] [Bug 2871] new messages while in folder In-Reply-To: References: Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2871 --- Comment #1 from Paul --- is this reproducible every time? -- You are receiving this mail because: You are the assignee for the bug. From noreply at thewildbeast.co.uk Mon Feb 4 10:27:22 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Mon, 04 Feb 2013 09:27:22 +0000 Subject: [Users] [Bug 2871] new messages while in folder In-Reply-To: References: Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2871 Colin Leroy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |colin at colino.net Resolution|--- |INVALID --- Comment #2 from Colin Leroy --- Hi, It's not done automatically in the current folder to avoid changing the user's view suddenly, but you can do it using View/Update Summary (Ctrl-Alt-U). HTH ! -- You are receiving this mail because: You are the assignee for the bug. You are watching someone on the CC list of the bug. From noreply at thewildbeast.co.uk Mon Feb 4 10:37:44 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Mon, 04 Feb 2013 09:37:44 +0000 Subject: [Users] [Bug 2871] new messages while in folder In-Reply-To: References: Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2871 --- Comment #3 from Christian Hesse --- What really confuses me is that folderview and messageview are not consistent. If you decide not to update messageview the same should apply to folderview. -- You are receiving this mail because: You are the assignee for the bug. You are watching someone on the CC list of the bug. From noreply at thewildbeast.co.uk Mon Feb 4 20:33:43 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Mon, 04 Feb 2013 19:33:43 +0000 Subject: [Users] [Bug 2872] New: urls in html messages are not shown as links Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2872 Bug ID: 2872 Summary: urls in html messages are not shown as links Classification: Unclassified Product: Claws Mail Version: 3.8.1 Hardware: PC OS: Linux Status: NEW Severity: normal Priority: P3 Component: UI/Message View Assignee: users at lists.claws-mail.org Reporter: kardan at brueckenschlaeger.de Without any plugins html messages are rendered to plain text. If * the option "Render HTML messages as text" is activated * no gtkhtml2_viewer plugin is loaded html links are not shown. Instead in the code (CTRL+U) every '=' is followed by "3D". Like: ... href=3D"http://... As 3D is ascii for '=' I assume it is a simple parser problem. -- You are receiving this mail because: You are the assignee for the bug. From noreply at thewildbeast.co.uk Mon Feb 4 21:24:28 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Mon, 04 Feb 2013 20:24:28 +0000 Subject: [Users] [Bug 2872] urls in html messages are not shown as links In-Reply-To: References: Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2872 --- Comment #1 from Paul --- that sounds like a broken message. please attach the message to this report or send it privately -- You are receiving this mail because: You are the assignee for the bug. From noreply at thewildbeast.co.uk Mon Feb 4 22:05:14 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Mon, 04 Feb 2013 21:05:14 +0000 Subject: [Users] [Bug 2872] urls in html messages are not shown as links In-Reply-To: References: Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2872 --- Comment #2 from kardan at brueckenschlaeger.de --- Created attachment 1225 --> http://www.thewildbeast.co.uk/claws-mail/bugzilla/attachment.cgi?id=1225&action=edit email, charset="utf-8", Content-Transfer-Encoding: quoted-printable -- You are receiving this mail because: You are the assignee for the bug. From noreply at thewildbeast.co.uk Mon Feb 4 23:09:16 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Mon, 04 Feb 2013 22:09:16 +0000 Subject: [Users] [Bug 2872] urls in html messages are not shown as links In-Reply-To: References: Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2872 --- Comment #3 from Paul --- please attach the whole message file -- You are receiving this mail because: You are the assignee for the bug. From noreply at thewildbeast.co.uk Mon Feb 4 23:50:35 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Mon, 04 Feb 2013 22:50:35 +0000 Subject: [Users] [Bug 2870] 100% CPU; CM non-responsive In-Reply-To: References: Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2870 --- Comment #1 from Pierre Fortin --- Upgraded to 3.9.0cvs60 and problem persists. Started CM, went straight to the message and when I clicked on HTML view, went 100% CPU. Noticed these on the console this time in case it helps... Unhandled property: 324 -webkit-text-size-adjust (claws-mail:13803): HtmlCss-WARNING **: Unhandled keyword 210 - -- You are receiving this mail because: You are the assignee for the bug. From berndth at gmx.de Tue Feb 5 01:25:06 2013 From: berndth at gmx.de (Holger Berndt) Date: Tue, 5 Feb 2013 01:25:06 +0100 Subject: [Users] Message-ID In-Reply-To: <20130203191146.00004708.Richard.Pieri@gmail.com> References: <20130128201934.2f5f4c94@itxnew.bitcorner.intern> <20130128222727.22e47387@thewildbeast> <20130129093256.2d9f17b3@itxnew.bitcorner.intern> <20130129100101.20cf3b20@omega> <20130129104703.1fc8dc2a@itxnew.bitcorner.intern> <20130129095522.71f26f92@thewildbeast> <20130129113130.363e53df@itxnew.bitcorner.intern> <20130130195158.000009cf.Richard.Pieri@gmail.com> <20130131024216.7db5d6dd@gumby.homeunix.com> <20130131104531.000021c1.Richard.Pieri@gmail.com> <20130131221543.0b61a7ee@gumby.homeunix.com> <20130131192351.000060a0.Richard.Pieri@gmail.com> <20130203182947.776c3531@wodan> <20130203141658.000038bd.Richard.Pieri@gmail.com> <20130204003409.14800495@wodan> <20130203191146.00004708.Richard.Pieri@gmail.com> Message-ID: <20130205012506.116b086c@wodan> On So, 03.02.2013 19:11, Rich Pieri wrote: >RFC 2822 does not require a single >properly formatted message-id string in the Message-ID header. There is >no MUST in the specification. Therefore strict compliance is optional. >You can put anything you want in the field including multiple ID >strings. No. First of all, you may have at most one message-id header (sec 3.6). This header is a structured header (sec 2.2.2), so a conforming implementation may NOT "put anything you want" into the header. In particular, 'The "Message-ID:" field contains a single unique message identifier.' (sec 3.6.4). How exactly that looks like is defined via ABNF also in section 3.6.4 - it can't contain multiple ids. And following these definitions is indeed a MUST for a conforming implementation (sec 1.3). >Yes, this blatantly violates the spirit of section 3.6.4. It does not >violate the letter of that section. My statement stands. It does violate the wording, and you statement stands ... corrected. Holger From noreply at thewildbeast.co.uk Tue Feb 5 07:07:16 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Tue, 05 Feb 2013 06:07:16 +0000 Subject: [Users] [Bug 2872] urls in html messages are not shown as links In-Reply-To: References: Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2872 Paul changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #4 from Paul --- Thanks for sending the message privately. I could see no problem with the display of the message at all, which made me read your report a little closer. You said "(CTRL-U)", which by default is /View/Message Source. When you view the message source you see the raw source of the message, as opposed to viewing normally, when it is decoded. Therefore, it is entirely normal and expected to see "href=3D"http://" etc when viewing the source of a message using quoted-printable encoding. -- You are receiving this mail because: You are the assignee for the bug. From claws at thewildbeast.co.uk Tue Feb 5 07:14:39 2013 From: claws at thewildbeast.co.uk (Paul) Date: Tue, 5 Feb 2013 06:14:39 +0000 Subject: [Users] marking reply text within a message In-Reply-To: <20130202193038.514b6e52@lap-g8jvm.localdomain> References: <20130202193038.514b6e52@lap-g8jvm.localdomain> Message-ID: <20130205061439.6e5143fe@thewildbeast> On Sat, 2 Feb 2013 19:30:38 +0000 Richard Bown wrote: > If I use a different font, do MS mailers change the font to their > system default, or is it left in its original font ? > So if I sent in a gothic font for instance, would the reply back to > me show the part originated by me in the gothic font ?, or would CM > change it to system default ? In Claws Mail you write plain text messages only. It doesn't matter what font you see on your screen, the message is just plain text, Claws Mail never sends any information about what font to render the message in on the recipient's sytem. The recipient sees it with whatever font they have configured their system to use. with regards Paul -- It isn't worth a nickel to two guys like you or me, but to a collector it is worth a fortune From freebsd at grem.de Tue Feb 5 14:15:01 2013 From: freebsd at grem.de (Michael Gmelin) Date: Tue, 5 Feb 2013 14:15:01 +0100 Subject: [Users] marking reply text within a message In-Reply-To: <20130205061439.6e5143fe@thewildbeast> References: <20130202193038.514b6e52@lap-g8jvm.localdomain> <20130205061439.6e5143fe@thewildbeast> Message-ID: On 5 Feb 2013, at 07:14, Paul wrote: > On Sat, 2 Feb 2013 19:30:38 +0000 > Richard Bown wrote: > >> If I use a different font, do MS mailers change the font to their >> system default, or is it left in its original font ? >> So if I sent in a gothic font for instance, would the reply back to >> me show the part originated by me in the gothic font ?, or would CM >> change it to system default ? > > In Claws Mail you write plain text messages only. It doesn't matter > what font you see on your screen, the message is just plain text, > Claws Mail never sends any information about what font to render the > message in on the recipient's sytem. The recipient sees it with > whatever font they have configured their system to use. > > with regards > > Paul This is also covered in the FAQs: http://www.claws-mail.org/faq/index.php/General_Information#Does_Claws_Mail_allow_me_to_write_HTML_styled_messages.3F It might be worthwhile adding a dedicated question for less tech savvy users - it seems claws' user base is growing recently and this is something new users might not expect - unless they chose claws exactly because it does email like it was meant to - in the "Composing Mails Or News" section of the FAQ. Something like: Q: Can I change the font when composing messages? A: basically Paul's text from above plus a reference to the general topic of HTML messages. > > > -- > It isn't worth a nickel to two guys like you or me, > but to a collector it is worth a fortune > _______________________________________________ > Users mailing list > Users at lists.claws-mail.org > http://lists.claws-mail.org/cgi-bin/mailman/listinfo/users -------------- next part -------------- An HTML attachment was scrubbed... URL: From jerry at seibercom.net Tue Feb 5 15:10:32 2013 From: jerry at seibercom.net (Jerry) Date: Tue, 5 Feb 2013 09:10:32 -0500 Subject: [Users] marking reply text within a message In-Reply-To: References: <20130202193038.514b6e52@lap-g8jvm.localdomain> <20130205061439.6e5143fe@thewildbeast> Message-ID: <20130205091032.4bb86577@scorpio> On Tue, 5 Feb 2013 14:15:01 +0100 Michael Gmelin articulated: > On 5 Feb 2013, at 07:14, Paul wrote: > > > On Sat, 2 Feb 2013 19:30:38 +0000 > > Richard Bown wrote: > > > >> If I use a different font, do MS mailers change the font to their > >> system default, or is it left in its original font ? > >> So if I sent in a gothic font for instance, would the reply back to > >> me show the part originated by me in the gothic font ?, or would CM > >> change it to system default ? > > > > In Claws Mail you write plain text messages only. It doesn't matter > > what font you see on your screen, the message is just plain text, > > Claws Mail never sends any information about what font to render the > > message in on the recipient's sytem. The recipient sees it with > > whatever font they have configured their system to use. > > > > with regards > > > > Paul > > This is also covered in the FAQs: > > http://www.claws-mail.org/faq/index.php/General_Information#Does_Claws_Mail_allow_me_to_write_HTML_styled_messages.3F > > It might be worthwhile adding a dedicated question for less tech > savvy users - it seems claws' user base is growing recently and this > is something new users might not expect - unless they chose claws > exactly because it does email like it was meant to - in the > "Composing Mails Or News" section of the FAQ. > > Something like: > > Q: Can I change the font when composing messages? > A: basically Paul's text from above plus a reference to the general > topic of HTML messages. Claws-mail does not support the sending of HTML email, so what would be the point of making another FAQ? BTW, it would be nice if you lost the urge to send HTML based email to an email forum. -- Jerry ♔ Disclaimer: off-list followups get on-list replies or get ignored. Please do not ignore the Reply-To header. __________________________________________________________________ From colin at colino.net Tue Feb 5 15:28:36 2013 From: colin at colino.net (Colin Leroy) Date: Tue, 5 Feb 2013 15:28:36 +0100 Subject: [Users] marking reply text within a message In-Reply-To: <20130205091032.4bb86577@scorpio> References: <20130202193038.514b6e52@lap-g8jvm.localdomain> <20130205061439.6e5143fe@thewildbeast> <20130205091032.4bb86577@scorpio> Message-ID: <20130205152836.0c15aecc@colin> On Tue, 5 Feb 2013 09:10:32 -0500, Jerry wrote: > BTW, it would be nice if you lost > the urge to send HTML based email to an email forum. In his defence, this is difficult with iOS mail client :) -- Colin From richard at g8jvm.com Tue Feb 5 16:34:53 2013 From: richard at g8jvm.com (Richard Bown) Date: Tue, 5 Feb 2013 15:34:53 +0000 Subject: [Users] marking reply text within a message In-Reply-To: References: <20130202193038.514b6e52@lap-g8jvm.localdomain> <20130205061439.6e5143fe@thewildbeast> Message-ID: <20130205153453.7eaa9de2@lap-g8jvm.localdomain> On Tue, 5 Feb 2013 14:15:01 +0100 Michael Gmelin wrote: > > > On 5 Feb 2013, at 07:14, Paul wrote: > > > On Sat, 2 Feb 2013 19:30:38 +0000 > > Richard Bown wrote: > > > >> If I use a different font, do MS mailers change the font to their > >> system default, or is it left in its original font ? > >> So if I sent in a gothic font for instance, would the reply back to > >> me show the part originated by me in the gothic font ?, or would CM > >> change it to system default ? > > > > In Claws Mail you write plain text messages only. It doesn't matter > > what font you see on your screen, the message is just plain text, > > Claws Mail never sends any information about what font to render the > > message in on the recipient's sytem. The recipient sees it with > > whatever font they have configured their system to use. > > > > with regards > > > > Paul > > This is also covered in the FAQs: > > http://www.claws-mail.org/faq/index.php/General_Information#Does_Claws_Mail_allow_me_to_write_HTML_styled_messages.3F > > It might be worthwhile adding a dedicated question for less tech savvy users - it seems claws' > user base is growing recently and this is something new users might not expect - unless they > chose claws exactly because it does email like it was meant to - in the "Composing Mails Or News" > section of the FAQ. > > Something like: > > Q: Can I change the font when composing messages? > A: basically Paul's text from above plus a reference to the general topic of HTML messages. > > > > > > > -- > > It isn't worth a nickel to two guys like you or me, > > but to a collector it is worth a fortune > > _______________________________________________ > > Users mailing list > > Users at lists.claws-mail.org > > http://lists.claws-mail.org/cgi-bin/mailman/listinfo/users Paul answered part of the question concisely, thank you Paul, It is clear you didn't read what I asked , had you done so you would not have trolled the question. -- -- Best wishes / 73 Richard Bown e-mail: richard at g8jvm.com nil carborundum a illegitemis ################################################################################## Ham Call G8JVM . OS Fedora FC17 x86_64 on a Dell Insiron N5030 laptop Maidenhead QRA: IO82SP38, LAT. 52 39.720' N LONG. 2 28.171 W ( degs+mins ) QRV VHF 6mtrs 200W, 4 mtrs 150W, 2mtrs 350W, 70cms 200W Microwave 23 cms 140W, 13 cms 100W, 6 cms 0W & 3cms 5W ################################################################################## Please avoid using old e-mail address of richard.bown at blueyonder.co.uk From richard at g8jvm.com Tue Feb 5 16:39:40 2013 From: richard at g8jvm.com (Richard Bown) Date: Tue, 5 Feb 2013 15:39:40 +0000 Subject: [Users] marking reply text within a message In-Reply-To: <20130205152836.0c15aecc@colin> References: <20130202193038.514b6e52@lap-g8jvm.localdomain> <20130205061439.6e5143fe@thewildbeast> <20130205091032.4bb86577@scorpio> <20130205152836.0c15aecc@colin> Message-ID: <20130205153940.0f6e2cb9@lap-g8jvm.localdomain> On Tue, 5 Feb 2013 15:28:36 +0100 Colin Leroy wrote: > On Tue, 5 Feb 2013 09:10:32 -0500, Jerry wrote: > > > BTW, it would be nice if you lost > > the urge to send HTML based email to an email forum. > > In his defence, this is difficult with iOS mail client :) Thanks Colin, IF they had bothered to read the whole question the part the trolled was preceded by:- "Is there any way of marking incoming messages so that if there is a portion of that message that originated from me. Most mailers mark the part they are replying to by adding a ">" at the beginning of the line. I am getting mail from someone whose mailer does not. " -- -- Best wishes / 73 Richard Bown e-mail: richard at g8jvm.com nil carborundum a illegitemis ################################################################################## Ham Call G8JVM . OS Fedora FC17 x86_64 on a Dell Insiron N5030 laptop Maidenhead QRA: IO82SP38, LAT. 52 39.720' N LONG. 2 28.171 W ( degs+mins ) QRV VHF 6mtrs 200W, 4 mtrs 150W, 2mtrs 350W, 70cms 200W Microwave 23 cms 140W, 13 cms 100W, 6 cms 0W & 3cms 5W ################################################################################## Please avoid using old e-mail address of richard.bown at blueyonder.co.uk From freebsd at grem.de Tue Feb 5 17:01:49 2013 From: freebsd at grem.de (Michael Gmelin) Date: Tue, 5 Feb 2013 17:01:49 +0100 Subject: [Users] marking reply text within a message In-Reply-To: <20130205091032.4bb86577@scorpio> References: <20130202193038.514b6e52@lap-g8jvm.localdomain> <20130205061439.6e5143fe@thewildbeast> <20130205091032.4bb86577@scorpio> Message-ID: <20130205170149.4cf3aa80@bsd64.grem.de> On Tue, 5 Feb 2013 09:10:32 -0500 Jerry wrote: > On Tue, 5 Feb 2013 14:15:01 +0100 > Michael Gmelin articulated: > > > On 5 Feb 2013, at 07:14, Paul wrote: > > > > > On Sat, 2 Feb 2013 19:30:38 +0000 > > > Richard Bown wrote: > > > > > >> If I use a different font, do MS mailers change the font to their > > >> system default, or is it left in its original font ? > > >> So if I sent in a gothic font for instance, would the reply back > > >> to me show the part originated by me in the gothic font ?, or > > >> would CM change it to system default ? > > > > > > In Claws Mail you write plain text messages only. It doesn't > > > matter what font you see on your screen, the message is just > > > plain text, Claws Mail never sends any information about what > > > font to render the message in on the recipient's sytem. The > > > recipient sees it with whatever font they have configured their > > > system to use. > > > > > > with regards > > > > > > Paul > > > > This is also covered in the FAQs: > > > > http://www.claws-mail.org/faq/index.php/General_Information#Does_Claws_Mail_allow_me_to_write_HTML_styled_messages.3F > > > > It might be worthwhile adding a dedicated question for less tech > > savvy users - it seems claws' user base is growing recently and > > this is something new users might not expect - unless they chose > > claws exactly because it does email like it was meant to - in the > > "Composing Mails Or News" section of the FAQ. > > > > Something like: > > > > Q: Can I change the font when composing messages? > > A: basically Paul's text from above plus a reference to the general > > topic of HTML messages. > > Claws-mail does not support the sending of HTML email, so what would > be the point of making another FAQ? Because "joe user" doesn't understand that setting the font means HTML email. > BTW, it would be nice if you lost > the urge to send HTML based email to an email forum. It's not an "urge to send HTML based email", it's called iOS and it switches to HTML at will. Most mobile phones have issues with sending reasonable plain text email. This happens when people do correspondence while travelling in 2013 (out of my last 50 mails to the list, exactly one contained an HTML version, probably because I copy and pasted a link into it). At least there seems to be a complete, readable and well formatted plain text alternative, so the harm is pretty minimal. Sometimes it's hard to follow netiquette 100% these days, so I'm not sure why you're trying to teach people about it in such a rude way. -- Michael Gmelin From freebsd at grem.de Tue Feb 5 17:04:34 2013 From: freebsd at grem.de (Michael Gmelin) Date: Tue, 5 Feb 2013 17:04:34 +0100 Subject: [Users] marking reply text within a message In-Reply-To: <20130205153453.7eaa9de2@lap-g8jvm.localdomain> References: <20130202193038.514b6e52@lap-g8jvm.localdomain> <20130205061439.6e5143fe@thewildbeast> <20130205153453.7eaa9de2@lap-g8jvm.localdomain> Message-ID: <20130205170434.08965260@bsd64.grem.de> On Tue, 5 Feb 2013 15:34:53 +0000 Richard Bown wrote: > On Tue, 5 Feb 2013 14:15:01 +0100 > Michael Gmelin wrote: > > > Paul answered part of the question concisely, thank you Paul, > It is clear you didn't read what I asked , had you done so you would > not have trolled the question. > I had no intentions to troll your question, I just suggested to add this to the FAQs, since I could see this being useful to new users of Claws. -- Michael Gmelin From richard.pieri at gmail.com Tue Feb 5 17:14:24 2013 From: richard.pieri at gmail.com (Rich Pieri) Date: Tue, 5 Feb 2013 11:14:24 -0500 Subject: [Users] marking reply text within a message In-Reply-To: <20130205153940.0f6e2cb9@lap-g8jvm.localdomain> References: <20130202193038.514b6e52@lap-g8jvm.localdomain> <20130205061439.6e5143fe@thewildbeast> <20130205091032.4bb86577@scorpio> <20130205152836.0c15aecc@colin> <20130205153940.0f6e2cb9@lap-g8jvm.localdomain> Message-ID: <20130205111424.00003ace.Richard.Pieri@gmail.com> On Tue, 5 Feb 2013 15:39:40 +0000 Richard Bown wrote: > Most mailers mark the part they are replying to by adding a ">" at > the beginning of the line. I am getting mail from someone whose > mailer does not. " That's a pain. While there are several defacto standards for mail citations (">", "> ", " ") there is no formal standard. I suggest that the best solution is to inform said someone that his messages are confusing to read and please restore the citation marks in his MUA. To address the question, I have an idea of how I'd go about trying to identify cited material in the absence of citation marks. Operative word there being "trying". It's roughly the same logic as a statistical spam filter: use message(s) you author to build a hash table and then find matching hashes in the message being displayed. I'm not sure how reliable this would end up being in face of rewrapped citations and the kinds of crazy line breaks that smartphones generate. -- Rich P. From bdm at fenrir.org.uk Tue Feb 5 17:21:50 2013 From: bdm at fenrir.org.uk (Brian Morrison) Date: Tue, 5 Feb 2013 16:21:50 +0000 Subject: [Users] marking reply text within a message In-Reply-To: <20130205170434.08965260@bsd64.grem.de> References: <20130202193038.514b6e52@lap-g8jvm.localdomain> <20130205061439.6e5143fe@thewildbeast> <20130205153453.7eaa9de2@lap-g8jvm.localdomain> <20130205170434.08965260@bsd64.grem.de> Message-ID: <20130205162150.00000f53@surtees.fenrir.org.uk> On Tue, 5 Feb 2013 17:04:34 +0100 Michael Gmelin wrote: > I had no intentions to troll your question, I just suggested to add > this to the FAQs, since I could see this being useful to new users of > Claws. I believe that anyone can add this to the FAQ... -- Brian Morrison From colin at colino.net Tue Feb 5 17:25:30 2013 From: colin at colino.net (Colin Leroy) Date: Tue, 5 Feb 2013 17:25:30 +0100 Subject: [Users] marking reply text within a message In-Reply-To: <20130205162150.00000f53@surtees.fenrir.org.uk> References: <20130202193038.514b6e52@lap-g8jvm.localdomain> <20130205061439.6e5143fe@thewildbeast> <20130205153453.7eaa9de2@lap-g8jvm.localdomain> <20130205170434.08965260@bsd64.grem.de> <20130205162150.00000f53@surtees.fenrir.org.uk> Message-ID: <20130205172530.63983fe1@colin> On Tue, 5 Feb 2013 16:21:50 +0000, Brian Morrison wrote: > > I had no intentions to troll your question, I just suggested to add > > this to the FAQs, since I could see this being useful to new users > > of Claws. > > I believe that anyone can add this to the FAQ... Yes, it is a wiki. It just requires registration as an anti-spam measure. -- Colin From ricardo at mones.org Tue Feb 5 17:29:10 2013 From: ricardo at mones.org (Ricardo Mones) Date: Tue, 5 Feb 2013 17:29:10 +0100 Subject: [Users] marking reply text within a message In-Reply-To: <20130205162150.00000f53@surtees.fenrir.org.uk> References: <20130202193038.514b6e52@lap-g8jvm.localdomain> <20130205061439.6e5143fe@thewildbeast> <20130205153453.7eaa9de2@lap-g8jvm.localdomain> <20130205170434.08965260@bsd64.grem.de> <20130205162150.00000f53@surtees.fenrir.org.uk> Message-ID: <20130205162910.GC30111@trasgu> On Tue, Feb 05, 2013 at 04:21:50PM +0000, Brian Morrison wrote: > On Tue, 5 Feb 2013 17:04:34 +0100 > Michael Gmelin wrote: > > > I had no intentions to troll your question, I just suggested to add > > this to the FAQs, since I could see this being useful to new users of > > Claws. > > I believe that anyone can add this to the FAQ... Indeed, it's a wiki, you can edit existing pages, and are welcome to do so :) regards, -- Ricardo Mones ~ Absence of evidence is not evidence of absence. Carl Sagan -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: Digital signature URL: From richard at g8jvm.com Tue Feb 5 18:14:36 2013 From: richard at g8jvm.com (Richard Bown) Date: Tue, 5 Feb 2013 17:14:36 +0000 Subject: [Users] marking reply text within a message In-Reply-To: <20130205162910.GC30111@trasgu> References: <20130202193038.514b6e52@lap-g8jvm.localdomain> <20130205061439.6e5143fe@thewildbeast> <20130205153453.7eaa9de2@lap-g8jvm.localdomain> <20130205170434.08965260@bsd64.grem.de> <20130205162150.00000f53@surtees.fenrir.org.uk> <20130205162910.GC30111@trasgu> Message-ID: <20130205171436.71941177@lap-g8jvm.localdomain> OK , lets turn it on its head. Each key press starts life as an ASCII and then UTF-8 encoded, there are quite a few codes which are no longer used, as there were for teleprinter usage, its only really CR, BS, TAB and LF that used these days, How does CM handle hidden characters ? does it try to print them or treat them as a space, Moreover, more importantly, what does outlook do with them, would they remain intact in a reply? If so it would not be too difficult to mark the beginning and end of a block of text, so when received within a reply the originating message could be recognized as part of the originating message I've never used Outlook so I 've no idea what can be done with it. -- -- Best wishes / 73 Richard Bown e-mail: richard at g8jvm.com nil carborundum a illegitemis ################################################################################## Ham Call G8JVM . OS Fedora FC17 x86_64 on a Dell Insiron N5030 laptop Maidenhead QRA: IO82SP38, LAT. 52 39.720' N LONG. 2 28.171 W ( degs+mins ) QRV VHF 6mtrs 200W, 4 mtrs 150W, 2mtrs 350W, 70cms 200W Microwave 23 cms 140W, 13 cms 100W, 6 cms 0W & 3cms 5W ################################################################################## Please avoid using old e-mail address of richard.bown at blueyonder.co.uk From jseymour at LinxNet.com Tue Feb 5 22:41:17 2013 From: jseymour at LinxNet.com (James Seymour) Date: Tue, 5 Feb 2013 16:41:17 -0500 Subject: [Users] vCalendar plug-in and SSL? Message-ID: <20130205164117.78229ccc@win0054> Hi All, Claws-mail 3.8.0 on an Ubuntu 10.04 LTS (Lucid Lynx) install. vCalendar 3.8.0, also. Doesn't appear to be a way to get it to work with SSL webcal URLs? Thanks, Jim -- Note: My mail server employs *very* aggressive anti-spam filtering. If you reply to this email and your email is rejected, please accept my apologies and let me know via my web form at . From noreply at thewildbeast.co.uk Wed Feb 6 12:46:46 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Wed, 06 Feb 2013 11:46:46 +0000 Subject: [Users] [Bug 2873] New: Re-using folder names fails Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2873 Bug ID: 2873 Summary: Re-using folder names fails Classification: Unclassified Product: Claws Mail Version: 3.8.1 Hardware: PC OS: Linux Status: NEW Severity: normal Priority: P3 Component: Folders Assignee: users at lists.claws-mail.org Reporter: chris at dunnz.org If i delete a folder from my mailbox, then I can never again recreate a folder with that same name. It seems that claws retains the original folder name somewhere in its history, and then thinks I am trying to create a folder with a duplicate name, which quite logically is not permissible. Not sure whether this is a bug or I am missing something. Thanks for a great email app. -- You are receiving this mail because: You are the assignee for the bug. From noreply at thewildbeast.co.uk Wed Feb 6 12:58:36 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Wed, 06 Feb 2013 11:58:36 +0000 Subject: [Users] [Bug 2873] Re-using folder names fails In-Reply-To: References: Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2873 Ricardo Mones changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mones at users.sourceforge.net --- Comment #1 from Ricardo Mones --- Which kind of mailbox is it? IMAP? Local? Other? -- You are receiving this mail because: You are the assignee for the bug. From ivan.nazarenko at gmail.com Wed Feb 6 13:55:49 2013 From: ivan.nazarenko at gmail.com (Ivan Nazarenko) Date: Wed, 6 Feb 2013 10:55:49 -0200 Subject: [Users] moving spam to unsure / trash. Spam already downloaded. Can it be done? Message-ID: <20130206105549.561f370e@alien-k> I have some thousand of messages already downloaded from a pop3 account. Usually these messages are filtered during download, with the alrealy trained bogofilter plugin, and most (95% or more) goes directly to trash. Normally less than 1% need some actual attention. When I leave the office for some days, these messages add to some (or many) thousands. Due to an odd bug of the bogofilter plugin, or claws, or my specific config (kubuntu 12.04 lts), the filtering proccess sort of "hangs" in this condition of too much messages. When I restart claws with --debug option, it seems that the firtering resumes, and I can follow the filter progress looking in the terminal output. But the messages are not moved to trash. Now I have some thousand of messages already downloaded, and would like to run the bogofilter plugin on them, to move the selected messages to trash based on its own spamicity. Can it be done? Just running the filters do not do the job. I have not found any obvious way to deal with them. By the way, if I could program the bogofilter call in the filters table, this problem would be trivial to solve. Regards, Ivan From claws at thewildbeast.co.uk Wed Feb 6 14:03:22 2013 From: claws at thewildbeast.co.uk (Paul) Date: Wed, 6 Feb 2013 13:03:22 +0000 Subject: [Users] moving spam to unsure / trash. Spam already downloaded. Can it be done? In-Reply-To: <20130206105549.561f370e@alien-k> References: <20130206105549.561f370e@alien-k> Message-ID: <20130206130322.7b5972f9@thewildbeast> On Wed, 6 Feb 2013 10:55:49 -0200 Ivan Nazarenko wrote: > By the way, if I could program the bogofilter call in the filters > table, this problem would be trivial to solve. If that's the case, see this FAQ entry: http://www.claws-mail.org/faq/index.php/Using_Claws_Mail_with_other_programs#How_can_I_use_Claws_Mail_with_bogofilter.3F with regards Paul -- It isn't worth a nickel to two guys like you or me, but to a collector it is worth a fortune From noreply at thewildbeast.co.uk Wed Feb 6 14:33:25 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Wed, 06 Feb 2013 13:33:25 +0000 Subject: [Users] [Bug 2873] Re-using folder names fails In-Reply-To: References: Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2873 Andrej Kacian changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |andrej at kacian.sk --- Comment #2 from Andrej Kacian --- Can you run "claws-mail --debug" in a terminal, try reproducing the bug, and post the terminal output? That should shed some light on what's happening. -- You are receiving this mail because: You are the assignee for the bug. You are watching someone on the CC list of the bug. From ivan.nazarenko at gmail.com Wed Feb 6 14:47:51 2013 From: ivan.nazarenko at gmail.com (Ivan Nazarenko) Date: Wed, 6 Feb 2013 11:47:51 -0200 Subject: [Users] moving spam to unsure / trash. Spam already downloaded. Can it be done? In-Reply-To: <20130206130322.7b5972f9@thewildbeast> References: <20130206105549.561f370e@alien-k> <20130206130322.7b5972f9@thewildbeast> Message-ID: <20130206114751.00765032@alien-k> Yes! It is working. Sorry for not noticing the FAQ. Thank you. Ivan On Wed, 6 Feb 2013 13:03:22 +0000 Paul wrote: > On Wed, 6 Feb 2013 10:55:49 -0200 > Ivan Nazarenko wrote: > > > By the way, if I could program the bogofilter call in the filters > > table, this problem would be trivial to solve. > > If that's the case, see this FAQ entry: > http://www.claws-mail.org/faq/index.php/Using_Claws_Mail_with_other_programs#How_can_I_use_Claws_Mail_with_bogofilter.3F > > with regards > > Paul > > > -- > It isn't worth a nickel to two guys like you or me, > but to a collector it is worth a fortune > _______________________________________________ > Users mailing list > Users at lists.claws-mail.org > http://lists.claws-mail.org/cgi-bin/mailman/listinfo/users From noreply at thewildbeast.co.uk Wed Feb 6 15:15:48 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Wed, 06 Feb 2013 14:15:48 +0000 Subject: [Users] [Bug 2874] New: Claws shows wrong subject in folder contents Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2874 Bug ID: 2874 Summary: Claws shows wrong subject in folder contents Classification: Unclassified Product: Claws Mail Version: other Hardware: PC OS: Linux Status: NEW Severity: normal Priority: P3 Component: Folders/IMAP Assignee: users at lists.claws-mail.org Reporter: horsley1953 at gmail.com I have a local dovecot IMAP server. When I open one folder I see a summary of the messages in it, and several messages duplicate the subject line from different messages. Doing a "view source" shows the correct Subject: in the mail, but the subject shown in the summary doesn't match. If I define a thunderbird (blech) account to point to the same IMAP account, lookinig at the same folder shows the correct subject lines. I'll attach screen shots of the claws and thunderbird windows. -- You are receiving this mail because: You are the assignee for the bug. From noreply at thewildbeast.co.uk Wed Feb 6 15:16:46 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Wed, 06 Feb 2013 14:16:46 +0000 Subject: [Users] [Bug 2874] Claws shows wrong subject in folder contents In-Reply-To: References: Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2874 --- Comment #1 from Tom Horsley --- Created attachment 1226 --> http://www.thewildbeast.co.uk/claws-mail/bugzilla/attachment.cgi?id=1226&action=edit The correct display in thunderbird -- You are receiving this mail because: You are the assignee for the bug. From noreply at thewildbeast.co.uk Wed Feb 6 15:17:48 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Wed, 06 Feb 2013 14:17:48 +0000 Subject: [Users] [Bug 2874] Claws shows wrong subject in folder contents In-Reply-To: References: Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2874 --- Comment #2 from Tom Horsley --- Created attachment 1227 --> http://www.thewildbeast.co.uk/claws-mail/bugzilla/attachment.cgi?id=1227&action=edit The busted display in claws-mail -- You are receiving this mail because: You are the assignee for the bug. From noreply at thewildbeast.co.uk Wed Feb 6 15:41:13 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Wed, 06 Feb 2013 14:41:13 +0000 Subject: [Users] [Bug 2874] Claws shows wrong subject in folder contents In-Reply-To: References: Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2874 --- Comment #3 from Tom Horsley --- Forgot to mention this is using claws-mail in Fedora 18: claws-mail-3.9.0-1.fc18.x86_64 -- You are receiving this mail because: You are the assignee for the bug. From noreply at thewildbeast.co.uk Wed Feb 6 15:53:10 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Wed, 06 Feb 2013 14:53:10 +0000 Subject: [Users] [Bug 2874] Claws shows wrong subject in folder contents In-Reply-To: References: Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2874 --- Comment #4 from Paul --- Try using "/View/Update summary" If that makes no difference, right-click the folder, click 'Properties', click the 'Discard folder cache' button on the 'General' page. -- You are receiving this mail because: You are the assignee for the bug. From noreply at thewildbeast.co.uk Wed Feb 6 16:00:44 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Wed, 06 Feb 2013 15:00:44 +0000 Subject: [Users] [Bug 2874] Claws shows wrong subject in folder contents In-Reply-To: References: Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2874 --- Comment #5 from Tom Horsley --- I gave both of those a try. The discard cache made the window redraw, but it redrew with the exact same incorrect subjects. Seems to be doing it on purpose :-). I also checked headers like Message-ID and Thread-Index and they all seem to have different values in the different messages. -- You are receiving this mail because: You are the assignee for the bug. From noreply at thewildbeast.co.uk Wed Feb 6 16:03:18 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Wed, 06 Feb 2013 15:03:18 +0000 Subject: [Users] [Bug 2874] Claws shows wrong subject in folder contents In-Reply-To: References: Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2874 --- Comment #6 from Paul --- Can you run `claws-mail --debug` and attach the relevent debug info when you open the folder, update summary, discard the cache. Also provide any other info that you think is relevant. -- You are receiving this mail because: You are the assignee for the bug. From noreply at thewildbeast.co.uk Wed Feb 6 16:16:54 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Wed, 06 Feb 2013 15:16:54 +0000 Subject: [Users] [Bug 2874] Claws shows wrong subject in folder contents In-Reply-To: References: Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2874 --- Comment #7 from Tom Horsley --- Created attachment 1228 --> http://www.thewildbeast.co.uk/claws-mail/bugzilla/attachment.cgi?id=1228&action=edit claws-mail --debug output During this debug, I started claws, right clicked the aquainbox folder and cleared the cache, it redrew wrong again, then I exited. Not sure what else might be relevant. I could provide copies of the mail if that would be useful (they don't have any classified info in them or anything). If you want them, tell me the best way to make the copy so it will be useful to you. -- You are receiving this mail because: You are the assignee for the bug. From noreply at thewildbeast.co.uk Wed Feb 6 18:11:44 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Wed, 06 Feb 2013 17:11:44 +0000 Subject: [Users] [Bug 2874] Claws shows wrong subject in folder contents In-Reply-To: References: Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2874 --- Comment #8 from Tom Horsley --- As an even bigger "flush cache" hammer, I renamed my ~/.claws-mail directory and started claws-mail and let it run the wizard to start fresh, defining the same IMAP account, and by golly the duplicated subject lines still show up :-). -- You are receiving this mail because: You are the assignee for the bug. From noreply at thewildbeast.co.uk Wed Feb 6 18:16:32 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Wed, 06 Feb 2013 17:16:32 +0000 Subject: [Users] [Bug 2874] Claws shows wrong subject in folder contents In-Reply-To: References: Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2874 --- Comment #9 from Paul --- then you can look to the server side -- You are receiving this mail because: You are the assignee for the bug. From noreply at thewildbeast.co.uk Wed Feb 6 18:27:49 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Wed, 06 Feb 2013 17:27:49 +0000 Subject: [Users] [Bug 2874] Claws shows wrong subject in folder contents In-Reply-To: References: Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2874 --- Comment #10 from Tom Horsley --- Except for the fact that a different IMAP client doesn't have the problem. -- You are receiving this mail because: You are the assignee for the bug. From noreply at thewildbeast.co.uk Wed Feb 6 19:13:26 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Wed, 06 Feb 2013 18:13:26 +0000 Subject: [Users] [Bug 2874] Claws shows wrong subject in folder contents In-Reply-To: References: Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2874 --- Comment #11 from Paul --- that is true, but also people with a similar set up to yours do not have your problem. So it could be something particular to your setup. Is this a recent problem? Was there a period previously where it worked as it should? -- You are receiving this mail because: You are the assignee for the bug. From noreply at thewildbeast.co.uk Wed Feb 6 19:30:37 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Wed, 06 Feb 2013 18:30:37 +0000 Subject: [Users] [Bug 2874] Claws shows wrong subject in folder contents In-Reply-To: References: Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2874 --- Comment #12 from Tom Horsley --- Actually, I tried a 3rd email client (kmail) and it also showed the same duplication of subjects. That makes it seem much more likely to really be a dovecot problem after all. (I should have known better than to use thunderbird for anything :-). Here's the redhat bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=908459 -- You are receiving this mail because: You are the assignee for the bug. From richard.pieri at gmail.com Wed Feb 6 19:38:21 2013 From: richard.pieri at gmail.com (Rich Pieri) Date: Wed, 6 Feb 2013 13:38:21 -0500 Subject: [Users] [Bug 2874] Claws shows wrong subject in folder contents In-Reply-To: References: Message-ID: <20130206133821.0000234f.Richard.Pieri@gmail.com> On Wed, 06 Feb 2013 18:30:37 +0000 noreply at thewildbeast.co.uk wrote: > https://bugzilla.redhat.com/show_bug.cgi?id=908459 Is this mail_location = maildir:/caliban/mail/%u in fact the correct mail_location? I ask because Debian recently updated Dovecot and changed the value of mail_location which caused quite a bit of grief over where all my mail had disappeared along with some odd-seeming behavior from CM. -- Rich P. From horsley1953 at gmail.com Wed Feb 6 22:54:17 2013 From: horsley1953 at gmail.com (Tom Horsley) Date: Wed, 6 Feb 2013 16:54:17 -0500 Subject: [Users] Duplicate subject bug Message-ID: <20130206165417.427e83a5@zooty> https://bugzilla.redhat.com/show_bug.cgi?id=908459 Just thought I'd point at this bugzilla I filed in case no one monitors the redhat dovecot bugzillas. The cache in one folder is somehow winding up with subject lines from one message duplicated in another. From noreply at thewildbeast.co.uk Thu Feb 7 09:27:01 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Thu, 07 Feb 2013 08:27:01 +0000 Subject: [Users] [Bug 2874] Claws shows wrong subject in folder contents In-Reply-To: References: Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2874 Colin Leroy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |colin at colino.net Resolution|--- |INVALID --- Comment #13 from Colin Leroy --- Hi Tom, Thanks for your in-depth Dovecot investigation, we were at a loss at what could be wrong Claws-side. I wonder how Thunderbird manages to avoid the problem. Maybe you can workaround it by toggling "Low bandwidth mode" to the other value in your IMAP account preferences (Receive tab). Keep us informed of the bug resolution :) In the meantime I'm closing this as INVALID as it really seems it isn't our bug. -- You are receiving this mail because: You are the assignee for the bug. You are watching someone on the CC list of the bug. From noreply at thewildbeast.co.uk Thu Feb 7 12:11:23 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Thu, 07 Feb 2013 11:11:23 +0000 Subject: [Users] [Bug 2874] Claws shows wrong subject in folder contents In-Reply-To: References: Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2874 --- Comment #14 from Tom Horsley --- I have a feeling thunderbird works by being very stupid and just reading the whole message to extract the subject from the body and doesn't take advantage of any of the hints the server could supply (but that's just a guess). -- You are receiving this mail because: You are the assignee for the bug. You are watching someone on the CC list of the bug. From hanno at hboeck.de Thu Feb 7 13:48:20 2013 From: hanno at hboeck.de (Hanno =?ISO-8859-1?B?QvZjaw==?=) Date: Thu, 7 Feb 2013 13:48:20 +0100 Subject: [Users] claws-mail hangs with server using openssl 1.0.1d Message-ID: <20130207134820.72b8d79c@melee> Hi, I have a kind of odd behaviour on claws-mail. Every server connection I do causes it to hang forever. No matter if smtp or pop3 (i don't use imap, but I assume it'd be the same). Now my assumption: This happened the first time when I upgraded openssl to the latest 1.0.1d on my server. This is the fix for the currently hotly debated "Lucky Thirteen" vulnerability. When I downgrade the server to 1.0.1c, it works again. The MTA is courier. The output of claws-mail --debug looks like this right before the hang: [13:43:17] POP3< +OK Begin SSL/TLS negotiation now. ssl.c:218:waiting for SSL_connect thread... ssl.c:236:SSL_connect thread returned 0 ssl_certificate.c:389:got /home/hanno/.claws-mail/certs/zucker.schokokeks.org.110.cert first try ssl_certificate.c:236:got cert! 0x2f4aa60 ssl_certificate.c:399:got cert 0x2f40e10 [13:43:17] POP3> USER hanno-ml I assume this is some weird interaction with the CBC fixes deployed to openssl that cause the havoc. As this doesn't happen with other clients, I assume the problem lays in claws-mail. (though I'm not certain of that, it may very well be also a problem in openssl or courier, but I thought I'd ask here first as claws seems the most likely cause) (note that on the client I also upgraded to openssl 1.0.1d and it seems not to have problems with that) cu, -- Hanno Böck mail/jabber: hanno at hboeck.de GPG: BBB51E42 http://www.hboeck.de/ -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 836 bytes Desc: not available URL: From claws at thewildbeast.co.uk Thu Feb 7 14:10:27 2013 From: claws at thewildbeast.co.uk (Paul) Date: Thu, 7 Feb 2013 13:10:27 +0000 Subject: [Users] claws-mail hangs with server using openssl 1.0.1d In-Reply-To: <20130207134820.72b8d79c@melee> References: <20130207134820.72b8d79c@melee> Message-ID: <20130207131027.3a935c3b@thewildbeast> Claws Mail doesn't use openssl, it uses GnuTLS. regards Paul -- It isn't worth a nickel to two guys like you or me, but to a collector it is worth a fortune From hanno at hboeck.de Thu Feb 7 14:13:57 2013 From: hanno at hboeck.de (Hanno =?ISO-8859-1?B?QvZjaw==?=) Date: Thu, 7 Feb 2013 14:13:57 +0100 Subject: [Users] claws-mail hangs with server using openssl 1.0.1d In-Reply-To: <20130207131027.3a935c3b@thewildbeast> References: <20130207134820.72b8d79c@melee> <20130207131027.3a935c3b@thewildbeast> Message-ID: <20130207141357.34dce995@melee> On Thu, 7 Feb 2013 13:10:27 +0000 Paul wrote: > Claws Mail doesn't use openssl, it uses GnuTLS. The problem lays in claws connecting to a server using openssl 1.0.1d. -- Hanno Böck mail/jabber: hanno at hboeck.de GPG: BBB51E42 http://www.hboeck.de/ -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 836 bytes Desc: not available URL: From noreply at thewildbeast.co.uk Thu Feb 7 14:16:04 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Thu, 07 Feb 2013 13:16:04 +0000 Subject: [Users] [Bug 2873] Re-using folder names fails In-Reply-To: References: Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2873 --- Comment #3 from chris dunn --- Local mail boxes. Terminal output follows : seedy @ ~ : claws-mail WARNING: gnome-keyring:: couldn't connect to: /home/ccc/.cache/keyring-3NJWSX/pkcs11: No such file or directory /usr/share/themes/Taqua/gtk-2.0/gtkrc:54: Clearlooks configuration option "sunkenmenu" is not supported and will be ignored. /usr/share/themes/Taqua/gtk-2.0/gtkrc:55: Clearlooks configuration option "menuitemstyle" is not supported and will be ignored. /usr/share/themes/Taqua/gtk-2.0/gtkrc:56: Clearlooks configuration option "listviewitemstyle" is not supported and will be ignored. /usr/share/themes/Taqua/gtk-2.0/gtkrc:57: Clearlooks configuration option "progressbarstyle" is not supported and will be ignored. ++ STATS ++ INC 0 0 /home/ccc/data/mail/mail library/flow: mkdir: File exists -- You are receiving this mail because: You are the assignee for the bug. You are watching someone on the CC list of the bug. From noreply at thewildbeast.co.uk Thu Feb 7 14:21:07 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Thu, 07 Feb 2013 13:21:07 +0000 Subject: [Users] [Bug 2873] Re-using folder names fails In-Reply-To: References: Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2873 --- Comment #4 from chris dunn --- Sorry, forgot to use --debug in the terminal window. The tail of the --debug command follows : mh.c:231:MH scan not required: /home/ccc/data/mail/mail library/thrifty (1358678226 <= 1358678226) mh.c:231:MH scan not required: /home/ccc/data/mail/mail library/truvalue (1353067576 <= 1353067576) folderview.c:1231:called inc_unlock (lock count 0) inc.c:1529:added timer = 121 folderview.c:2118:newly selected 0xf9bf80, opened (nil) folderview.c:2164:Folder mail library is selected folderview.c:2180:Opening folder mail library... mh.c:231:MH scan not required: /home/ccc/data/mail/mail library (1360243110 <= 1360243110) msgcache.c:602: Reading swapped message cache from /home/ccc/data/mail/mail library/.claws_cache... msgcache.c:618:using Noop Converter msgcache.c:790:done. (0 items read) msgcache.c:791:Cache size: 0 messages, 0 bytes msgcache.c:821:reading swapped mark file. msgcache.c:430:Mark/Cache file '/home/ccc/.claws-mail/tagsdb/#mh/mail/mail library/.claws_tags' not found msgcache.c:430:Mark/Cache file '/home/ccc/.claws-mail/tagsdb/#mh/mail/mail library/.claws_tags' not found folder.c:2713:TIMING folder_item_read_cache : 0s000ms folder.c:2574:Total cache memory usage: 1114 msgcache.c:274:TIMING msgcache_get_msg_list : 0s000ms folder.c:2045:TIMING folder_item_open : 0s000ms summaryview.c:1039:showing From , must show From summaryview.c:1144:called inc_lock (lock count 1) summaryview.c:1251:Scanning folder (mail library)... msgcache.c:274:TIMING msgcache_get_msg_list : 0s000ms summaryview.c:1120:TIMING summary_check_consistency : 0s000ms summaryview.c:1370:TIMING summary_show removing hidden: 0s000ms summaryview.c:1502: summaryview.c:1507:called inc_unlock (lock count 0) summaryview.c:1508:TIMING summary_show : 0s038ms folder.c:2574:Total cache memory usage: 1114 folderview.c:2240:TIMING folderview_selected : 0s051ms folderview.c:2118:newly selected 0xf9bf80, opened 0xf9bf80 folderview.c:2122:TIMING folderview_selected : 0s000ms folderview.c:2118:newly selected 0xf9bf80, opened 0xf9bf80 folderview.c:2122:TIMING folderview_selected : 0s000ms inputdialog.c:479:return string = flow /home/ccc/data/mail/mail library/flow: mkdir: File exists alertpanel.c:253:Creating alert panel dialog... alertpanel.c:212:called inc_lock (lock count 1) alertpanel.c:222:called inc_unlock (lock count 0) folderview.c:2118:newly selected 0xf9bf80, opened 0xf9bf80 folderview.c:2122:TIMING folderview_selected : 0s000ms mainwindow.c:2991:main window position: 655, 86 If you need the complete output please advise how to direct the output to a text file. Thanks. -- You are receiving this mail because: You are the assignee for the bug. You are watching someone on the CC list of the bug. From noreply at thewildbeast.co.uk Thu Feb 7 14:25:44 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Thu, 07 Feb 2013 13:25:44 +0000 Subject: [Users] [Bug 2873] Re-using folder names fails In-Reply-To: References: Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2873 --- Comment #5 from Andrej Kacian --- Does this (creating a folder, deleting, then failing to create again) happen with any folder name? If so, it would probably be more interesting to see the --debug output from act of deleting a folder. It is clear that the cause is that folder remains on disk (the "mkdir: File exists" error) -- You are receiving this mail because: You are the assignee for the bug. You are watching someone on the CC list of the bug. From jseymour at LinxNet.com Thu Feb 7 14:40:46 2013 From: jseymour at LinxNet.com (James Seymour) Date: Thu, 7 Feb 2013 08:40:46 -0500 Subject: [Users] vCalendar plug-in and SSL? In-Reply-To: <20130205164117.78229ccc@win0054> References: <20130205164117.78229ccc@win0054> Message-ID: <20130207084046.2f3ba8fa@win0054> On Tue, 5 Feb 2013 16:41:17 -0500 James Seymour wrote: > Hi All, > > Claws-mail 3.8.0 on an Ubuntu 10.04 LTS (Lucid Lynx) install. > vCalendar 3.8.0, also. > > Doesn't appear to be a way to get it to work with SSL webcal URLs? Nobody knows? Nobody uses vCalendar? The mailto: associated with this plugin resolves to this mailing list. Regards, Jim -- Note: My mail server employs *very* aggressive anti-spam filtering. If you reply to this email and your email is rejected, please accept my apologies and let me know via my web form at . From noreply at thewildbeast.co.uk Thu Feb 7 14:43:42 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Thu, 07 Feb 2013 13:43:42 +0000 Subject: [Users] [Bug 2873] Re-using folder names fails In-Reply-To: References: Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2873 --- Comment #6 from chris dunn --- Not sure if this helps. Would be happy to provide full output of claws-mail --debug if I could direct output to a text file. Just created a new folder "anything". Deleted folder. Re-created folder. No problem. Added a message to the folder via "move to folder". Deleted folder (with message). Re-created folder. No problem. This seems to be a problem of more than one folder names being retained somewhere within the claws-mail system (from some long-time ago) and therefore not being valid names for a new folder. -- You are receiving this mail because: You are the assignee for the bug. You are watching someone on the CC list of the bug. From colin at colino.net Thu Feb 7 14:46:25 2013 From: colin at colino.net (Colin Leroy) Date: Thu, 7 Feb 2013 14:46:25 +0100 Subject: [Users] vCalendar plug-in and SSL? In-Reply-To: <20130207084046.2f3ba8fa@win0054> References: <20130205164117.78229ccc@win0054> <20130207084046.2f3ba8fa@win0054> Message-ID: <20130207144625.264ea105@colin> On Thu, 7 Feb 2013 08:40:46 -0500, James Seymour wrote: > > Claws-mail 3.8.0 on an Ubuntu 10.04 LTS (Lucid Lynx) install. > > vCalendar 3.8.0, also. > > > > Doesn't appear to be a way to get it to work with SSL webcal URLs? > > Nobody knows? Nobody uses vCalendar? The mailto: associated with > this plugin resolves to this mailing list. Well, it should work if your libcurl works with SSL urls. -- Colin From noreply at thewildbeast.co.uk Fri Feb 8 05:59:45 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Fri, 08 Feb 2013 04:59:45 +0000 Subject: [Users] [Bug 2873] Re-using folder names fails In-Reply-To: References: Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2873 Owen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rcook at pcug.org.au --- Comment #7 from Owen --- (In reply to comment #3) > Local mail boxes. > > Terminal output follows : > > seedy @ ~ : claws-mail > WARNING: gnome-keyring:: couldn't connect to: > /home/ccc/.cache/keyring-3NJWSX/pkcs11: No such file or directory > /usr/share/themes/Taqua/gtk-2.0/gtkrc:54: Clearlooks configuration option > "sunkenmenu" is not supported and will be ignored. > /usr/share/themes/Taqua/gtk-2.0/gtkrc:55: Clearlooks configuration option > "menuitemstyle" is not supported and will be ignored. > /usr/share/themes/Taqua/gtk-2.0/gtkrc:56: Clearlooks configuration option > "listviewitemstyle" is not supported and will be ignored. > /usr/share/themes/Taqua/gtk-2.0/gtkrc:57: Clearlooks configuration option > "progressbarstyle" is not supported and will be ignored. > ++ STATS ++ INC 0 0 > /home/ccc/data/mail/mail library/flow: mkdir: File exists Have you tried another theme, other than Clearlooks? -- You are receiving this mail because: You are the assignee for the bug. You are watching someone on the CC list of the bug. From inpost at gmail.com Fri Feb 8 09:03:02 2013 From: inpost at gmail.com (e-letter) Date: Fri, 8 Feb 2013 10:03:02 +0200 Subject: [Users] message search Message-ID: Readers, Two questions (small screen mode): How to clear the search history? The separate 'search folders' dialogue window doesn't seem to work, only the search box at the bottom of the main window. -- clawsmail381 From ricardo at mones.org Fri Feb 8 09:26:53 2013 From: ricardo at mones.org (Ricardo Mones) Date: Fri, 8 Feb 2013 09:26:53 +0100 Subject: [Users] message search In-Reply-To: References: Message-ID: <20130208082653.GI30111@trasgu> Hi, On Fri, Feb 08, 2013 at 10:03:02AM +0200, e-letter wrote: > Readers, > > Two questions (small screen mode): > > How to clear the search history? History is saved in several files (because of the different search types): $ ls -1 .claws-mail/*history .claws-mail/command_history .claws-mail/compose_save_to_history .claws-mail/messagesearch_history .claws-mail/quicksearch_history .claws-mail/summarysearch_adv_history .claws-mail/summary_searchbody_history .claws-mail/summarysearch_from_history .claws-mail/summarysearch_subject_history .claws-mail/summarysearch_to_history You can empty the ones you don't want do keep with any text editor or simply with a "> filename" command. Remember to exit claws-mail first! > The separate 'search folders' dialogue window doesn't seem to work, > only the search box at the bottom of the main window. The "Find all" button seems to work, only the Back/Forward button fail to find anything in small screen layout mode. Can you file a bug? regards, -- Ricardo Mones ~ The world will end in 5 minutes. Please log out. Unknown -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: Digital signature URL: From hanno at hboeck.de Fri Feb 8 11:55:00 2013 From: hanno at hboeck.de (Hanno =?ISO-8859-1?B?QvZjaw==?=) Date: Fri, 8 Feb 2013 11:55:00 +0100 Subject: [Users] claws-mail hangs with server using openssl 1.0.1d In-Reply-To: <20130207134820.72b8d79c@melee> References: <20130207134820.72b8d79c@melee> Message-ID: <20130208115500.75cd1b2e@melee> Some additional Info here: It seems openssl 1.0.1d is suffering from a serious regression that's causing all kinds of problems. I assume that this is the background here, too. See here: http://marc.info/?l=openssl-dev&m=136017226409459&w=2 openssl 1.0.1e should come out shortly. Still I think it should be considered a bug in claws if a faulty ssl server can kill claws. It should at least timeout at some point. If I should help with any debugging to track down the issue, I'd gladly help. -- Hanno Böck mail/jabber: hanno at hboeck.de GPG: BBB51E42 http://www.hboeck.de/ -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 836 bytes Desc: not available URL: From colin at colino.net Fri Feb 8 12:12:22 2013 From: colin at colino.net (Colin Leroy) Date: Fri, 8 Feb 2013 12:12:22 +0100 Subject: [Users] claws-mail hangs with server using openssl 1.0.1d In-Reply-To: <20130208115500.75cd1b2e@melee> References: <20130207134820.72b8d79c@melee> <20130208115500.75cd1b2e@melee> Message-ID: <20130208121222.04a5e4ef@colin> On Fri, 8 Feb 2013 11:55:00 +0100, Hanno Böck wrote: > Still I think it should be considered a bug in claws if a faulty ssl > server can kill claws. It should at least timeout at some > point. If I should help with any debugging to track down the issue, > I'd gladly help. Claws Mail doesn't implement SSL, it uses GnuTLS, so that's probably the interaction of both that is the problem. See whether this works: $ gnutls-cli -p 110 --starttls your.server.com (type STLS, enter, and in another shell type `killall -ALRM gnutls-cli` to trigger SSL negotiation) -- Colin From colin at colino.net Fri Feb 8 12:12:52 2013 From: colin at colino.net (Colin Leroy) Date: Fri, 8 Feb 2013 12:12:52 +0100 Subject: [Users] claws-mail hangs with server using openssl 1.0.1d In-Reply-To: <20130208115500.75cd1b2e@melee> References: <20130207134820.72b8d79c@melee> <20130208115500.75cd1b2e@melee> Message-ID: <20130208121252.54bf319e@colin> On Fri, 8 Feb 2013 11:55:00 +0100, Hanno Böck wrote: > See here: > http://marc.info/?l=openssl-dev&m=136017226409459&w=2 And, thanks for the info anyway :) -- Colin From noreply at thewildbeast.co.uk Fri Feb 8 12:49:30 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Fri, 08 Feb 2013 11:49:30 +0000 Subject: [Users] [Bug 2873] Re-using folder names fails In-Reply-To: References: Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2873 --- Comment #8 from chris dunn --- No, and agreed it is something I ned to get around to, but surely this cannot be related to the difficulty with folder names? -- You are receiving this mail because: You are the assignee for the bug. You are watching someone on the CC list of the bug. From noreply at thewildbeast.co.uk Fri Feb 8 13:07:05 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Fri, 08 Feb 2013 12:07:05 +0000 Subject: [Users] [Bug 2873] Re-using folder names fails In-Reply-To: References: Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2873 --- Comment #9 from Paul --- No, your GTK theme is not related to this. The problem is that the folder you are trying to create actually exists on disk. Possibly you created with your file system manager. What you need to do is use your file system manager to remove it, or `rm /home/ccc/data/mail/mail library/flow` on the shell. But, of course, you'll want to check what's in it first. or Within Claws, right-click the top-level mailbox folder and use 'check for new folders'. Claws will then find andit will be visible in the folder list in Claws -- You are receiving this mail because: You are the assignee for the bug. You are watching someone on the CC list of the bug. From mlists at zoominternet.net Fri Feb 8 15:18:16 2013 From: mlists at zoominternet.net (Robert) Date: Fri, 8 Feb 2013 09:18:16 -0500 Subject: [Users] Removing old messages from a folder Message-ID: <20130208091816.7d87cdd3@zoominternet.net> Hello, I am still in the process of learning Claws Mail. I was wondering if there is a way to delete old mail from a folder automatically? Say for instance I have mailing list folder and I don't want to keep any mail in there that is older then say 6 months. How could I remove them automatically? I seen there are processing on right click on a folder. Is this the best place to do my house cleaning or is there some place else? I thank you for your time. -- Regards Robert Linux The adventure of a lifetime. Linux User #296285 Get Counted http://linuxcounter.net/ From noreply at thewildbeast.co.uk Fri Feb 8 15:21:47 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Fri, 08 Feb 2013 14:21:47 +0000 Subject: [Users] [Bug 2875] New: Session disconnects before recieving multi-line error message Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2875 Bug ID: 2875 Summary: Session disconnects before recieving multi-line error message Classification: Unclassified Product: Claws Mail Version: 3.8.1 Hardware: PC OS: Linux Status: NEW Severity: minor Priority: P3 Component: SMTP Assignee: users at lists.claws-mail.org Reporter: throw-clawsbugs at mgn.org.uk On sending mail the session is ended (by disconnection) before the complete multi-line error message is recieved. No QUIT command is issued. Claws log: [13:29:13] ESMTP< 235 Authentication succeeded [13:29:13] ESMTP> MAIL FROM: SIZE=420 [13:29:13] SMTP< 250 OK [13:29:13] SMTP> RCPT TO: [13:29:13] SMTP< 250 Accepted [13:29:13] SMTP> DATA [13:29:13] SMTP< 451-Quota exceeded. ** error occurred on SMTP session *** Error occurred while sending the message: 451-Quota exceeded. Telnet session: MAIL FROM: SIZE=420 250 OK RCPT TO: 250 Accepted data 451-Quota exceeded. 451-This message is (1 x 420) bytes, 451-but only 2 remain. 451 Try again on 6 Mar quit 221 example.com closing connection RFC 5321 says: "An SMTP connection is terminated when the client sends a QUIT command. The server responds with a positive reply code, after which it closes the connection." In this case the missed message contains useful information and should certainly be logged and/or popped up in a dialog. Other servers may be less forthcoming, naturally. Cheers, Martin (kMail refugee). -- You are receiving this mail because: You are the assignee for the bug. From bdm at fenrir.org.uk Fri Feb 8 15:22:25 2013 From: bdm at fenrir.org.uk (Brian Morrison) Date: Fri, 8 Feb 2013 14:22:25 +0000 Subject: [Users] Removing old messages from a folder In-Reply-To: <20130208091816.7d87cdd3@zoominternet.net> References: <20130208091816.7d87cdd3@zoominternet.net> Message-ID: <20130208142225.00001013@surtees.fenrir.org.uk> On Fri, 8 Feb 2013 09:18:16 -0500 Robert wrote: > I seen there are processing on right click on a folder. Is this the > best place to do my house cleaning or is there some place else? You can create a processing rule for all messages that does a delete for age>180 (days) or something similar that suits. It will run each time you open the folder. -- Brian Morrison From claws at thewildbeast.co.uk Fri Feb 8 16:01:38 2013 From: claws at thewildbeast.co.uk (Paul) Date: Fri, 8 Feb 2013 15:01:38 +0000 Subject: [Users] Removing old messages from a folder In-Reply-To: <20130208142225.00001013@surtees.fenrir.org.uk> References: <20130208091816.7d87cdd3@zoominternet.net> <20130208142225.00001013@surtees.fenrir.org.uk> Message-ID: <20130208150138.29f84be5@thewildbeast> On Fri, 8 Feb 2013 14:22:25 +0000 Brian Morrison wrote: > It will run each > time you open the folder. Alternately, it can be run on demand - see the option 'Run processing when opening' option in the folder properties 'General' page. with regards Paul -- It isn't worth a nickel to two guys like you or me, but to a collector it is worth a fortune From bdm at fenrir.org.uk Fri Feb 8 16:04:46 2013 From: bdm at fenrir.org.uk (Brian Morrison) Date: Fri, 8 Feb 2013 15:04:46 +0000 Subject: [Users] Removing old messages from a folder In-Reply-To: <20130208150138.29f84be5@thewildbeast> References: <20130208091816.7d87cdd3@zoominternet.net> <20130208142225.00001013@surtees.fenrir.org.uk> <20130208150138.29f84be5@thewildbeast> Message-ID: <20130208150446.00007630@surtees.fenrir.org.uk> On Fri, 8 Feb 2013 15:01:38 +0000 Paul wrote: > On Fri, 8 Feb 2013 14:22:25 +0000 > Brian Morrison wrote: > > > It will run each > > time you open the folder. > > Alternately, it can be run on demand - see the option 'Run > processing when opening' option in the folder properties 'General' > page. It can indeed, you just need to be careful to keep track of how much processing you do at start-up otherwise it can take a while for the program to be ready to use. -- Brian Morrison From claws at thewildbeast.co.uk Fri Feb 8 16:11:21 2013 From: claws at thewildbeast.co.uk (Paul) Date: Fri, 8 Feb 2013 15:11:21 +0000 Subject: [Users] Removing old messages from a folder In-Reply-To: <20130208150446.00007630@surtees.fenrir.org.uk> References: <20130208091816.7d87cdd3@zoominternet.net> <20130208142225.00001013@surtees.fenrir.org.uk> <20130208150138.29f84be5@thewildbeast> <20130208150446.00007630@surtees.fenrir.org.uk> Message-ID: <20130208151121.19e4d3de@thewildbeast> On Fri, 8 Feb 2013 15:04:46 +0000 Brian Morrison wrote: > It can indeed, you just need to be careful to keep track of how much > processing you do at start-up otherwise it can take a while for the > program to be ready to use. Ahh, we seem to be talking at cross-purposes - running at start-up is another option. I meant using the folder context menu to run processing on demand. with regards Paul -- It isn't worth a nickel to two guys like you or me, but to a collector it is worth a fortune From bdm at fenrir.org.uk Fri Feb 8 16:20:49 2013 From: bdm at fenrir.org.uk (Brian Morrison) Date: Fri, 8 Feb 2013 15:20:49 +0000 Subject: [Users] Removing old messages from a folder In-Reply-To: <20130208151121.19e4d3de@thewildbeast> References: <20130208091816.7d87cdd3@zoominternet.net> <20130208142225.00001013@surtees.fenrir.org.uk> <20130208150138.29f84be5@thewildbeast> <20130208150446.00007630@surtees.fenrir.org.uk> <20130208151121.19e4d3de@thewildbeast> Message-ID: <20130208152049.00005bf4@surtees.fenrir.org.uk> On Fri, 8 Feb 2013 15:11:21 +0000 Paul wrote: > On Fri, 8 Feb 2013 15:04:46 +0000 > Brian Morrison wrote: > > > It can indeed, you just need to be careful to keep track of how much > > processing you do at start-up otherwise it can take a while for the > > program to be ready to use. > > Ahh, we seem to be talking at cross-purposes - running at start-up is > another option. I meant using the folder context menu to run > processing on demand. "Our two main weapons are processing on demand and on entering the folder. And on start-up! Our three main weapons!" -- Brian Morrison From slitt at troubleshooters.com Fri Feb 8 20:14:55 2013 From: slitt at troubleshooters.com (Steve Litt) Date: Fri, 8 Feb 2013 14:14:55 -0500 Subject: [Users] Removing old messages from a folder In-Reply-To: <20130208142225.00001013@surtees.fenrir.org.uk> References: <20130208091816.7d87cdd3@zoominternet.net> <20130208142225.00001013@surtees.fenrir.org.uk> Message-ID: <20130208141455.6f8e8a2d@mydesk> On Fri, 8 Feb 2013 14:22:25 +0000 Brian Morrison wrote: > On Fri, 8 Feb 2013 09:18:16 -0500 > Robert wrote: > > > I seen there are processing on right click on a folder. Is this the > > best place to do my house cleaning or is there some place else? > > You can create a processing rule for all messages that does a delete > for age>180 (days) or something similar that suits. It will run each > time you open the folder. > I'd be very careful about something like this, for non-technical reasons. If the emails are yours, compare the benefit of keeping them with the cost. Personally, I regularly go back and revisit emails over five years old. With disks getting nothing but bigger and cheaper, my only real problem is backup. If it's for someone else, and that person is a business, be aware of the legal requirements for keeping and disposing of email. Personally, I have kept most of my email since 3/2001 (when I converted to Linux), and in a separate set of files I have editor-readable emails going back to the mid 1990's (Eudora). SteveT SteveT From jerry at seibercom.net Fri Feb 8 20:49:45 2013 From: jerry at seibercom.net (Jerry) Date: Fri, 8 Feb 2013 14:49:45 -0500 Subject: [Users] Unable to send via port 587 Message-ID: <20130208144945.433f0830@scorpio> System Information GTK+ 2.24.6 / GLib 2.28.8 Locale: C (charset: US-ASCII) Operating System: FreeBSD 8.3-STABLE (amd64) claws-Mail version 3.9.0 I just updated claws mail to the this version. It had worked fine prior to this. However, it appears that I now cannot send via port 587 to a Postfix MTA. This is the error message from the maillog: warning: TLS library problem: 7161:error:1408F119:SSL routines:SSL3_GET_RECORD:decryption failed or bad record mac:s3_pkt.c:482: I can send via port 25 though. Other mail clients are not experiencing this phenomenon. Claws will hang at the "send" window. If I hit the cancel button, claws will crash after a few seconds. Prior to this update, all was working fine. I have OpenSSL installed: $ openssl version OpenSSL 1.0.1d 5 Feb 2013 I don't know if that matters or not. I have not reported this as a bug as yet since I am not exactly sure if it is claws-mail's fault. -- Jerry ♔ Disclaimer: off-list followups get on-list replies or get ignored. Please do not ignore the Reply-To header. __________________________________________________________________ From colin at colino.net Fri Feb 8 20:53:12 2013 From: colin at colino.net (Colin Leroy) Date: Fri, 8 Feb 2013 20:53:12 +0100 Subject: [Users] Unable to send via port 587 In-Reply-To: <20130208144945.433f0830@scorpio> References: <20130208144945.433f0830@scorpio> Message-ID: <20130208205312.779dc28c@mike> On 08 February 2013 at 14h49, Jerry wrote: Hi Jerry, > I have OpenSSL installed: > $ openssl version > OpenSSL 1.0.1d 5 Feb 2013 > > I don't know if that matters or not. I suppose it does : you probably hit the same bug as Hanno Böck (see thread "Subject: [Users] claws-mail hangs with server using openssl 1.0.1d") HTH, -- Colin -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 190 bytes Desc: not available URL: From jerry at seibercom.net Fri Feb 8 21:25:52 2013 From: jerry at seibercom.net (Jerry) Date: Fri, 8 Feb 2013 15:25:52 -0500 Subject: [Users] Unable to send via port 587 In-Reply-To: <20130208205312.779dc28c@mike> References: <20130208144945.433f0830@scorpio> <20130208205312.779dc28c@mike> Message-ID: <20130208152552.43195d9c@scorpio> On Fri, 8 Feb 2013 20:53:12 +0100 Colin Leroy articulated: > I suppose it does : you probably hit the same bug as Hanno Böck (see > thread "Subject: [Users] claws-mail hangs with server using openssl > 1.0.1d") OK, then should I file a "BUG Report"? I really need to get this problem fixed ASAP. -- Jerry ♔ Disclaimer: off-list followups get on-list replies or get ignored. Please do not ignore the Reply-To header. __________________________________________________________________ -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 488 bytes Desc: not available URL: From colin at colino.net Fri Feb 8 21:28:39 2013 From: colin at colino.net (Colin Leroy) Date: Fri, 8 Feb 2013 21:28:39 +0100 Subject: [Users] Unable to send via port 587 In-Reply-To: <20130208152552.43195d9c@scorpio> References: <20130208144945.433f0830@scorpio> <20130208205312.779dc28c@mike> <20130208152552.43195d9c@scorpio> Message-ID: <20130208212839.5480615d@mike> On 08 February 2013 at 15h25, Jerry wrote: Hi, > > I suppose it does : you probably hit the same bug as Hanno Böck (see > > thread "Subject: [Users] claws-mail hangs with server using openssl > > 1.0.1d") > > OK, then should I file a "BUG Report"? I really need to get this > problem fixed ASAP. If I understood correctly, the OpenSSL guys are busy releasing 1.0.1e, so no need to :) -- Colin -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 190 bytes Desc: not available URL: From jerry at seibercom.net Fri Feb 8 21:29:09 2013 From: jerry at seibercom.net (Jerry) Date: Fri, 8 Feb 2013 15:29:09 -0500 Subject: [Users] Unable to send via port 587 In-Reply-To: <20130208152552.43195d9c@scorpio> References: <20130208144945.433f0830@scorpio> <20130208205312.779dc28c@mike> <20130208152552.43195d9c@scorpio> Message-ID: <20130208152909.4ebf27b4@scorpio> On Fri, 8 Feb 2013 15:25:52 -0500 Jerry articulated: > On Fri, 8 Feb 2013 20:53:12 +0100 > Colin Leroy articulated: > > > I suppose it does : you probably hit the same bug as Hanno Böck (see > > thread "Subject: [Users] claws-mail hangs with server using openssl > > 1.0.1d") > > OK, then should I file a "BUG Report"? I really need to get this > problem fixed ASAP. I just got this reply back from the Postfix forum: As noted numerous times on the openssl-dev list, OpenSSL 1.0.1d is broken. You need to grab and apply it to the 1.0.1d source to fix it. -- Jerry ♔ Disclaimer: off-list followups get on-list replies or get ignored. Please do not ignore the Reply-To header. __________________________________________________________________ -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 488 bytes Desc: not available URL: From colin at colino.net Fri Feb 8 21:32:35 2013 From: colin at colino.net (Colin Leroy) Date: Fri, 8 Feb 2013 21:32:35 +0100 Subject: [Users] Unable to send via port 587 In-Reply-To: <20130208152909.4ebf27b4@scorpio> References: <20130208144945.433f0830@scorpio> <20130208205312.779dc28c@mike> <20130208152552.43195d9c@scorpio> <20130208152909.4ebf27b4@scorpio> Message-ID: <20130208213235.6cb7e8f4@mike> On 08 February 2013 at 15h29, Jerry wrote: Hi, > I just got this reply back from the Postfix forum: > > As noted numerous times on the openssl-dev list, OpenSSL 1.0.1d is > broken. You need to grab > > and apply it to the 1.0.1d source to fix it. > Thanks for the pointer :) -- Colin -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 190 bytes Desc: not available URL: From clifflaine at europe.com Sat Feb 9 11:14:21 2013 From: clifflaine at europe.com (Cliff Laine) Date: Sat, 9 Feb 2013 10:14:21 +0000 Subject: [Users] Whitelisting an address using bogofilter and CM Message-ID: <20130209101421.35d22cb6@cliff-MXC061> Despite being shown about a hundred of the emails from list at sender.com bogofilter still classifiies every post to the list as spam. I don't use procmail and would rather not do so as I'm a technical novice. Is there a simple way of doing this with bogofilter and CM? Thanks Cliff CM 3.8.0 (GTK+ 2.18.3; i486-pc-linux-gnu) Linux Mint 14 16-bit KDE 4.9.4 From colin at colino.net Sat Feb 9 11:32:39 2013 From: colin at colino.net (Colin Leroy) Date: Sat, 9 Feb 2013 11:32:39 +0100 Subject: [Users] Whitelisting an address using bogofilter and CM In-Reply-To: <20130209101421.35d22cb6@cliff-MXC061> References: <20130209101421.35d22cb6@cliff-MXC061> Message-ID: <20130209113239.17d9fcaf@mike> On 09 February 2013 at 10h14, Cliff Laine wrote: Hi, > Is there a simple way of doing this with bogofilter and CM? You can ask Bogofilter to whitelist emails from senders in the addressbook. (in the Preferences/Plugins/Bogofilter) -- Colin -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 190 bytes Desc: not available URL: From clifflaine at europe.com Sat Feb 9 12:20:37 2013 From: clifflaine at europe.com (Cliff Laine) Date: Sat, 9 Feb 2013 11:20:37 +0000 Subject: [Users] Whitelisting an address using bogofilter and CM In-Reply-To: References: Message-ID: <20130209112037.5399eb9a@cliff-MXC061> > From: Colin Leroy > To: users at lists.claws-mail.org > Subject: Re: [Users] Whitelisting an address using bogofilter and CM > Message-ID: <20130209113239.17d9fcaf at mike> > Content-Type: text/plain; charset="us-ascii" > > On 09 February 2013 at 10h14, Cliff Laine wrote: > > Hi, > > > Is there a simple way of doing this with bogofilter and CM? > > You can ask Bogofilter to whitelist emails from senders in the > addressbook. (in the Preferences/Plugins/Bogofilter) > Oops--thanks Colin, I didn't realise it was that simple. Cliff From noreply at thewildbeast.co.uk Sat Feb 9 17:57:29 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Sat, 09 Feb 2013 16:57:29 +0000 Subject: [Users] [Bug 2873] Re-using folder names fails In-Reply-To: References: Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2873 --- Comment #10 from chris dunn --- Paul, Thanks for this invaluable advice. The problem was simply as you describe, that folders with the names that I was attempting to use, were already present in my mail folders (with mail in them). Using the right click / show new folders action recovered all these folder names and the mail within them. Shuffling mail around and deleting unwanted folder names brought eveything back to normal. Another question does arise though. There were quite a few (8?) folders existing which were not showing up in my mail folder list view in claws. Some of these folders contained mail only a few days old and alreday processed. The question in my mind is how did claws "lose" these folders. I'm not aware of anything that I did, or any machine malfunction that had occurred, that might cause the folders to "disappear". Given that there is a "show new folders" action, is this a known issue? Thanks again for your help. -- You are receiving this mail because: You are the assignee for the bug. You are watching someone on the CC list of the bug. From johnxj at comcast.net Tue Feb 12 03:35:19 2013 From: johnxj at comcast.net (John Jason Jordan) Date: Mon, 11 Feb 2013 18:35:19 -0800 Subject: [Users] Firefox and Claws Mail Message-ID: <20130211183519.533f6b27@mailhost.pdx.edu> Claws Mail 3.9.0 on Fedora 16 x86_64. For a long time I have had "Claws-Mail" as the application for Firefox to use for sending an e-mail when I double-click on a mailto link in a web page. It still works, but suddenly now it opens a new instance of Claws Mail as well as the Compose window. I really don't need this proliferation of windows. If i close the new instance of Claws Mail it also closes the Compose window. After composing and sending the message the new instance of Claws Mail remains active. I looked in Claws Mail Preferences to see if there was a "use only one instance" setting, but there doesn't appear to be such an option. Does anyone know a way to make the mailto link open a Compose window without creating a new instance of Claws Mail as well? Perhaps a change to the setting in Firefox? From subscript at free.fr Tue Feb 12 08:27:58 2013 From: subscript at free.fr (wwp) Date: Tue, 12 Feb 2013 08:27:58 +0100 Subject: [Users] Firefox and Claws Mail In-Reply-To: <20130211183519.533f6b27@mailhost.pdx.edu> References: <20130211183519.533f6b27@mailhost.pdx.edu> Message-ID: <20130212082758.7f456fc8@monolith> Hello John, On Mon, 11 Feb 2013 18:35:19 -0800 John Jason Jordan wrote: > Claws Mail 3.9.0 on Fedora 16 x86_64. > > For a long time I have had "Claws-Mail" as the application for Firefox > to use for sending an e-mail when I double-click on a mailto link in a > web page. > > It still works, but suddenly now it opens a new instance of Claws Mail > as well as the Compose window. I really don't need this proliferation > of windows. If i close the new instance of Claws Mail it also closes > the Compose window. After composing and sending the message the new > instance of Claws Mail remains active. > > I looked in Claws Mail Preferences to see if there was a "use only one > instance" setting, but there doesn't appear to be such an option. > > Does anyone know a way to make the mailto link open a Compose window > without creating a new instance of Claws Mail as well? Perhaps a change > to the setting in Firefox? This is something I could reproduce on CentOS6. What's your desktop and firefox preferences towards mail program opening? See: firefox/edit/preferences/application and search 'mailto'. See: gnome menu/system/preferences/preferred applications/mail reader Regards, -- wwp -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From subscript at free.fr Tue Feb 12 09:38:20 2013 From: subscript at free.fr (wwp) Date: Tue, 12 Feb 2013 09:38:20 +0100 Subject: [Users] Firefox and Claws Mail In-Reply-To: <20130211183519.533f6b27@mailhost.pdx.edu> References: <20130211183519.533f6b27@mailhost.pdx.edu> Message-ID: <20130212093820.36b26e4a@monolith> Hello John, On Mon, 11 Feb 2013 18:35:19 -0800 John Jason Jordan wrote: > Claws Mail 3.9.0 on Fedora 16 x86_64. > > For a long time I have had "Claws-Mail" as the application for Firefox > to use for sending an e-mail when I double-click on a mailto link in a > web page. > > It still works, but suddenly now it opens a new instance of Claws Mail > as well as the Compose window. I really don't need this proliferation > of windows. If i close the new instance of Claws Mail it also closes > the Compose window. After composing and sending the message the new > instance of Claws Mail remains active. > > I looked in Claws Mail Preferences to see if there was a "use only one > instance" setting, but there doesn't appear to be such an option. > > Does anyone know a way to make the mailto link open a Compose window > without creating a new instance of Claws Mail as well? Perhaps a change > to the setting in Firefox? BTW, there's a workaround to this situation: Make sure you're doing an `export TMPDIR=/var/tmp` in your env. prior to start Claws Mail. I don't know yet why firefox makes this when it invokes Claws Mail but it locates its control socket dir to /var/tmp, whereas we do it by default to /tmp, thus both instances cannot communicate and you'll end up w/ two instances (no more). Regards, -- wwp -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From bdm at fenrir.org.uk Tue Feb 12 15:54:33 2013 From: bdm at fenrir.org.uk (Brian Morrison) Date: Tue, 12 Feb 2013 14:54:33 +0000 Subject: [Users] Updated Win32 package? Message-ID: <20130212145433.0000420f@surtees.fenrir.org.uk> Hi Colin I've just suffered a crash in the current Win32 version that seems to be related to a LinkedIn message, symptom is that selecting the HTML part results in a hang and the need to kill Claws from the task manager. Any chance of an updated build for Windows? If possible then I can rule out the message as a problem if I test it against the patches to HTML handling that have gone in on the Linux version, or alternatively report it as problematic if it still causes a hang :) Cheers! -- Brian Morrison From colin at colino.net Tue Feb 12 16:01:01 2013 From: colin at colino.net (Colin Leroy) Date: Tue, 12 Feb 2013 16:01:01 +0100 Subject: [Users] Updated Win32 package? In-Reply-To: <20130212145433.0000420f@surtees.fenrir.org.uk> References: <20130212145433.0000420f@surtees.fenrir.org.uk> Message-ID: <20130212160101.6e848e7c@colin> On Tue, 12 Feb 2013 14:54:33 +0000, Brian Morrison wrote: > I've just suffered a crash in the current Win32 version that seems to > be related to a LinkedIn message, symptom is that selecting the HTML > part results in a hang and the need to kill Claws from the task > manager. > > Any chance of an updated build for Windows? If possible then I can > rule out the message as a problem if I test it against the patches to > HTML handling that have gone in on the Linux version, or alternatively > report it as problematic if it still causes a hang :) LinkedIn messages kill GTKHtml2 CVS under Linux too for me, don't worry, I noticed that yesterday. -- Colin From bdm at fenrir.org.uk Tue Feb 12 16:30:23 2013 From: bdm at fenrir.org.uk (Brian Morrison) Date: Tue, 12 Feb 2013 15:30:23 +0000 Subject: [Users] Updated Win32 package? In-Reply-To: <20130212160101.6e848e7c@colin> References: <20130212145433.0000420f@surtees.fenrir.org.uk> <20130212160101.6e848e7c@colin> Message-ID: <20130212153023.000075a5@surtees.fenrir.org.uk> On Tue, 12 Feb 2013 16:01:01 +0100 Colin Leroy wrote: > On Tue, 12 Feb 2013 14:54:33 +0000, Brian Morrison > wrote: > > > I've just suffered a crash in the current Win32 version that seems > > to be related to a LinkedIn message, symptom is that selecting the > > HTML part results in a hang and the need to kill Claws from the task > > manager. > > > > Any chance of an updated build for Windows? If possible then I can > > rule out the message as a problem if I test it against the patches > > to HTML handling that have gone in on the Linux version, or > > alternatively report it as problematic if it still causes a hang :) > > LinkedIn messages kill GTKHtml2 CVS under Linux too for me, don't > worry, I noticed that yesterday. > OK thanks, useful to know. -- Brian Morrison From claws at thewildbeast.co.uk Tue Feb 12 17:17:26 2013 From: claws at thewildbeast.co.uk (Paul) Date: Tue, 12 Feb 2013 16:17:26 +0000 Subject: [Users] Updated Win32 package? In-Reply-To: <20130212153023.000075a5@surtees.fenrir.org.uk> References: <20130212145433.0000420f@surtees.fenrir.org.uk> <20130212160101.6e848e7c@colin> <20130212153023.000075a5@surtees.fenrir.org.uk> Message-ID: <20130212161726.2b5a619e@thewildbeast> Isn't LinkedIn 90% spam these days anyway?? :) -- It isn't worth a nickel to two guys like you or me, but to a collector it is worth a fortune From noreply at thewildbeast.co.uk Tue Feb 12 17:27:56 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Tue, 12 Feb 2013 16:27:56 +0000 Subject: [Users] [Bug 2876] New: procmime.c:1006:got type application/x-sharedlib for so Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2876 Bug ID: 2876 Summary: procmime.c:1006:got type application/x-sharedlib for so Classification: Unclassified Product: Claws Mail Version: 3.8.1 Hardware: PC OS: Linux Status: NEW Severity: normal Priority: P3 Component: UI Assignee: users at lists.claws-mail.org Reporter: dev at diy-biogas.eu folder.c:1216:Counting total number of messages... procmsg.c:1001:called inc_unlock (lock count 0) msgcache.c:274:TIMING msgcache_get_msg_list : 0s000ms folder.c:4623:Folder ng wants sync alertpanel.c:253:Creating alert panel dialog... alertpanel.c:212:called inc_lock (lock count 1) alertpanel.c:222:called inc_unlock (lock count 0) alertpanel.c:106:return value = 1 pluginwindow.c:297:Creating plugins window... pluginwindow.c:426:called inc_lock (lock count 1) passphrase.c:303:% passphrase removed plugin.c:262:removing /usr/lib/claws-mail/plugins/pgpcore.so rdeps plugin.c:266: rdep /usr/lib/claws-mail/plugins/pgpinline.so: (nil) plugin.c:266: rdep /usr/lib/claws-mail/plugins/pgpmime.so: 0x88f1950 plugin.c:262:removing /usr/lib/claws-mail/plugins/pgpmime.so rdeps prefs_gpg.c:525:set GPG_AGENT_INFO=/home/kardan/.cache/keyring-IVDAij/gpg:0:1 procmime.c:1006:got type application/x-sharedlib for so Segmentation fault -- You are receiving this mail because: You are the assignee for the bug. From noreply at thewildbeast.co.uk Tue Feb 12 17:43:42 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Tue, 12 Feb 2013 16:43:42 +0000 Subject: [Users] [Bug 2876] procmime.c:1006:got type application/x-sharedlib for so In-Reply-To: References: Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2876 --- Comment #1 from Paul --- Can you explain what this bug report is about? http://www.thewildbeast.co.uk/claws-mail/bugzilla/page.cgi?id=bug-writing.html -- You are receiving this mail because: You are the assignee for the bug. From noreply at thewildbeast.co.uk Tue Feb 12 17:45:40 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Tue, 12 Feb 2013 16:45:40 +0000 Subject: [Users] [Bug 2876] procmime.c:1006:got type application/x-sharedlib for so In-Reply-To: References: Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2876 Ricardo Mones changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mones at users.sourceforge.net --- Comment #2 from Ricardo Mones --- Just to be sure: were you unloading plugins while incorporating messages?! -- You are receiving this mail because: You are the assignee for the bug. From noreply at thewildbeast.co.uk Tue Feb 12 17:56:41 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Tue, 12 Feb 2013 16:56:41 +0000 Subject: [Users] [Bug 2876] procmime.c:1006:got type application/x-sharedlib for so In-Reply-To: References: Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2876 --- Comment #3 from dev at diy-biogas.eu --- It often happens that claws-mail just disappears. (one or two times a day). Meanwhile i am used to this, as no data loss happens. Shortly I ran claws from the command line with --debug and saw the sent trace. I was in the process to send an encrypted mail (which failed several times before with no clear reason): "Couldn't encrypt the email: Encryption failed, General error Use "Send queued messages" from the main window to retry." So I tried to change pgp plugin from pgpinline to pgpmime. > were you unloading plugins while incorporating messages I think there was a message window open during unloading. -- You are receiving this mail because: You are the assignee for the bug. From noreply at thewildbeast.co.uk Tue Feb 12 18:00:53 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Tue, 12 Feb 2013 17:00:53 +0000 Subject: [Users] [Bug 2876] procmime.c:1006:got type application/x-sharedlib for so In-Reply-To: References: Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2876 Colin Leroy changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |colin at colino.net --- Comment #4 from Colin Leroy --- Could you reproduce it with gdb? -- You are receiving this mail because: You are the assignee for the bug. You are watching someone on the CC list of the bug. From noreply at thewildbeast.co.uk Tue Feb 12 18:10:22 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Tue, 12 Feb 2013 17:10:22 +0000 Subject: [Users] [Bug 2876] procmime.c:1006:got type application/x-sharedlib for so In-Reply-To: References: Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2876 --- Comment #5 from dev at diy-biogas.eu --- sending encrypted messages via pgpinline fails with: ** (claws-mail:24454): WARNING **: sgpgme_data_release_and_get_mem failed -- You are receiving this mail because: You are the assignee for the bug. You are watching someone on the CC list of the bug. From noreply at thewildbeast.co.uk Tue Feb 12 18:13:16 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Tue, 12 Feb 2013 17:13:16 +0000 Subject: [Users] [Bug 2876] procmime.c:1006:got type application/x-sharedlib for so In-Reply-To: References: Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2876 --- Comment #6 from dev at diy-biogas.eu --- network-log: [18:15:03] IMAP4- [fetching UIDs...] [18:15:03] IMAP4> 66 UID FETCH 1:* (UID) [18:15:03] IMAP4< 66 OK Fetch completed. [18:15:03] IMAP4> 67 APPEND Queue (\Seen) {16703} [18:15:03] IMAP4< + OK [18:15:03] IMAP4> [data - 8159 bytes] [18:15:03] IMAP4> [data - 8190 bytes] [18:15:03] IMAP4> [data - 356 bytes] [18:15:04] IMAP4< [APPEND data - 76 bytes] [18:15:04] IMAP4> 68 NOOP [18:15:04] IMAP4< 68 OK NOOP completed. [18:15:04] IMAP4> 69 UID STORE 525 +FLAGS.SILENT (\Seen) [18:15:04] IMAP4< 69 OK Store completed. [18:15:04] IMAP4> 70 SELECT Drafts [18:15:05] IMAP4< * OK [CLOSED] Previous mailbox closed. [18:15:05] IMAP4< * FLAGS (\Answered \Flagged \Deleted \Seen \Draft NonJunk) [18:15:05] IMAP4< * OK [PERMANENTFLAGS (\Answered \Flagged \Deleted \Seen \Draft NonJunk \*)] Flags permitted. [18:15:05] IMAP4< * 0 EXISTS [18:15:05] IMAP4< * 0 RECENT [18:15:05] IMAP4< * OK [UIDVALIDITY 1320003196] UIDs valid [18:15:05] IMAP4< * OK [UIDNEXT 2703] Predicted next UID [18:15:05] IMAP4< * OK [HIGHESTMODSEQ 10733] Highest [18:15:05] IMAP4< 70 OK [READ-WRITE] Select completed. [18:15:05] IMAP4> 71 UID STORE 2702 +FLAGS.SILENT (\Deleted) [18:15:05] IMAP4< 71 OK Store completed. [18:15:05] IMAP4> 72 EXPUNGE [18:15:05] IMAP4< 72 OK Expunge completed. [18:15:05] IMAP4> 73 SELECT Queue [18:15:06] IMAP4< * OK [CLOSED] Previous mailbox closed. [18:15:06] IMAP4< * FLAGS (\Answered \Flagged \Deleted \Seen \Draft) [18:15:06] IMAP4< * OK [PERMANENTFLAGS (\Answered \Flagged \Deleted \Seen \Draft \*)] Flags permitted. [18:15:06] IMAP4< * 1 EXISTS [18:15:06] IMAP4< * 0 RECENT [18:15:06] IMAP4< * OK [UIDVALIDITY 1320003198] UIDs valid [18:15:06] IMAP4< * OK [UIDNEXT 526] Predicted next UID [18:15:06] IMAP4< * OK [HIGHESTMODSEQ 1574] Highest [18:15:06] IMAP4< 73 OK [READ-WRITE] Select completed. [18:15:06] IMAP4> 74 UID STORE 525 +FLAGS.SILENT (\Deleted) [18:15:06] IMAP4< 74 OK Store completed. [18:15:06] IMAP4> 75 EXPUNGE [18:15:06] IMAP4< * 1 EXPUNGE [18:15:06] IMAP4< 75 OK Expunge completed. [18:15:06] IMAP4- [fetching UIDs...] [18:15:06] IMAP4> 76 UID FETCH 1:* (UID) [18:15:06] IMAP4< 76 OK Fetch completed. -- You are receiving this mail because: You are the assignee for the bug. You are watching someone on the CC list of the bug. From bdm at fenrir.org.uk Tue Feb 12 18:13:33 2013 From: bdm at fenrir.org.uk (Brian Morrison) Date: Tue, 12 Feb 2013 17:13:33 +0000 Subject: [Users] Updated Win32 package? In-Reply-To: <20130212161726.2b5a619e@thewildbeast> References: <20130212145433.0000420f@surtees.fenrir.org.uk> <20130212160101.6e848e7c@colin> <20130212153023.000075a5@surtees.fenrir.org.uk> <20130212161726.2b5a619e@thewildbeast> Message-ID: <20130212171333.00003e70@surtees.fenrir.org.uk> On Tue, 12 Feb 2013 16:17:26 +0000 Paul wrote: > Isn't LinkedIn 90% spam these days anyway?? :) > I can't work out what most of the stuff they send me is for, but I don't want to just bin it all sight unseen. I thought I'd look at today's email because I couldn't see what it was about from the subject. -- Brian Morrison From noreply at thewildbeast.co.uk Tue Feb 12 18:17:37 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Tue, 12 Feb 2013 17:17:37 +0000 Subject: [Users] [Bug 2876] procmime.c:1006:got type application/x-sharedlib for so In-Reply-To: References: Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2876 --- Comment #7 from dev at diy-biogas.eu --- the segfault is not reproducible at the moment. -- You are receiving this mail because: You are the assignee for the bug. You are watching someone on the CC list of the bug. From llevrel at yahoo.fr Tue Feb 12 18:45:06 2013 From: llevrel at yahoo.fr (Lucas Levrel) Date: Tue, 12 Feb 2013 18:45:06 +0100 (CET) Subject: [Users] IMAP: stream error or SSL handshake failed Message-ID: Hi, I'm having a hard time trying to configure an IMAP account. The account works flawlessly with Alpine or Seamonkey. This is Claws 3.7.10 (this is the current Slitaz version). I think I tried all possible combinations of the various configuration options: - no SSL/SSL for IMAP4/STARTTLS to start SSL - providing or not a certificate that I got using openssl - checking or not non-blocking SSL IMAP port is set to 993. If I set Don't use SSL or Use STARTTLS, I get a long wait ending with "** IMAP error on imap.u-pec.fr: stream error" in the log. If I set Use SSL for IMAP4 connection, I instantly get an error with "*** SSL handshake failed" in the log. Please help. -- LL From bdm at fenrir.org.uk Tue Feb 12 18:51:13 2013 From: bdm at fenrir.org.uk (Brian Morrison) Date: Tue, 12 Feb 2013 17:51:13 +0000 Subject: [Users] IMAP: stream error or SSL handshake failed In-Reply-To: References: Message-ID: <20130212175113.0000135d@surtees.fenrir.org.uk> On Tue, 12 Feb 2013 18:45:06 +0100 (CET) Lucas Levrel wrote: > This is Claws 3.7.10 That's very old, it is probably missing a lot of fixes that would improve your experience. -- Brian Morrison From pf at pfortin.com Tue Feb 12 19:01:44 2013 From: pf at pfortin.com (Pierre Fortin) Date: Tue, 12 Feb 2013 13:01:44 -0500 Subject: [Users] Updated Win32 package? In-Reply-To: <20130212145433.0000420f@surtees.fenrir.org.uk> References: <20130212145433.0000420f@surtees.fenrir.org.uk> Message-ID: <20130212130144.283cbfca@pfortin.com> On Tue, 12 Feb 2013 14:54:33 +0000 Brian Morrison wrote: >symptom is that selecting the HTML >part results in a hang and the need to kill Claws from the task manager. Going 100% CPU? If so, could be bug 2780..? From pf at pfortin.com Tue Feb 12 19:04:22 2013 From: pf at pfortin.com (Pierre Fortin) Date: Tue, 12 Feb 2013 13:04:22 -0500 Subject: [Users] Updated Win32 package? In-Reply-To: <20130212130144.283cbfca@pfortin.com> References: <20130212145433.0000420f@surtees.fenrir.org.uk> <20130212130144.283cbfca@pfortin.com> Message-ID: <20130212130422.35976bcf@pfortin.com> On Tue, 12 Feb 2013 13:01:44 -0500 Pierre Fortin wrote: Argh! I meant bug 2870... remnants of my ancient background with IBM2780/3270 terminals... Sorry. >On Tue, 12 Feb 2013 14:54:33 +0000 Brian Morrison wrote: > >>symptom is that selecting the HTML >>part results in a hang and the need to kill Claws from the task manager. > >Going 100% CPU? If so, could be bug 2780..? >_______________________________________________ >Users mailing list >Users at lists.claws-mail.org >http://lists.claws-mail.org/cgi-bin/mailman/listinfo/users > From claws at thewildbeast.co.uk Tue Feb 12 19:23:21 2013 From: claws at thewildbeast.co.uk (Paul) Date: Tue, 12 Feb 2013 18:23:21 +0000 Subject: [Users] IMAP: stream error or SSL handshake failed In-Reply-To: References: Message-ID: <20130212182321.25be8c53@thewildbeast> On Tue, 12 Feb 2013 18:45:06 +0100 (CET) Lucas Levrel wrote: > This is Claws 3.7.10 (this is the current Slitaz version). There's a newer version here: http://mirror.slitaz.org/packages/cooking/ not the latest, but newer than 3.7.10. Test with that one and then return to this thread. with regards Paul -- It isn't worth a nickel to two guys like you or me, but to a collector it is worth a fortune From noreply at thewildbeast.co.uk Tue Feb 12 19:23:50 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Tue, 12 Feb 2013 18:23:50 +0000 Subject: [Users] [Bug 2876] procmime.c:1006:got type application/x-sharedlib for so In-Reply-To: References: Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2876 --- Comment #8 from dev at diy-biogas.eu --- another segfault: ** (claws-mail:24454): WARNING **: [19:23:53] IMAP error on : stream error ** (claws-mail:24454): WARNING **: [19:23:53] IMAP4 connection broken (claws-mail:24454): Claws-Mail-CRITICAL **: imap_scan_required: assertion `session != NULL' failed Program received signal SIGSEGV, Segmentation fault. 0xb73d3b11 in ?? () from /lib/i386-linux-gnu/i686/cmov/libc.so.6 #0 0xb73d3b11 in ?? () from /lib/i386-linux-gnu/i686/cmov/libc.so.6 #1 0xb73d58ec in malloc () from /lib/i386-linux-gnu/i686/cmov/libc.so.6 #2 0xb7449df8 in __vasprintf_chk () from /lib/i386-linux-gnu/i686/cmov/libc.so.6 #3 0xb76f7026 in g_vasprintf () from /lib/i386-linux-gnu/libglib-2.0.so.0 #4 0xb76d46f3 in g_strdup_vprintf () from /lib/i386-linux-gnu/libglib-2.0.so.0 #5 0xb76d4723 in g_strdup_printf () from /lib/i386-linux-gnu/libglib-2.0.so.0 #6 0x08259340 in xml_attr_new_int () #7 0x080ce6c0 in folder_item_get_xml () #8 0x080e9b79 in ?? () #9 0x080ce7e0 in ?? () #10 0x0824cd65 in ?? () #11 0xb76c0e25 in g_node_children_foreach () from /lib/i386-linux-gnu/libglib-2.0.so.0 #12 0x0824cdbd in ?? () #13 0xb76c0e25 in g_node_children_foreach () from /lib/i386-linux-gnu/libglib-2.0.so.0 #14 0x0824cdbd in ?? () #15 0xb76c0e25 in g_node_children_foreach () from /lib/i386-linux-gnu/libglib-2.0.so.0 #16 0x08252d33 in g_node_map () #17 0x080ccde4 in ?? () #18 0x080cf1f7 in folder_write_list () #19 0x080e23cb in folderview_check_new () #20 0x080fbb91 in inc_all_account_mail () #21 0x080fbd39 in ?? () #22 0xb76b83af in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0 #23 0xb76b76d3 in g_main_context_dispatch () from /lib/i386-linux-gnu/libglib-2.0.so.0 #24 0xb76b7a70 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0 #25 0xb76b7ecb in g_main_loop_run () from /lib/i386-linux-gnu/libglib-2.0.so.0 #26 0xb7c48ad0 in gtk_main () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0 #27 0x08087a58 in main () -- You are receiving this mail because: You are the assignee for the bug. You are watching someone on the CC list of the bug. From noreply at thewildbeast.co.uk Tue Feb 12 19:48:22 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Tue, 12 Feb 2013 18:48:22 +0000 Subject: [Users] [Bug 2876] procmime.c:1006:got type application/x-sharedlib for so In-Reply-To: References: Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2876 --- Comment #9 from dev at diy-biogas.eu --- again segfault, happens when network cable is unplugged: (claws-mail:27329): Claws-Mail-CRITICAL **: imap_scan_required: assertion `session != NULL' failed Program received signal SIGSEGV, Segmentation fault. 0xb73d3b11 in ?? () from /lib/i386-linux-gnu/i686/cmov/libc.so.6 #0 0xb73d3b11 in ?? () from /lib/i386-linux-gnu/i686/cmov/libc.so.6 #1 0xb73d46fa in ?? () from /lib/i386-linux-gnu/i686/cmov/libc.so.6 #2 0xb73d5dd6 in memalign () from /lib/i386-linux-gnu/i686/cmov/libc.so.6 #3 0xb73d5fe9 in posix_memalign () from /lib/i386-linux-gnu/i686/cmov/libc.so.6 #4 0xb7685f51 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0 #5 0xb76d300f in g_slice_alloc () from /lib/i386-linux-gnu/libglib-2.0.so.0 #6 0xb76b3f86 in g_list_prepend () from /lib/i386-linux-gnu/libglib-2.0.so.0 #7 0x082593bd in xml_tag_add_attr () #8 0x080e9b9d in ?? () #9 0x080ce7e0 in ?? () #10 0x0824cd65 in ?? () #11 0xb76c0e3d in g_node_children_foreach () from /lib/i386-linux-gnu/libglib-2.0.so.0 #12 0x0824cdbd in ?? () #13 0xb76c0e25 in g_node_children_foreach () from /lib/i386-linux-gnu/libglib-2.0.so.0 #14 0x0824cdbd in ?? () #15 0xb76c0e25 in g_node_children_foreach () from /lib/i386-linux-gnu/libglib-2.0.so.0 #16 0x08252d33 in g_node_map () #17 0x080ccde4 in ?? () #18 0x080cf1f7 in folder_write_list () -- You are receiving this mail because: You are the assignee for the bug. You are watching someone on the CC list of the bug. From colin at colino.net Tue Feb 12 20:20:33 2013 From: colin at colino.net (Colin Leroy) Date: Tue, 12 Feb 2013 20:20:33 +0100 Subject: [Users] Updated Win32 package? In-Reply-To: <20130212130144.283cbfca@pfortin.com> References: <20130212145433.0000420f@surtees.fenrir.org.uk> <20130212130144.283cbfca@pfortin.com> Message-ID: <20130212202033.60f62a80@mike> On 12 February 2013 at 13h01, Pierre Fortin wrote: Hi, > wrote: > > >symptom is that selecting the HTML > >part results in a hang and the need to kill Claws from the task > >manager. > > Going 100% CPU? If so, could be bug 2780..? Yes, that's it I think. I'll try to handle it tomorrow. -- Colin -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 190 bytes Desc: not available URL: From noreply at thewildbeast.co.uk Tue Feb 12 20:43:54 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Tue, 12 Feb 2013 19:43:54 +0000 Subject: [Users] [Bug 2859] Newmail plugin doesn't work if Mail folder not present when it is loaded. In-Reply-To: References: Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2859 --- Comment #1 from Julien --- Created attachment 1229 --> http://www.thewildbeast.co.uk/claws-mail/bugzilla/attachment.cgi?id=1229&action=edit Test and create Mail if it doesn't exist Here is a proposed fix from a mageia contributor (Yann Lejeune) It test for Mail directory and create it if non existent. Regards Julien -- You are receiving this mail because: You are the assignee for the bug. From noreply at thewildbeast.co.uk Tue Feb 12 22:20:36 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Tue, 12 Feb 2013 21:20:36 +0000 Subject: [Users] [Bug 2877] New: Render fail Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2877 Bug ID: 2877 Summary: Render fail Classification: Unclassified Product: Claws Mail Version: 3.9.0 Hardware: PC OS: Linux Status: NEW Severity: normal Priority: P3 Component: Plugins/Gtkhtml2 Viewer Assignee: users at lists.claws-mail.org Reporter: khazarian at fastmail.in Created attachment 1230 --> http://www.thewildbeast.co.uk/claws-mail/bugzilla/attachment.cgi?id=1230&action=edit [Ekiga-list] FAQ please I see a blank message. https://mail.gnome.org/archives/ekiga-list/2013-February/msg00049.html -- You are receiving this mail because: You are the assignee for the bug. From jseymour at LinxNet.com Tue Feb 12 22:54:53 2013 From: jseymour at LinxNet.com (James Seymour) Date: Tue, 12 Feb 2013 16:54:53 -0500 Subject: [Users] vCalendar plug-in and SSL? In-Reply-To: <20130207144625.264ea105@colin> References: <20130205164117.78229ccc@win0054> <20130207084046.2f3ba8fa@win0054> <20130207144625.264ea105@colin> Message-ID: <20130212165453.2f257692@win0054> On Thu, 7 Feb 2013 14:46:25 +0100 Colin Leroy wrote: > On Thu, 7 Feb 2013 08:40:46 -0500, James Seymour > wrote: > > > > Claws-mail 3.8.0 on an Ubuntu 10.04 LTS (Lucid Lynx) install. > > > vCalendar 3.8.0, also. > > > > > > Doesn't appear to be a way to get it to work with SSL webcal > > > URLs? > > > > Nobody knows? Nobody uses vCalendar? The mailto: associated with > > this plugin resolves to this mailing list. > > Well, it should work if your libcurl works with SSL urls. > Finally got around to fooling with it again. Thunderbird with the Lightning plugin works with: https://www.example.com/cal/username/calendar/ Claws-Mail/vCalendar does not like https: or webcals:, and webcal: simply times-out. Would hate to have to go back to Thunderbird... Regards, Jim -- Note: My mail server employs *very* aggressive anti-spam filtering. If you reply to this email and your email is rejected, please accept my apologies and let me know via my web form at . From itz at buug.org Wed Feb 13 04:24:32 2013 From: itz at buug.org (Ian Zimmerman) Date: Tue, 12 Feb 2013 19:24:32 -0800 Subject: [Users] Firefox and Claws Mail In-Reply-To: <20130212093820.36b26e4a@monolith> References: <20130211183519.533f6b27@mailhost.pdx.edu> <20130212093820.36b26e4a@monolith> Message-ID: <20130212192432.3f1d15f4.itz@buug.org> On Tue, 12 Feb 2013 09:38:20 +0100 wwp wrote: wwp> Make sure you're doing an `export TMPDIR=/var/tmp` in your wwp> env. prior to start Claws Mail. wwp> I don't know yet why firefox makes this when it invokes Claws Mail wwp> but it locates its control socket dir to /var/tmp, whereas we do it wwp> by default to /tmp, thus both instances cannot communicate and wwp> you'll end up w/ two instances (no more). I suggest this is in fact a buglet in Claws. The directory for the "pidfile" (or socket) should not be affected by the TMPDIR environment variable. It should be configured at compile time, with the possibility of overriding with a command line option. That way calling Claws from other programs like Firefox will always work. -- Ian Zimmerman gpg public key: 1024D/C6FF61AD fingerprint: 66DC D68F 5C1B 4D71 2EE5 BD03 8A00 786C C6FF 61AD http://www.gravatar.com/avatar/c66875cda51109f76c6312f4d4743d1e.png Rule 420: All persons more than eight miles high to leave the court. From subscript at free.fr Wed Feb 13 08:53:26 2013 From: subscript at free.fr (wwp) Date: Wed, 13 Feb 2013 08:53:26 +0100 Subject: [Users] Firefox and Claws Mail In-Reply-To: <20130212192432.3f1d15f4.itz@buug.org> References: <20130211183519.533f6b27@mailhost.pdx.edu> <20130212093820.36b26e4a@monolith> <20130212192432.3f1d15f4.itz@buug.org> Message-ID: <20130213085326.7859c528@monolith> Hello Ian, On Tue, 12 Feb 2013 19:24:32 -0800 Ian Zimmerman wrote: > On Tue, 12 Feb 2013 09:38:20 +0100 > wwp wrote: > > wwp> Make sure you're doing an `export TMPDIR=/var/tmp` in your > wwp> env. prior to start Claws Mail. > > wwp> I don't know yet why firefox makes this when it invokes Claws Mail > wwp> but it locates its control socket dir to /var/tmp, whereas we do it > wwp> by default to /tmp, thus both instances cannot communicate and > wwp> you'll end up w/ two instances (no more). > > I suggest this is in fact a buglet in Claws. > > The directory for the "pidfile" (or socket) should not be affected by > the TMPDIR environment variable. It should be configured at compile > time, with the possibility of overriding with a command line option. > That way calling Claws from other programs like Firefox will always > work. I'm not sure that you're right there but I'm just doubtful 'cause I don't know well the mechanism and the reasons implied here. Anyway if you're right, then why does firefox start with: TMPDIR="${MOZ_TMPDIR:-/var/tmp}" This is what causes our trouble. Regards, -- wwp -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From colin at colino.net Wed Feb 13 10:17:08 2013 From: colin at colino.net (Colin Leroy) Date: Wed, 13 Feb 2013 10:17:08 +0100 Subject: [Users] Firefox and Claws Mail In-Reply-To: <20130212192432.3f1d15f4.itz@buug.org> References: <20130211183519.533f6b27@mailhost.pdx.edu> <20130212093820.36b26e4a@monolith> <20130212192432.3f1d15f4.itz@buug.org> Message-ID: <20130213101708.113e8599@colin> On Tue, 12 Feb 2013 19:24:32 -0800, Ian Zimmerman wrote: > I suggest this is in fact a buglet in Claws. > > The directory for the "pidfile" (or socket) should not be affected by > the TMPDIR environment variable. It should be configured at compile > time, with the possibility of overriding with a command line option. > That way calling Claws from other programs like Firefox will always > work. I disagree. Such things should not be hardcoded because they may vary from machine to machine, even if they're using the same Claws-Mail binary. What is highly asking-for-trouble, though, is redefining variables such as $TMPDIR inside a single user session. Things launched from a GUI should have the same basic environment. -- Colin From noreply at thewildbeast.co.uk Wed Feb 13 11:54:27 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Wed, 13 Feb 2013 10:54:27 +0000 Subject: [Users] [Bug 2876] procmime.c:1006:got type application/x-sharedlib for so In-Reply-To: References: Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2876 --- Comment #10 from dev at diy-biogas.eu --- sorry, that this report is a big mixed. please let it open, so I can collect my traces. I really have this / these segfault issues since some time, but never found the opportunity, to document it properly. please let me know, if you miss any information. regarding the issue during sending encrypted mails: > ** (claws-mail:24454): WARNING **: sgpgme_data_release_and_get_mem failed This was an issue with my key (0F08950C). gpa said "The key can be used for certification and signing, but not for encryption.", which is unclear to me: http://stinkfoot.org:11371/pks/lookup?op=vindex&search=0x79F93EE60F08950C -- You are receiving this mail because: You are the assignee for the bug. You are watching someone on the CC list of the bug. From colin at colino.net Wed Feb 13 16:18:30 2013 From: colin at colino.net (Colin Leroy) Date: Wed, 13 Feb 2013 16:18:30 +0100 Subject: [Users] Updated Win32 package? In-Reply-To: <20130212202033.60f62a80@mike> References: <20130212145433.0000420f@surtees.fenrir.org.uk> <20130212130144.283cbfca@pfortin.com> <20130212202033.60f62a80@mike> Message-ID: <20130213161830.4f40828d@colin> On Tue, 12 Feb 2013 20:20:33 +0100, Colin Leroy wrote: Hi guys, > Yes, that's it I think. I'll try to handle it tomorrow. There's a fix in GtkHTML Viewer's CVS, which is available in a plugin snapshot at the usual location and an updated win32 package. Can you test it out? It doesn't fix the CSS interpretation but at least bails properly. -- Colin From bdm at fenrir.org.uk Wed Feb 13 16:36:40 2013 From: bdm at fenrir.org.uk (Brian Morrison) Date: Wed, 13 Feb 2013 15:36:40 +0000 Subject: [Users] Updated Win32 package? In-Reply-To: <20130213161830.4f40828d@colin> References: <20130212145433.0000420f@surtees.fenrir.org.uk> <20130212130144.283cbfca@pfortin.com> <20130212202033.60f62a80@mike> <20130213161830.4f40828d@colin> Message-ID: <20130213153640.000037e7@surtees.fenrir.org.uk> On Wed, 13 Feb 2013 16:18:30 +0100 Colin Leroy wrote: > On Tue, 12 Feb 2013 20:20:33 +0100, Colin Leroy > wrote: > > Hi guys, > > > Yes, that's it I think. I'll try to handle it tomorrow. > > There's a fix in GtkHTML Viewer's CVS, which is available in a plugin > snapshot at the usual location and an updated win32 package. Can you > test it out? > > It doesn't fix the CSS interpretation but at least bails properly. Works for me with yesterday's LinkedIn spam and selecting the HTML part. Thanks Colin, and all those nice CVS fixes included too, you are the man! -- Brian Morrison From bdm at fenrir.org.uk Wed Feb 13 16:39:58 2013 From: bdm at fenrir.org.uk (Brian Morrison) Date: Wed, 13 Feb 2013 15:39:58 +0000 Subject: [Users] Updated Win32 package? In-Reply-To: <20130213153640.000037e7@surtees.fenrir.org.uk> References: <20130212145433.0000420f@surtees.fenrir.org.uk> <20130212130144.283cbfca@pfortin.com> <20130212202033.60f62a80@mike> <20130213161830.4f40828d@colin> <20130213153640.000037e7@surtees.fenrir.org.uk> Message-ID: <20130213153958.000012ff@surtees.fenrir.org.uk> On Wed, 13 Feb 2013 15:36:40 +0000 Brian Morrison wrote: > Works for me with yesterday's LinkedIn spam and selecting the HTML > part. Should have said, Win32 version. -- Brian Morrison From noreply at thewildbeast.co.uk Wed Feb 13 18:07:04 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Wed, 13 Feb 2013 17:07:04 +0000 Subject: [Users] [Bug 2870] 100% CPU; CM non-responsive In-Reply-To: References: Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2870 Pierre Fortin changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #2 from Pierre Fortin --- Fixed. Thanks Colin!! -- You are receiving this mail because: You are the assignee for the bug. From noreply at thewildbeast.co.uk Wed Feb 13 22:00:59 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Wed, 13 Feb 2013 21:00:59 +0000 Subject: [Users] [Bug 2876] procmime.c:1006:got type application/x-sharedlib for so In-Reply-To: References: Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2876 --- Comment #11 from dev at diy-biogas.eu --- after i plugged off the cable and tried to access a synchronized folder in offline mode (claws-mail:30510): Claws-Mail-CRITICAL **: imap_scan_required: assertion `session != NULL' failed Program received signal SIGSEGV, Segmentation fault. 0xb73d3503 in ?? () from /lib/i386-linux-gnu/i686/cmov/libc.so.6 #0 0xb73d3503 in ?? () from /lib/i386-linux-gnu/i686/cmov/libc.so.6 #1 0xb73d58ec in malloc () from /lib/i386-linux-gnu/i686/cmov/libc.so.6 #2 0xb76bd42b in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0 #3 0xb76bd7a3 in g_malloc () from /lib/i386-linux-gnu/libglib-2.0.so.0 #4 0xb76d44c9 in g_strdup () from /lib/i386-linux-gnu/libglib-2.0.so.0 #5 0x08278370 in ?? () #6 0x082a3957 in gtk_sctree_insert_node () #7 0x081c5aef in summary_show () #8 0x080e2eca in ?? () #9 0x082b8701 in claws_marshal_VOID__POINTER_INT () #10 0xb7779e76 in g_closure_invoke () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #11 0xb778b945 in ?? () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #12 0xb7793b56 in g_signal_emit_valist () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #13 0xb7793cd3 in g_signal_emit () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #14 0x0827c58e in gtk_cmctree_select () #15 0x0827cb6d in ?? () #16 0x082a1bf9 in ?? () #17 0x082995b1 in gtk_cmclist_unselect_all () #18 0x0829fc36 in ?? () #19 0x082a2949 in ?? () #20 0xb7c4b8a2 in ?? () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0 #21 0xb7778ced in ?? () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #22 0xb7779e76 in g_closure_invoke () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #23 0xb778b610 in ?? () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #24 0xb7793891 in g_signal_emit_valist () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #25 0xb7793cd3 in g_signal_emit () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #26 0xb7d82dab in ?? () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0 #27 0xb7c499a4 in gtk_propagate_event () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0 #28 0xb7c4a000 in gtk_main_do_event () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0 #29 0xb7ab2ae8 in ?? () from /usr/lib/i386-linux-gnu/libgdk-x11-2.0.so.0 #30 0xb76b76d3 in g_main_context_dispatch () from /lib/i386-linux-gnu/libglib-2.0.so.0 #31 0xb76b7a70 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0 #32 0xb76b7ecb in g_main_loop_run () from /lib/i386-linux-gnu/libglib-2.0.so.0 #33 0xb7c48ad0 in gtk_main () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0 #34 0x08087a58 in main () -- You are receiving this mail because: You are the assignee for the bug. You are watching someone on the CC list of the bug. From itz at buug.org Wed Feb 13 23:22:24 2013 From: itz at buug.org (Ian Zimmerman) Date: Wed, 13 Feb 2013 14:22:24 -0800 Subject: [Users] Firefox and Claws Mail In-Reply-To: <20130213101708.113e8599@colin> References: <20130211183519.533f6b27@mailhost.pdx.edu> <20130212093820.36b26e4a@monolith> <20130212192432.3f1d15f4.itz@buug.org> <20130213101708.113e8599@colin> Message-ID: <20130213142224.081569d5.itz@buug.org> On Wed, 13 Feb 2013 10:17:08 +0100 Colin Leroy wrote: Colin> I disagree. Such things should not be hardcoded because they may Colin> vary from machine to machine, even if they're using the same Colin> Claws-Mail binary. Most often the binary will be provided by the distribution which - it is hoped - has a unified policy in this respect. Colin> What is highly asking-for-trouble, though, is redefining Colin> variables such as $TMPDIR inside a single user session. Things Colin> launched from a GUI should have the same basic environment. Well the problem here is clearly Firefox _is_ asking-for-trouble in precisely this manner, without the user having a say over it (I checked the 'about:config' pseudo URL and there is nothing to set this). Unless of course wwp him/herself sets this in some Firefox wrapper script. wwp, what is your source for Firefox? Is it provided by your distribution, hand-compiled, or just binary downloaded from mozilla site? -- Ian Zimmerman gpg public key: 1024D/C6FF61AD fingerprint: 66DC D68F 5C1B 4D71 2EE5 BD03 8A00 786C C6FF 61AD http://www.gravatar.com/avatar/c66875cda51109f76c6312f4d4743d1e.png Rule 420: All persons more than eight miles high to leave the court. From johnxj at comcast.net Wed Feb 13 23:32:55 2013 From: johnxj at comcast.net (John Jason Jordan) Date: Wed, 13 Feb 2013 14:32:55 -0800 Subject: [Users] Firefox and Claws Mail In-Reply-To: <20130213142224.081569d5.itz@buug.org> References: <20130211183519.533f6b27@mailhost.pdx.edu> <20130212093820.36b26e4a@monolith> <20130212192432.3f1d15f4.itz@buug.org> <20130213101708.113e8599@colin> <20130213142224.081569d5.itz@buug.org> Message-ID: <20130213143255.5a5271fb@mailhost.pdx.edu> On Wed, 13 Feb 2013 14:22:24 -0800 Ian Zimmerman dijo: >On Wed, 13 Feb 2013 10:17:08 +0100 >Colin Leroy wrote: > >Colin> I disagree. Such things should not be hardcoded because they may >Colin> vary from machine to machine, even if they're using the same >Colin> Claws-Mail binary. > >Most often the binary will be provided by the distribution which - it >is hoped - has a unified policy in this respect. > >Colin> What is highly asking-for-trouble, though, is redefining >Colin> variables such as $TMPDIR inside a single user session. Things >Colin> launched from a GUI should have the same basic environment. > >Well the problem here is clearly Firefox _is_ asking-for-trouble in >precisely this manner, without the user having a say over it (I checked >the 'about:config' pseudo URL and there is nothing to set this). >Unless of course wwp him/herself sets this in some Firefox wrapper >script. > >wwp, what is your source for Firefox? Is it provided by your >distribution, hand-compiled, or just binary downloaded from mozilla >site? I can't speak for wwp, but my Firefox came with Fedora 11, upgraded various times to now Fedora 16, x86_64, which now provides Firefox 18.0. From noreply at thewildbeast.co.uk Thu Feb 14 09:12:09 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Thu, 14 Feb 2013 08:12:09 +0000 Subject: [Users] [Bug 2876] procmime.c:1006:got type application/x-sharedlib for so In-Reply-To: References: Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2876 --- Comment #12 from Ricardo Mones --- Would you mind to build your Claws Mail with debug info (no stripped binaries) or install your distribution debug symbol packages (if available) ? Your backtraces would be more useful. Trying to reproduce them with latest version (3.9.0) is also appreciated. Thanks in advance. -- You are receiving this mail because: You are the assignee for the bug. You are watching someone on the CC list of the bug. From subscript at free.fr Thu Feb 14 09:52:53 2013 From: subscript at free.fr (wwp) Date: Thu, 14 Feb 2013 09:52:53 +0100 Subject: [Users] Firefox and Claws Mail In-Reply-To: <20130213142224.081569d5.itz@buug.org> References: <20130211183519.533f6b27@mailhost.pdx.edu> <20130212093820.36b26e4a@monolith> <20130212192432.3f1d15f4.itz@buug.org> <20130213101708.113e8599@colin> <20130213142224.081569d5.itz@buug.org> Message-ID: <20130214095253.317a67eb@monolith> Hello Ian, On Wed, 13 Feb 2013 14:22:24 -0800 Ian Zimmerman wrote: > On Wed, 13 Feb 2013 10:17:08 +0100 > Colin Leroy wrote: > > Colin> I disagree. Such things should not be hardcoded because they may > Colin> vary from machine to machine, even if they're using the same > Colin> Claws-Mail binary. > > Most often the binary will be provided by the distribution which - it is > hoped - has a unified policy in this respect. > > Colin> What is highly asking-for-trouble, though, is redefining > Colin> variables such as $TMPDIR inside a single user session. Things > Colin> launched from a GUI should have the same basic environment. > > Well the problem here is clearly Firefox _is_ asking-for-trouble in > precisely this manner, without the user having a say over it (I checked > the 'about:config' pseudo URL and there is nothing to set this). Unless > of course wwp him/herself sets this in some Firefox wrapper script. > > wwp, what is your source for Firefox? Is it provided by your > distribution, hand-compiled, or just binary downloaded from mozilla > site? I (himself) install firefox from RPMs available at the remi repository. Remi provides RPMs for firefox and deps to the whole RHEL and variants (Fedora, CentOS, etc.) community, and apparently he's not modifying the way firefox uses TMPDIR in its startup script as he says. See: http://forums.famillecollet.com/viewtopic.php?id=1914 Regards, -- wwp -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From noreply at thewildbeast.co.uk Thu Feb 14 13:41:14 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Thu, 14 Feb 2013 12:41:14 +0000 Subject: [Users] [Bug 2876] procmime.c:1006:got type application/x-sharedlib for so In-Reply-To: References: Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2876 --- Comment #13 from dev at diy-biogas.eu --- $ claws-mail -v Claws Mail version 3.9.0cvs61 (claws-mail:17774): Claws-Mail-WARNING **: can't get message file path. (claws-mail:17774): Claws-Mail-WARNING **: can't get message file path. (claws-mail:17774): Claws-Mail-CRITICAL **: imap_scan_required: assertion `session != NULL' failed [New Thread 0xb099bb70 (LWP 18186)] Unrecognized deviceID 0xa011 [New Thread 0xaff69b70 (LWP 15416)] [Thread 0xaff69b70 (LWP 15416) exited] [Thread 0xb099bb70 (LWP 18186) exited] Cannot access memory at address 0x2dc Cannot access memory at address 0x2d8 #0 0xb7ff0a10 in _dl_debug_state () from /lib/ld-linux.so.2 #1 0xb7ff516f in ?? () from /lib/ld-linux.so.2 #2 0xb7ff5947 in ?? () from /lib/ld-linux.so.2 #3 0xb6e6ecc4 in ?? () from /lib/i386-linux-gnu/i686/cmov/libdl.so.2 #4 0xb7fefde6 in ?? () from /lib/ld-linux.so.2 #5 0xb6e6f0bc in ?? () from /lib/i386-linux-gnu/i686/cmov/libdl.so.2 #6 0xb6e6ecfa in dlclose () from /lib/i386-linux-gnu/i686/cmov/libdl.so.2 #7 0xb7fbd26f in g_module_close () from /usr/lib/i386-linux-gnu/libgmodule-2.0.so.0 #8 0x0822ea78 in plugin_unload (plugin=) at plugin.c:554 #9 plugin_unload (plugin=) at plugin.c:530 /lib/ld-linux.so.2 is part of libc6. I just installed libc6-dbg. ii libc6:i386 2.13-37 ii libc6-dev:i386 2.13-37 ii libc6-dbg:i386 2.13-37 Should i run claws with gdb? Are there options to pass and apart from bt which info do you need? Or do prefer the output of "claws-mail --debug" instead? -- You are receiving this mail because: You are the assignee for the bug. You are watching someone on the CC list of the bug. From noreply at thewildbeast.co.uk Thu Feb 14 14:02:18 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Thu, 14 Feb 2013 13:02:18 +0000 Subject: [Users] [Bug 2876] procmime.c:1006:got type application/x-sharedlib for so In-Reply-To: References: Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2876 --- Comment #14 from Ricardo Mones --- With gdb, read http://www.claws-mail.org/faq/index.php/Debugging_Claws BTW, these "error reading variable: Unhandled dwarf expression opcode 0x0" errors are a bit scary, be sure your gdb is recent enough to be able to read the debugging info your compiler generates (that's a guess, could be something worse :) -- You are receiving this mail because: You are the assignee for the bug. You are watching someone on the CC list of the bug. From codejodler at gmx.ch Thu Feb 14 15:50:27 2013 From: codejodler at gmx.ch (Michael) Date: Thu, 14 Feb 2013 15:50:27 +0100 Subject: [Users] Firefox and Claws Mail In-Reply-To: <20130214095253.317a67eb@monolith> References: <20130211183519.533f6b27@mailhost.pdx.edu> <20130212093820.36b26e4a@monolith> <20130212192432.3f1d15f4.itz@buug.org> <20130213101708.113e8599@colin> <20130213142224.081569d5.itz@buug.org> <20130214095253.317a67eb@monolith> Message-ID: <20130214155027.587ad9df@mirrors.kernel.org> Just FYI, Debian testing / unstable is still on Iceweasel (Firefox) V.10, with V.18 in experimental, though it builds on amd64 and i386. They say no bump expected before April. From noreply at thewildbeast.co.uk Thu Feb 14 18:03:58 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Thu, 14 Feb 2013 17:03:58 +0000 Subject: [Users] [Bug 2876] procmime.c:1006:got type application/x-sharedlib for so In-Reply-To: References: Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2876 --- Comment #15 from dev at diy-biogas.eu --- 1) load freshly compiled notification plugin (0.31cvs4) > "Your claws is too new" 2) uninstall the plugin (make uninstall) 3) plug off the cable, click through the synchronized folders in offline mode 4) plug in the cable again quite instantly the following segfault happened. You may think, its quite uncommon, that plugin libraries just disappear. However in my eyes claws should not crash. My question: Where to get a proper plugin for latest claws? $ gdb -v GNU gdb (GDB) 7.4.1-debian ii gdb 7.4.1+dfsg-0.1 System Information GTK+ 2.24.10 / GLib 2.32.4 Locale: de_DE.UTF-8 (charset: UTF-8) Operating System: Linux 3.2.0-4-686-pae (i686) *** glibc detected *** /usr/bin/claws-mail: double free or corruption (!prev): 0xb5715cf0 *** ======= Backtrace: ========= /lib/i386-linux-gnu/i686/cmov/libc.so.6(+0x70f01)[0xb6ea8f01] /lib/i386-linux-gnu/i686/cmov/libc.so.6(+0x72768)[0xb6eaa768] /lib/i386-linux-gnu/i686/cmov/libc.so.6(cfree+0x6d)[0xb6ead81d] /usr/lib/i386-linux-gnu/libgnutls.so.26(gnutls_certificate_free_keys+0x7b)[0xb717bc3b] ======= Memory map: ======== 08048000-083ce000 r-xp 00000000 08:03 794696 /usr/bin/claws-mail 083ce000-083f7000 rw-p 00386000 08:03 794696 /usr/bin/claws-mail 083f7000-089de000 rw-p 00000000 00:00 0 [heap] aadff000-aaf4b000 r-xp 00000000 08:03 1007683 /usr/lib/i386-linux-gnu/libxml2.so.2.8.0 aaf4b000-aaf4c000 ---p 0014c000 08:03 1007683 /usr/lib/i386-linux-gnu/libxml2.so.2.8.0 aaf4c000-aaf50000 r--p 0014c000 08:03 1007683 /usr/lib/i386-linux-gnu/libxml2.so.2.8.0 aaf50000-aaf51000 rw-p 00150000 08:03 1007683 /usr/lib/i386-linux-gnu/libxml2.so.2.8.0 aaf51000-aaf52000 rw-p 00000000 00:00 0 aaf52000-aaf8b000 r-xp 00000000 08:03 893422 /usr/lib/i386-linux-gnu/libcroco-0.6.so.3.0.1 aaf8b000-aaf8d000 r--p 00039000 08:03 893422 /usr/lib/i386-linux-gnu/libcroco-0.6.so.3.0.1 aaf8d000-aaf8e000 rw-p 0003b000 08:03 893422 /usr/lib/i386-linux-gnu/libcroco-0.6.so.3.0.1 aaf8e000-aafc6000 r-xp 00000000 08:03 893430 /usr/lib/i386-linux-gnu/librsvg-2.so.2.36.1 aafc6000-aafc7000 r--p 00037000 08:03 893430 /usr/lib/i386-linux-gnu/librsvg-2.so.2.36.1 aafc7000-aafc8000 rw-p 00038000 08:03 893430 /usr/lib/i386-linux-gnu/librsvg-2.so.2.36.1 abfca000-abfcb000 ---p 00000000 00:00 0 abfcb000-ac7cb000 rw-p 00000000 00:00 0 ac7cb000-ac7cc000 ---p 00000000 00:00 0 ac7cc000-acfcc000 rw-p 00000000 00:00 0 abfcb000-ac7cb000 rw-p 00000000 00:00 0 ac7cb000-ac7cc000 ---p 00000000 00:00 0 ac7cc000-acfcc000 rw-p 00000000 00:00 0 acfcc000-acfcd000 ---p 00000000 00:00 0 acfcd000-ad7cd000 rw-p 00000000 00:00 0 ad7cd000-ad7ce000 ---p 00000000 00:00 0 ad7ce000-adfce000 rw-p 00000000 00:00 0 aff0f000-affa5000 r--p 00000000 08:03 557294 /usr/share/fonts/truetype/ttf-dejavu/DejaVuSans-Oblique.ttf affa5000-affd0000 r-xp 00000000 08:03 876 /usr/lib/claws-mail/plugins/notification_plugin.so (deleted) affd0000-affd2000 rw-p 0002a000 08:03 876 /usr/lib/claws-mail/plugins/notification_plugin.so (deleted) affd2000-b0077000 r--p 00000000 08:03 558883 /usr/share/fonts/truetype/ttf-dejavu/DejaVuSans-Bold.ttf b0077000-b00a2000 r-xp 00000000 08:03 559792 /usr/lib/i386-linux-gnu/gio/modules/libgvfsdbus.so b00a2000-b00a3000 r--p 0002a000 08:03 559792 /usr/lib/i386-linux-gnu/gio/modules/libgvfsdbus.so b00a3000-b00a4000 rw-p 0002b000 08:03 559792 /usr/lib/i386-linux-gnu/gio/modules/libgvfsdbus.so b00a4000-b149d000 r--p 00000000 08:03 574644 /usr/share/icons/hicolor/icon-theme.cache b149d000-b5700000 r--p 00000000 08:03 574690 /usr/share/icons/gnome/icon-theme.cache b5700000-b57af000 rw-p 00000000 00:00 0 b57af000-b5800000 ---p 00000000 00:00 0 b5809000-b580f000 r-xp 00000000 08:03 893448 /usr/lib/i386-linux-gnu/libnotify.so.4.0.0 b580f000-b5810000 r--p 00006000 08:03 893448 /usr/lib/i386-linux-gnu/libnotify.so.4.0.0 b5810000-b5811000 rw-p 00007000 08:03 893448 /usr/lib/i386-linux-gnu/libnotify.so.4.0.0 b5811000-b5836000 r-xp 00000000 08:03 442622 /lib/i386-linux-gnu/liblzma.so.5.0.0 b5836000-b5837000 r--p 00024000 08:03 442622 /lib/i386-linux-gnu/liblzma.so.5.0.0 b5837000-b5838000 rw-p 00025000 08:03 442622 /lib/i386-linux-gnu/liblzma.so.5.0.0 b5856000-b5867000 r-xp 00000000 08:03 559793 /usr/lib/i386-linux-gnu/gio/modules/libgioremote-volume-monitor.so b5867000-b5868000 r--p 00010000 08:03 559793 /usr/lib/i386-linux-gnu/gio/modules/libgioremote-volume-monitor.so b5868000-b5869000 rw-p 00011000 08:03 559793 /usr/lib/i386-linux-gnu/gio/modules/libgioremote-volume-monitor.so b5869000-b586b000 r-xp 00000000 08:03 975281 /usr/lib/i386-linux-gnu/gconv/CP1252.so b586b000-b586c000 r--p 00001000 08:03 975281 /usr/lib/i386-linux-gnu/gconv/CP1252.so b586c000-b586d000 rw-p 00002000 08:03 975281 /usr/lib/i386-linux-gnu/gconv/CP1252.so b586d000-b589c000 r-xp 00000000 08:03 550331 /usr/lib/i386-linux-gnu/libbluray.so.1.1.0 b589c000-b589d000 r--p 0002f000 08:03 550331 /usr/lib/i386-linux-gnu/libbluray.so.1.1.0 b589d000-b589e000 rw-p 00030000 08:03 550331 /usr/lib/i386-linux-gnu/libbluray.so.1.1.0 b589e000-b58a0000 r-xp 00000000 08:03 442821 /lib/i386-linux-gnu/i686/cmov/libutil-2.13.so b58a0000-b58a1000 r--p 00001000 08:03 442821 /lib/i386-linux-gnu/i686/cmov/libutil-2.13.so b58a1000-b58a2000 rw-p 00002000 08:03 442821 /lib/i386-linux-gnu/i686/cmov/libutil-2.13.so b58a2000-b58b0000 r-xp 00000000 08:03 442673 /lib/i386-linux-gnu/libudev.so.0.13.0 b58b0000-b58b1000 r--p 0000d000 08:03 442673 /lib/i386-linux-gnu/libudev.so.0.13.0 b58b1000-b58b2000 rw-p 0000e000 08:03 442673 /lib/i386-linux-gnu/libudev.so.0.13.0 b58b4000-b58d0000 r--s 00000000 08:03 565341 /usr/share/mime/mime.cache b58d0000-b58d4000 r-xp 00000000 08:03 442819 /lib/i386-linux-gnu/i686/cmov/libnss_dns-2.13.s b58d4000-b58d5000 r--p 00004000 08:03 442819 /lib/i386-linux-gnu/i686/cmov/libnss_dns-2.13.so b58d5000-b58d6000 rw-p 00005000 08:03 442819 /lib/i386-linux-gnu/i686/cmov/libnss_dns-2.13.so b58d6000-b58d8000 r-xp 00000000 08:03 327833 /lib/libnss_mdns4_minimal.so.2 b58d8000-b58d9000 rw-p 00001000 08:03 327833 /lib/libnss_mdns4_minimal.so.2 b58db000-b58f2000 r-xp 00000000 08:03 559902 /usr/lib/i386-linux-gnu/gvfs/libgvfscommon.so b58f2000-b58f3000 r--p 00016000 08:03 559902 /usr/lib/i386-linux-gnu/gvfs/libgvfscommon.so b58f3000-b58f4000 rw-p 00017000 08:03 559902 /usr/lib/i386-linux-gnu/gvfs/libgvfscommon.so b58f4000-b58f5000 r-xp 00000000 08:03 49390 /usr/lib/i386-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so b58f5000-b58f6000 r--p 00001000 08:03 49390 /usr/lib/i386-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so b58f6000-b58f7000 rw-p 00002000 08:03 49390 /usr/lib/i386-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so b58f7000-b58f8000 ---p 00000000 00:00 0 b58f8000-b60f8000 rw-p 00000000 00:00 0 b60f8000-b6158000 rw-s 00000000 00:04 50233351 /SYSV00000000 (deleted) Program received signal SIGABRT, Aborted. 0xb7fe1424 in __kernel_vsyscall () (gdb) thread apply all bt Thread 2 (Thread 0xb60f7b70 (LWP 3689)): #0 0xb7fe1424 in __kernel_vsyscall () #1 0xb758a20a in __pthread_cond_wait (cond=0x873c020, mutex=0x873c008) at pthread_cond_wait.c:153 #2 0xb72cdd64 in mailsem_internal_wait () from /usr/lib/libetpan.so.15 #3 0xb72cdf6d in mailsem_down () from /usr/lib/libetpan.so.15 #4 0x0827a2cc in thread_run (data=0x873a2a0) at etpan-thread-manager.c:331 #5 0xb7585c39 in start_thread (arg=0xb60f7b70) at pthread_create.c:304 BFD: reopening /usr/lib/claws-mail/plugins/notification_plugin.so: No such file or directory BFD: reopening /usr/lib/claws-mail/plugins/notification_plugin.so: No such file or directory @_ `44�ror: Can't read DWARF data from '/usr/lib/claws-mail/plugins/notification_plugin.so' (gdb) thread apply all bt Thread 2 (Thread 0xb60f7b70 (LWP 3689)): #0 0xb7fe1424 in __kernel_vsyscall () #1 0xb758a20a in __pthread_cond_wait (cond=0x873c020, mutex=0x873c008) at pthread_cond_wait.c:153 #2 0xb72cdd64 in mailsem_internal_wait () from /usr/lib/libetpan.so.15 #3 0xb72cdf6d in mailsem_down () from /usr/lib/libetpan.so.15 #4 0x0827a2cc in thread_run (data=0x873a2a0) at etpan-thread-manager.c:331 #5 0xb7585c39 in start_thread (arg=0xb60f7b70) at pthread_create.c:304 #6 0xb6f0d78e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 Thread 1 (Thread 0xb67adad0 (LWP 3562)): #0 0xb7fe1424 in __kernel_vsyscall () #1 0xb6e62941 in *__GI_raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 #2 0xb6e65d72 in *__GI_abort () at abort.c:92 #3 0xb6e9ee15 in __libc_message (do_abort=2, fmt=0xb6f76e70 "*** glibc detected *** %s: %s: 0x%s ***\n") at ../sysdeps/unix/sysv/linux/libc_fatal.c:189 #4 0xb6ea8f01 in malloc_printerr (action=, str=0x6
, ptr=0xb5715cf0) at malloc.c:6283 #5 0xb6eaa768 in _int_free (av=, p=) at malloc.c:4795 #6 0xb6ead81d in *__GI___libc_free (mem=0xb5715cf0) at malloc.c:3738 #7 0xb717bc3b in gnutls_certificate_free_keys () from /usr/lib/i386-linux-gnu/libgnutls.so.26 #8 0xb717bce2 in gnutls_certificate_free_credentials () from /usr/lib/i386-linux-gnu/libgnutls.so.26 #9 0x0827b4fb in ssl_done_socket (sockinfo=0xb5700350) at ssl.c:349 #10 0x082707b3 in sock_close (sock=0xb5700350) at socket.c:1628 #11 0x0825c6c5 in session_close (session=0xb572d000) at session.c:355 #12 0x0825c204 in session_destroy (session=0xb572d000) at session.c:222 #13 0x080ed0b3 in imap_session_get (folder=0x8756658) at imap.c:1001 #14 0x080f730a in imap_get_flags_thread (data=0x8725038) at imap.c:4991 #15 0x080f7fed in imap_get_flags (folder=0x8756658, item=0x875e1b8, msginfo_list=0x89afc28, msgflags=0x8911cf8) at imap.c:5292 #16 0x080d16fc in syncronize_flags (item=0x875e1b8, msglist=0x89afc28) at folder.c:1940 #17 0x080d1ae0 in folder_item_syncronize_flags (item=0x875e1b8) at folder.c:1988 #18 0x080d1b92 in folder_item_process_open (item=0x875e1b8, before_proc_func=0, after_proc_func=0, data=0x0) at folder.c:2012 #19 0x080d1cef in folder_item_open (item=0x875e1b8) at folder.c:2045 #20 0x080e3926 in folderview_selected (ctree=0x8530178, row=0x877f8b0, column=-1, folderview=0x8609938) at folderview.c:2189 #21 0x082d65e0 in claws_marshal_VOID__POINTER_INT (closure=0x863fcd0, return_value=0x0, n_param_values=3, param_values=0xbfffc490, invocation_hint=0xbfffc43c, marshal_data=0x0) at claws-marshal.c:346 #22 0xb74a8e76 in g_closure_invoke () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #23 0xb74ba945 in ?? () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #24 0xb74c2b56 in g_signal_emit_valist () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #25 0xb74c2cd3 in g_signal_emit () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #26 0x082977c4 in gtk_cmctree_select (ctree=0x8530178, node=0x877f8b0) at gtkcmctree.c:3903 #27 0x0829216b in real_unselect_all (clist=0x8530178) at gtkcmctree.c:2881 #28 0x082bd2ad in gtk_sctree_real_unselect_all (clist=0x8530178) at gtksctree.c:792 #29 0x082abf27 in gtk_cmclist_unselect_all (clist=0x8530178) at gtkcmclist.c:3666 #30 0x082bbc67 in select_row (sctree=0x8530178, row=41, col=0, state=0, _node=0x0) at gtksctree.c:383 #31 0x082bc74f in gtk_sctree_button_press (widget=0x8530178, event=0x86ce160) at gtksctree.c:554 #32 0xb7c4b8a2 in ?? () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0 #33 0xb74a7ced in ?? () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #34 0xb74a8e76 in g_closure_invoke () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #35 0xb74ba610 in ?? () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #36 0xb74c2891 in g_signal_emit_valist () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #37 0xb74c2cd3 in g_signal_emit () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #38 0xb7d82dab in ?? () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0 #39 0xb7c499a4 in gtk_propagate_event () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0 #40 0xb7c4a000 in gtk_main_do_event () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0 #41 0xb7ab2ae8 in ?? () from /usr/lib/i386-linux-gnu/libgdk-x11-2.0.so.0 #42 0xb73e66d3 in g_main_context_dispatch () from /lib/i386-linux-gnu/libglib-2.0.so.0 #43 0xb73e6a70 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0 #44 0xb73e6b51 in g_main_context_iteration () from /lib/i386-linux-gnu/libglib-2.0.so.0 #45 0xb7c48d21 in gtk_main_iteration () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0 #46 0x0824dcb3 in threaded_run (folder=0x8787000, param=0xbfffe738, result=0xbfffe734, func=0x824f0d8 ) at imap-thread.c:440 #47 0x0824f1ec in imap_threaded_noop (folder=0x8787000, p_exists=0xbfffe798, p_recent=0xbfffe794, p_expunge=0xbfffe790, p_unseen=0xbfffe78c, p_uidnext=0xbfffe788, p_uidval=0xbfffe784) at imap-thread.c:1096 #48 0x080f4a8d in imap_cmd_noop (session=0xb5767e00) at imap.c:4009 #49 0x080ebf42 in imap_ping (data=0xb5767e00) at imap.c:559 #50 0xb73e73af in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0 #51 0xb73e66d3 in g_main_context_dispatch () from /lib/i386-linux-gnu/libglib-2.0.so.0 #52 0xb73e6a70 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0 #53 0xb73e6b51 in g_main_context_iteration () from /lib/i386-linux-gnu/libglib-2.0.so.0 #54 0xb7c48d21 in gtk_main_iteration () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0 #55 0x0824dcb3 in threaded_run (folder=0x8756658, param=0xbfffe988, result=0xbfffe984, func=0x824f0d8 ) at imap-thread.c:440 #56 0x0824f1ec in imap_threaded_noop (folder=0x8756658, p_exists=0xbfffe9e8, p_recent=0xbfffe9e4, p_expunge=0xbfffe9e0, p_unseen=0xbfffe9dc, p_uidnext=0xbfffe9d8, p_uidval=0xbfffe9d4) at imap-thread.c:1096 #57 0x080f4a8d in imap_cmd_noop (session=0xb572d000) at imap.c:4009 #58 0x080ebf42 in imap_ping (data=0xb572d000) at imap.c:559 #59 0xb73e73af in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0 #60 0xb73e66d3 in g_main_context_dispatch () from /lib/i386-linux-gnu/libglib-2.0.so.0 #61 0xb73e6a70 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0 #62 0xb73e6b51 in g_main_context_iteration () from /lib/i386-linux-gnu/libglib-2.0.so.0 #63 0xb7c48d21 in gtk_main_iteration () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0 #64 0x0824dcb3 in threaded_run (folder=0x87034f8, param=0xbfffebd8, result=0xbfffebd4, func=0x824f0d8 ) at imap-thread.c:440 #65 0x0824f1ec in imap_threaded_noop (folder=0x87034f8, p_exists=0xbfffec38, p_recent=0xbfffec34, p_expunge=0xbfffec30, p_unseen=0xbfffec2c, p_uidnext=0xbfffec28, p_uidval=0xbfffec24) at imap-thread.c:1096 #66 0x080f4a8d in imap_cmd_noop (session=0x8434c18) at imap.c:4009 #67 0x080ebf42 in imap_ping (data=0x8434c18) at imap.c:559 #68 0xb73e73af in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0 #69 0xb73e66d3 in g_main_context_dispatch () from /lib/i386-linux-gnu/libglib-2.0.so.0 #70 0xb73e6a70 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0 #71 0xb73e6ecb in g_main_loop_run () from /lib/i386-linux-gnu/libglib-2.0.so.0 #72 0xb7c48ad0 in gtk_main () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0 #73 0x08103542 in main (argc=1, argv=0xbfffef64) at main.c:1710 -- You are receiving this mail because: You are the assignee for the bug. You are watching someone on the CC list of the bug. From noreply at thewildbeast.co.uk Thu Feb 14 23:04:19 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Thu, 14 Feb 2013 22:04:19 +0000 Subject: [Users] [Bug 2878] New: bsfilter / folder.c:1435 Condition identifier != NULL failed Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2878 Bug ID: 2878 Summary: bsfilter / folder.c:1435 Condition identifier != NULL failed Classification: Unclassified Product: Claws Mail Version: 3.9.0 Hardware: PC OS: Linux Status: NEW Severity: normal Priority: P3 Component: Plugins/BSfilter Assignee: users at lists.claws-mail.org Reporter: mschwendt at gmail.com bsfilter 1.0.9 Claws Mail 3.9.0 logs a traceback when I select a message in a local mbox (or also IMAP) folder and choose "Learn as Spam": $ claws-mail folder.c:1435 Condition identifier != NULL failed traceback: 0: claws-mail(folder_find_item_from_identifier+0x172) [0x488d22] 1: /usr/lib64/claws-mail/plugins/bsfilter.so(bsfilter_get_spam_folder+0x15) [0x7f964118c3a5] 2: claws-mail(procmsg_spam_get_folder+0x12) [0x53f8e2] 3: claws-mail(summary_mark_as_spam+0x1cf) [0x55ceff] 4: claws-mail() [0x56abba] 5: /lib64/libgobject-2.0.so.0(g_closure_invoke+0x138) [0x344880fb28] 6: /lib64/libgobject-2.0.so.0() [0x344882140d] 7: /lib64/libgobject-2.0.so.0(g_signal_emit_valist+0xd6f) [0x344882959f] 8: /lib64/libgobject-2.0.so.0(g_signal_emit+0x82) [0x34488297c2] 9: /lib64/libgtk-x11-2.0.so.0(gtk_widget_activate+0x7c) [0x7f964b22fa1c] 10: /lib64/libgtk-x11-2.0.so.0(gtk_menu_shell_activate_item+0xfd) [0x7f964b11e17d] 11: /lib64/libgtk-x11-2.0.so.0(+0x15652c) [0x7f964b11e52c] 12: /lib64/libgtk-x11-2.0.so.0(+0x1413fc) [0x7f964b1093fc] 13: /lib64/libgobject-2.0.so.0(g_closure_invoke+0x138) [0x344880fb28] 14: /lib64/libgobject-2.0.so.0() [0x34488211af] 15: /lib64/libgobject-2.0.so.0(g_signal_emit_valist+0x4c4) [0x3448828cf4] 16: /lib64/libgobject-2.0.so.0(g_signal_emit+0x82) [0x34488297c2] 17: /lib64/libgtk-x11-2.0.so.0(+0x268d54) [0x7f964b230d54] 18: /lib64/libgtk-x11-2.0.so.0(gtk_propagate_event+0xc4) [0x7f964b107644] 19: /lib64/libgtk-x11-2.0.so.0(gtk_main_do_event+0x2eb) [0x7f964b107a0b] 20: /lib64/libgdk-x11-2.0.so.0(+0x5eaac) [0x7f964ad66aac] 21: /lib64/libglib-2.0.so.0(g_main_context_dispatch+0x146) [0x3448447e76] 22: /lib64/libglib-2.0.so.0() [0x34484481c8] 23: /lib64/libglib-2.0.so.0(g_main_loop_run+0x6a) [0x34484485ca] 24: /lib64/libgtk-x11-2.0.so.0(gtk_main+0xa7) [0x7f964b106ac7] 25: claws-mail(main+0x114a) [0x447eba] 26: /lib64/libc.so.6(__libc_start_main+0xf5) [0x3445c21b75] 27: claws-mail() [0x4493a1] -- You are receiving this mail because: You are the assignee for the bug. From noreply at thewildbeast.co.uk Thu Feb 14 23:08:31 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Thu, 14 Feb 2013 22:08:31 +0000 Subject: [Users] [Bug 2878] bsfilter / folder.c:1435 Condition identifier != NULL failed In-Reply-To: References: Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2878 --- Comment #1 from Michael Schwendt --- It seems this is because in the bsfilter preferences one can mark the "Save spam in" checkbox without choosing a target folder. The bsfilter plugin then causes the traceback, but moves the spam message to the Trash folder. -- You are receiving this mail because: You are the assignee for the bug. From jseymour at LinxNet.com Fri Feb 15 13:49:51 2013 From: jseymour at LinxNet.com (James Seymour) Date: Fri, 15 Feb 2013 07:49:51 -0500 Subject: [Users] vCalendar plug-in and SSL? In-Reply-To: <20130212165453.2f257692@win0054> References: <20130205164117.78229ccc@win0054> <20130207084046.2f3ba8fa@win0054> <20130207144625.264ea105@colin> <20130212165453.2f257692@win0054> Message-ID: <20130215074951.238a21d9@win0054> Is vCalendar still in active development, or is it essentially abandonware? If the latter: I may choose to look at the code and see if I can fix it. Or switch clients. But I'll certainly stop pestering the mailing list with something nobody much cares about. Regards, Jim -- Note: My mail server employs *very* aggressive anti-spam filtering. If you reply to this email and your email is rejected, please accept my apologies and let me know via my web form at . From andrej at kacian.sk Fri Feb 15 14:15:35 2013 From: andrej at kacian.sk (Andrej Kacian) Date: Fri, 15 Feb 2013 14:15:35 +0100 Subject: [Users] vCalendar plug-in and SSL? In-Reply-To: <20130215074951.238a21d9@win0054> References: <20130205164117.78229ccc@win0054> <20130207084046.2f3ba8fa@win0054> <20130207144625.264ea105@colin> <20130212165453.2f257692@win0054> <20130215074951.238a21d9@win0054> Message-ID: <20130215141535.178e7097@hiker> On Fri, 15 Feb 2013 07:49:51 -0500 James Seymour wrote: > Is vCalendar still in active development, or is it essentially > abandonware? > > If the latter: I may choose to look at the code and see if I can fix > it. Or switch clients. But I'll certainly stop pestering the mailing > list with something nobody much cares about. > > Regards, > Jim What does "curl-config --protocols" (libcurl-devel package or its equivalent needed), or "curl --version" say? What does console output say when you run "claws-mail --debug" and try to open a https URL? Regards, -- Andrej From colin at colino.net Fri Feb 15 14:35:50 2013 From: colin at colino.net (Colin Leroy) Date: Fri, 15 Feb 2013 14:35:50 +0100 Subject: [Users] vCalendar plug-in and SSL? In-Reply-To: <20130215074951.238a21d9@win0054> References: <20130205164117.78229ccc@win0054> <20130207084046.2f3ba8fa@win0054> <20130207144625.264ea105@colin> <20130212165453.2f257692@win0054> <20130215074951.238a21d9@win0054> Message-ID: <20130215143550.446f99b0@colin> On Fri, 15 Feb 2013 07:49:51 -0500, James Seymour wrote: > Is vCalendar still in active development, or is it essentially > abandonware? > > If the latter: I may choose to look at the code and see if I can fix > it. Or switch clients. But I'll certainly stop pestering the mailing > list with something nobody much cares about. It's actively maintained but the developers team is content with its current feature set, so it's rather feature-frozen. Concerning https:// calendar subscriptions, as I said it works as long as libcurl works, and it certainly does work for me. You may have a certificate issue, check claws-mail --debug log. -- Colin From pvoigt at uos.de Fri Feb 15 15:46:35 2013 From: pvoigt at uos.de (Dr. Peter Voigt) Date: Fri, 15 Feb 2013 15:46:35 +0100 Subject: [Users] vCalendar plug-in and SSL? In-Reply-To: <20130215074951.238a21d9@win0054> References: <20130205164117.78229ccc@win0054> <20130207084046.2f3ba8fa@win0054> <20130207144625.264ea105@colin> <20130212165453.2f257692@win0054> <20130215074951.238a21d9@win0054> Message-ID: <20130215154635.00002922@unknown> Am Fri, 15 Feb 2013 07:49:51 -0500 schrieb James Seymour : > Is vCalendar still in active development, or is it essentially > abandonware? > > If the latter: I may choose to look at the code and see if I can fix > it. Or switch clients. But I'll certainly stop pestering the mailing > list with something nobody much cares about. > > Regards, > Jim I'm rather new to Claws Mail and in particular to the vCalendar plugin. I've tested it so far under Linux and MS Windows. I can confirm that I can access it via HTTPS (SSL) on my password protected Apache WebDAV server. However, I have read-only (ro) access so far only. Actually I've planed to open a new thread on this read-only "problem" after having tested vCalendar in more detail. My plan is to share an iCalendar (ICS) between Thunderbird/Lightning and Claws Mail/vCalendar. While rw is working with Lightning the vCalendar plugin allows only ro access. As documentation is rare I may have misunderstood the concept of the vCalendar plugin. Regards, Peter From jseymour at LinxNet.com Fri Feb 15 15:51:12 2013 From: jseymour at LinxNet.com (Jim Seymour) Date: Fri, 15 Feb 2013 09:51:12 -0500 Subject: [Users] vCalendar plug-in and SSL? In-Reply-To: <20130215143550.446f99b0@colin> References: <20130205164117.78229ccc@win0054> <20130207084046.2f3ba8fa@win0054> <20130207144625.264ea105@colin> <20130212165453.2f257692@win0054> <20130215074951.238a21d9@win0054> <20130215143550.446f99b0@colin> Message-ID: <20130215095112.0000354f@unknown> On Fri, 15 Feb 2013 14:35:50 +0100 Colin Leroy wrote: [snip] > > It's actively maintained but the developers team is content with its > current feature set, so it's rather feature-frozen. > > Concerning https:// calendar subscriptions, as I said it works as long > as libcurl works, and it certainly does work for me. Very well. I'll try your and Andrej's debugging suggestions. > > You may have a certificate issue, check claws-mail --debug log. Shouldn't have. It's a real cert, traceable back to a real CA. Works with everything else. Like I said: The dialog where you entire the URL complains it's not a valid URL. I enter the *exact* same URL into Lightning, for example, and it likes it just fine. Regards, Jim -- Note: My mail server employs *very* aggressive anti-spam filtering. If you reply to this email and your email is rejected, please accept my apologies and let me know via my web form at . From colin at colino.net Fri Feb 15 16:11:36 2013 From: colin at colino.net (Colin Leroy) Date: Fri, 15 Feb 2013 16:11:36 +0100 Subject: [Users] vCalendar plug-in and SSL? In-Reply-To: <20130215095112.0000354f@unknown> References: <20130205164117.78229ccc@win0054> <20130207084046.2f3ba8fa@win0054> <20130207144625.264ea105@colin> <20130212165453.2f257692@win0054> <20130215074951.238a21d9@win0054> <20130215143550.446f99b0@colin> <20130215095112.0000354f@unknown> Message-ID: <20130215161136.60471ee7@colin> On Fri, 15 Feb 2013 09:51:12 -0500, Jim Seymour wrote: > Like I said: The dialog where you entire the URL complains it's not a > valid URL. What is the exact error message? Thanks, -- Colin From pf at pfortin.com Fri Feb 15 16:18:15 2013 From: pf at pfortin.com (Pierre Fortin) Date: Fri, 15 Feb 2013 10:18:15 -0500 Subject: [Users] vCalendar plug-in and SSL? In-Reply-To: <20130215143550.446f99b0@colin> References: <20130205164117.78229ccc@win0054> <20130207084046.2f3ba8fa@win0054> <20130207144625.264ea105@colin> <20130212165453.2f257692@win0054> <20130215074951.238a21d9@win0054> <20130215143550.446f99b0@colin> Message-ID: <20130215101815.157eed20@pfortin.com> On Fri, 15 Feb 2013 14:35:50 +0100 Colin Leroy wrote: >> Is vCalendar still in active development, or is it essentially >> abandonware? >It's actively maintained but the developers team is content with its >current feature set, so it's rather feature-frozen. What about bugs? Bug 2701 has never been responded to... Thanks, Pierre From jseymour at LinxNet.com Fri Feb 15 16:36:18 2013 From: jseymour at LinxNet.com (Jim Seymour) Date: Fri, 15 Feb 2013 10:36:18 -0500 Subject: [Users] vCalendar plug-in and SSL? In-Reply-To: <20130215161136.60471ee7@colin> References: <20130205164117.78229ccc@win0054> <20130207084046.2f3ba8fa@win0054> <20130207144625.264ea105@colin> <20130212165453.2f257692@win0054> <20130215074951.238a21d9@win0054> <20130215143550.446f99b0@colin> <20130215095112.0000354f@unknown> <20130215161136.60471ee7@colin> Message-ID: <20130215103618.00003669@unknown> On Fri, 15 Feb 2013 16:11:36 +0100 Colin Leroy wrote: > On Fri, 15 Feb 2013 09:51:12 -0500, Jim Seymour > wrote: > > > Like I said: The dialog where you entire the URL complains it's not > > a valid URL. > > What is the exact error message? Screen capture attached. (This is Claws-Mail 3.9.0cvs12 under Win7, but I *believe* I'm seeing the same [?] error under Linux, with a different release version. I'll check later.) Thanks for the help. Regards, Jim -- Note: My mail server employs *very* aggressive anti-spam filtering. If you reply to this email and your email is rejected, please accept my apologies and let me know via my web form at . -------------- next part -------------- A non-text attachment was scrubbed... Name: claws-mail-vcalendar-error.png Type: image/png Size: 21297 bytes Desc: not available URL: From pvoigt at uos.de Fri Feb 15 16:51:58 2013 From: pvoigt at uos.de (Dr. Peter Voigt) Date: Fri, 15 Feb 2013 16:51:58 +0100 Subject: [Users] vCalendar plug-in and SSL? In-Reply-To: <20130215103618.00003669@unknown> References: <20130205164117.78229ccc@win0054> <20130207084046.2f3ba8fa@win0054> <20130207144625.264ea105@colin> <20130212165453.2f257692@win0054> <20130215074951.238a21d9@win0054> <20130215143550.446f99b0@colin> <20130215095112.0000354f@unknown> <20130215161136.60471ee7@colin> <20130215103618.00003669@unknown> Message-ID: <20130215165158.00003e00@unknown> Am Fri, 15 Feb 2013 10:36:18 -0500 schrieb Jim Seymour : > On Fri, 15 Feb 2013 16:11:36 +0100 > Colin Leroy wrote: > > > On Fri, 15 Feb 2013 09:51:12 -0500, Jim Seymour > > wrote: > > > > > Like I said: The dialog where you entire the URL complains it's > > > not a valid URL. > > > > What is the exact error message? > > Screen capture attached. (This is Claws-Mail 3.9.0cvs12 under Win7, > but I *believe* I'm seeing the same [?] error under Linux, with a > different release version. I'll check later.) > > Thanks for the help. > > Regards, > Jim Although the relevant part is greyed out I suppose you might not have provided user:password within the URL. Regards, Peter From jseymour at LinxNet.com Fri Feb 15 17:21:37 2013 From: jseymour at LinxNet.com (Jim Seymour) Date: Fri, 15 Feb 2013 11:21:37 -0500 Subject: [Users] vCalendar plug-in and SSL? In-Reply-To: <20130215165158.00003e00@unknown> References: <20130205164117.78229ccc@win0054> <20130207084046.2f3ba8fa@win0054> <20130207144625.264ea105@colin> <20130212165453.2f257692@win0054> <20130215074951.238a21d9@win0054> <20130215143550.446f99b0@colin> <20130215095112.0000354f@unknown> <20130215161136.60471ee7@colin> <20130215103618.00003669@unknown> <20130215165158.00003e00@unknown> Message-ID: <20130215112137.000004d8@unknown> On Fri, 15 Feb 2013 16:51:58 +0100 "Dr. Peter Voigt" wrote: > Am Fri, 15 Feb 2013 10:36:18 -0500 > schrieb Jim Seymour : > > > On Fri, 15 Feb 2013 16:11:36 +0100 > > Colin Leroy wrote: > > > > > On Fri, 15 Feb 2013 09:51:12 -0500, Jim Seymour > > > wrote: > > > > > > > Like I said: The dialog where you entire the URL complains it's > > > > not a valid URL. > > > > > > What is the exact error message? > > > > Screen capture attached. (This is Claws-Mail 3.9.0cvs12 under Win7, > > but I *believe* I'm seeing the same [?] error under Linux, with a > > different release version. I'll check later.) > > > > Thanks for the help. > > > > Regards, > > Jim > > Although the relevant part is greyed out I suppose you might not have > provided user:password within the URL. The "relevant part" to which you refer is simply the hostname. I've tried researching webcal URLs/URIs and found exactly *nothing* useful. So I simply put in what Lightning requires. Lightning, btw, *asks* for the username and password on connection. Encoding the username:password into the URL, where it would appear in plain text to anybody who might care to look, would not be an acceptable solution. If that's the (only) way vCalendar works, I'll have to use something else. Regards, Jim -- Note: My mail server employs *very* aggressive anti-spam filtering. If you reply to this email and your email is rejected, please accept my apologies and let me know via my web form at . From bdm at fenrir.org.uk Fri Feb 15 18:20:45 2013 From: bdm at fenrir.org.uk (Brian Morrison) Date: Fri, 15 Feb 2013 17:20:45 +0000 Subject: [Users] vCalendar plug-in and SSL? In-Reply-To: <20130215112137.000004d8@unknown> References: <20130205164117.78229ccc@win0054> <20130207084046.2f3ba8fa@win0054> <20130207144625.264ea105@colin> <20130212165453.2f257692@win0054> <20130215074951.238a21d9@win0054> <20130215143550.446f99b0@colin> <20130215095112.0000354f@unknown> <20130215161136.60471ee7@colin> <20130215103618.00003669@unknown> <20130215165158.00003e00@unknown> <20130215112137.000004d8@unknown> Message-ID: <20130215172045.0000232a@surtees.fenrir.org.uk> On Fri, 15 Feb 2013 11:21:37 -0500 Jim Seymour wrote: > I've tried researching webcal URLs/URIs and found exactly *nothing* > useful. http://stackoverflow.com/questions/7693990/webcal-format-export-to-google-calendar-ical -- Brian Morrison From jseymour at LinxNet.com Fri Feb 15 18:51:56 2013 From: jseymour at LinxNet.com (Jim Seymour) Date: Fri, 15 Feb 2013 12:51:56 -0500 Subject: [Users] vCalendar plug-in and SSL? In-Reply-To: <20130215172045.0000232a@surtees.fenrir.org.uk> References: <20130205164117.78229ccc@win0054> <20130207084046.2f3ba8fa@win0054> <20130207144625.264ea105@colin> <20130212165453.2f257692@win0054> <20130215074951.238a21d9@win0054> <20130215143550.446f99b0@colin> <20130215095112.0000354f@unknown> <20130215161136.60471ee7@colin> <20130215103618.00003669@unknown> <20130215165158.00003e00@unknown> <20130215112137.000004d8@unknown> <20130215172045.0000232a@surtees.fenrir.org.uk> Message-ID: <20130215125156.00001681@unknown> On Fri, 15 Feb 2013 17:20:45 +0000 Brian Morrison wrote: > On Fri, 15 Feb 2013 11:21:37 -0500 > Jim Seymour wrote: > > > I've tried researching webcal URLs/URIs and found exactly *nothing* > > useful. > > http://stackoverflow.com/questions/7693990/webcal-format-export-to-google-calendar-ical > Thanks, but not seeing anything there, or in anything linked from it, to answer my question. Regards, Jim -- Note: My mail server employs *very* aggressive anti-spam filtering. If you reply to this email and your email is rejected, please accept my apologies and let me know via my web form at . From bdm at fenrir.org.uk Fri Feb 15 19:31:26 2013 From: bdm at fenrir.org.uk (Brian Morrison) Date: Fri, 15 Feb 2013 18:31:26 +0000 Subject: [Users] vCalendar plug-in and SSL? In-Reply-To: <20130215125156.00001681@unknown> References: <20130205164117.78229ccc@win0054> <20130207084046.2f3ba8fa@win0054> <20130207144625.264ea105@colin> <20130212165453.2f257692@win0054> <20130215074951.238a21d9@win0054> <20130215143550.446f99b0@colin> <20130215095112.0000354f@unknown> <20130215161136.60471ee7@colin> <20130215103618.00003669@unknown> <20130215165158.00003e00@unknown> <20130215112137.000004d8@unknown> <20130215172045.0000232a@surtees.fenrir.org.uk> <20130215125156.00001681@unknown> Message-ID: <20130215183126.00005e78@surtees.fenrir.org.uk> On Fri, 15 Feb 2013 12:51:56 -0500 Jim Seymour wrote: > On Fri, 15 Feb 2013 17:20:45 +0000 > Brian Morrison wrote: > > > On Fri, 15 Feb 2013 11:21:37 -0500 > > Jim Seymour wrote: > > > > > I've tried researching webcal URLs/URIs and found exactly > > > *nothing* useful. > > > > http://stackoverflow.com/questions/7693990/webcal-format-export-to-google-calendar-ical > > > > Thanks, but not seeing anything there, or in anything linked from it, > to answer my question. Well the links in the Answer section I thought would help. Seems to be pointers to an RFC, wikipedia and other example information. I didn't have time to go and look at it myself, was just trying to be helpful. -- Brian Morrison From jseymour at LinxNet.com Fri Feb 15 19:56:44 2013 From: jseymour at LinxNet.com (James Seymour) Date: Fri, 15 Feb 2013 13:56:44 -0500 Subject: [Users] vCalendar plug-in and SSL? In-Reply-To: <20130215183126.00005e78@surtees.fenrir.org.uk> References: <20130205164117.78229ccc@win0054> <20130207084046.2f3ba8fa@win0054> <20130207144625.264ea105@colin> <20130212165453.2f257692@win0054> <20130215074951.238a21d9@win0054> <20130215143550.446f99b0@colin> <20130215095112.0000354f@unknown> <20130215161136.60471ee7@colin> <20130215103618.00003669@unknown> <20130215165158.00003e00@unknown> <20130215112137.000004d8@unknown> <20130215172045.0000232a@surtees.fenrir.org.uk> <20130215125156.00001681@unknown> <20130215183126.00005e78@surtees.fenrir.org.uk> Message-ID: <20130215135644.39e34738@win0054> On Fri, 15 Feb 2013 18:31:26 +0000 Brian Morrison wrote: > On Fri, 15 Feb 2013 12:51:56 -0500 > Jim Seymour wrote: > > > On Fri, 15 Feb 2013 17:20:45 +0000 > > Brian Morrison wrote: > > > > > On Fri, 15 Feb 2013 11:21:37 -0500 > > > Jim Seymour wrote: > > > > > > > I've tried researching webcal URLs/URIs and found exactly > > > > *nothing* useful. > > > > > > http://stackoverflow.com/questions/7693990/webcal-format-export-to-google-calendar-ical > > > > > > > Thanks, but not seeing anything there, or in anything linked from > > it, to answer my question. > > Well the links in the Answer section I thought would help. Seems to be > pointers to an RFC, wikipedia and other example information. I didn't > have time to go and look at it myself, was just trying to be helpful. > And, as I said: I appreciate the reply, but I wasn't able to identify anything helpful there. (Well, short of reading the [typically] impenetrable RFC, which I'm not going to do.) Apparently the format of a URL is meant to be something like the "what is the airspeed velocity of an unladen swallow" question: If you don't know the answer, you're not worthy of crossing the bridge. It looks to me like vCalendar isn't ready for prime time. Given Colin's previous answer: It doesn't appear it will be anytime soon. I'm not going to worry about it further. Thanks to those who tried to help. Regards, Jim -- Note: My mail server employs *very* aggressive anti-spam filtering. If you reply to this email and your email is rejected, please accept my apologies and let me know via my web form at . From colin at colino.net Fri Feb 15 20:19:43 2013 From: colin at colino.net (Colin Leroy) Date: Fri, 15 Feb 2013 20:19:43 +0100 Subject: [Users] vCalendar plug-in and SSL? In-Reply-To: <20130215112137.000004d8@unknown> References: <20130205164117.78229ccc@win0054> <20130207084046.2f3ba8fa@win0054> <20130207144625.264ea105@colin> <20130212165453.2f257692@win0054> <20130215074951.238a21d9@win0054> <20130215143550.446f99b0@colin> <20130215095112.0000354f@unknown> <20130215161136.60471ee7@colin> <20130215103618.00003669@unknown> <20130215165158.00003e00@unknown> <20130215112137.000004d8@unknown> Message-ID: <20130215201943.103020fa@mike> On 15 February 2013 at 11h21, Jim Seymour wrote: Hi, > Encoding the username:password into the URL, where it would appear in > plain text to anybody who might care to look, would not be an > acceptable solution. If that's the (only) way vCalendar works, I'll > have to use something else. That's the only way indeed. -- Colin -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 190 bytes Desc: not available URL: From jseymour at LinxNet.com Fri Feb 15 20:50:32 2013 From: jseymour at LinxNet.com (James Seymour) Date: Fri, 15 Feb 2013 14:50:32 -0500 Subject: [Users] vCalendar plug-in and SSL? In-Reply-To: <20130215201943.103020fa@mike> References: <20130205164117.78229ccc@win0054> <20130207084046.2f3ba8fa@win0054> <20130207144625.264ea105@colin> <20130212165453.2f257692@win0054> <20130215074951.238a21d9@win0054> <20130215143550.446f99b0@colin> <20130215095112.0000354f@unknown> <20130215161136.60471ee7@colin> <20130215103618.00003669@unknown> <20130215165158.00003e00@unknown> <20130215112137.000004d8@unknown> <20130215201943.103020fa@mike> Message-ID: <20130215145032.186c41cd@win0054> On Fri, 15 Feb 2013 20:19:43 +0100 Colin Leroy wrote: > On 15 February 2013 at 11h21, Jim Seymour wrote: > > Hi, > > > Encoding the username:password into the URL, where it would appear > > in plain text to anybody who might care to look, would not be an > > acceptable solution. If that's the (only) way vCalendar works, I'll > > have to use something else. > > That's the only way indeed. > Thanks for the confirmation, Colin. I guess I'll have to use something else--at least for calendaring. Regards, Jim -- Note: My mail server employs *very* aggressive anti-spam filtering. If you reply to this email and your email is rejected, please accept my apologies and let me know via my web form at . From richard at g8jvm.com Sat Feb 16 20:06:09 2013 From: richard at g8jvm.com (Richard Bown) Date: Sat, 16 Feb 2013 19:06:09 +0000 Subject: [Users] Hidden paste key functions when using CM after using firefox Message-ID: <20130216190609.192b7f55@lap-g8jvm.localdomain> Hi , I had the misfortune to send someone a e-mail with the entire weeks shopping list, from where my wife had been doing the on line shopping at one of the supermarket web sites, firefox browser, included after my text and before the signature. Are there any hidden key strokes or combinations in CM that would paste it in to an outgoing e-mail. Like most supermarket sites there's no cut and paste required, just select what groceries you need and enter a code for the credit card , 3 digits, and check out. DM is Gnome 3, OS Fedora FC17, CM 3.9.0 I'd like to find out why, so I don't repeat it. TIA -- -- Best wishes / 73 Richard Bown e-mail: richard at g8jvm.com nil carborundum a illegitemis ################################################################################## Ham Call G8JVM . OS Fedora FC17 x86_64 on a Dell Insiron N5030 laptop Maidenhead QRA: IO82SP38, LAT. 52 39.720' N LONG. 2 28.171 W ( degs+mins ) QRV VHF 6mtrs 200W, 4 mtrs 150W, 2mtrs 350W, 70cms 200W Microwave 23 cms 140W, 13 cms 100W, 6 cms 0W & 3cms 5W ################################################################################## Please avoid using old e-mail address of richard.bown at blueyonder.co.uk From colin at colino.net Sat Feb 16 20:28:12 2013 From: colin at colino.net (Colin Leroy) Date: Sat, 16 Feb 2013 20:28:12 +0100 Subject: [Users] Hidden paste key functions when using CM after using firefox In-Reply-To: <20130216190609.192b7f55@lap-g8jvm.localdomain> References: <20130216190609.192b7f55@lap-g8jvm.localdomain> Message-ID: <20130216202812.67c3bd9c@mike> On 16 February 2013 at 19h06, Richard Bown wrote: Hi, > I had the misfortune to send someone a e-mail with the entire weeks > shopping list, from where my wife had been doing the on line shopping > at one of the supermarket web sites, firefox browser, included after > my text and before the signature. Are there any hidden key strokes or > combinations in CM that would paste it in to an outgoing e-mail. Like > most supermarket sites there's no cut and paste required, just select > what groceries you need and enter a code for the credit card , 3 > digits, and check out. No, there's nothing special, maybe you experienced the middle-click Unix paste ? Select some text in an app, you can paste it by middle-clicking. That may have been that... -- Colin -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 190 bytes Desc: not available URL: From richard at g8jvm.com Sat Feb 16 23:38:06 2013 From: richard at g8jvm.com (Richard Bown) Date: Sat, 16 Feb 2013 22:38:06 +0000 Subject: [Users] Hidden paste key functions when using CM after using firefox In-Reply-To: <20130216202812.67c3bd9c@mike> References: <20130216190609.192b7f55@lap-g8jvm.localdomain> <20130216202812.67c3bd9c@mike> Message-ID: <20130216223806.538b9057@lap-g8jvm.localdomain> On Sat, 16 Feb 2013 20:28:12 +0100 Colin Leroy wrote: > On 16 February 2013 at 19h06, Richard Bown wrote: > > Hi, > > > I had the misfortune to send someone a e-mail with the entire weeks > > shopping list, from where my wife had been doing the on line shopping > > at one of the supermarket web sites, firefox browser, included after > > my text and before the signature. Are there any hidden key strokes or > > combinations in CM that would paste it in to an outgoing e-mail. Like > > most supermarket sites there's no cut and paste required, just select > > what groceries you need and enter a code for the credit card , 3 > > digits, and check out. > > No, there's nothing special, maybe you experienced the middle-click > Unix paste ? Select some text in an app, you can paste it by > middle-clicking. That may have been that... > Only one problem with that, and that is I have no middle key on the laptop, I wish there was . THanks -- -- Best wishes / 73 Richard Bown e-mail: richard at g8jvm.com nil carborundum a illegitemis ################################################################################## Ham Call G8JVM . OS Fedora FC17 x86_64 on a Dell Insiron N5030 laptop Maidenhead QRA: IO82SP38, LAT. 52 39.720' N LONG. 2 28.171 W ( degs+mins ) QRV VHF 6mtrs 200W, 4 mtrs 150W, 2mtrs 350W, 70cms 200W Microwave 23 cms 140W, 13 cms 100W, 6 cms 0W & 3cms 5W ################################################################################## Please avoid using old e-mail address of richard.bown at blueyonder.co.uk From mir at miras.org Sun Feb 17 00:45:38 2013 From: mir at miras.org (Michael Rasmussen) Date: Sun, 17 Feb 2013 00:45:38 +0100 Subject: [Users] Hidden paste key functions when using CM after using firefox In-Reply-To: <20130216223806.538b9057@lap-g8jvm.localdomain> References: <20130216190609.192b7f55@lap-g8jvm.localdomain> <20130216202812.67c3bd9c@mike> <20130216223806.538b9057@lap-g8jvm.localdomain> Message-ID: <20130217004538.33942d66@sleipner.datanom.net> On Sat, 16 Feb 2013 22:38:06 +0000 Richard Bown wrote: > > Only one problem with that, and that is I have no middle key on the laptop, I wish there was . > THanks > On certain laptops with mousepad a specific tap combination will imitate a middle mouse click. -- Hilsen/Regards Michael Rasmussen Get my public GnuPG keys: michael rasmussen cc http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xD3C9A00E mir datanom net http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xE501F51C mir miras org http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xE3E80917 -------------------------------------------------------------- All intelligent species own cats. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From itz at buug.org Sun Feb 17 08:05:30 2013 From: itz at buug.org (Ian Zimmerman) Date: Sat, 16 Feb 2013 23:05:30 -0800 Subject: [Users] Adding a custom header Message-ID: <20130216230530.79ca92c9.itz@buug.org> I would like to automatically add a certain X-Foo: header to my outgoing emails. Ideally I might configure it depending on the current folder when I'm sending, but so far I cannot even see how to do it uniformly for any mail. Is this at all possible? Maybe in a newer version (using 3.8.1 now)? I know I can type a header name in one of the drop down boxes of the compose window, that is close but I can't really call it automatic :-) Thanks for the tips, -- Ian Zimmerman gpg public key: 1024D/C6FF61AD fingerprint: 66DC D68F 5C1B 4D71 2EE5 BD03 8A00 786C C6FF 61AD http://www.gravatar.com/avatar/c66875cda51109f76c6312f4d4743d1e.png Rule 420: All persons more than eight miles high to leave the court. From rcook at pcug.org.au Sun Feb 17 08:50:07 2013 From: rcook at pcug.org.au (Owen) Date: Sun, 17 Feb 2013 18:50:07 +1100 Subject: [Users] Adding a custom header In-Reply-To: <20130216230530.79ca92c9.itz@buug.org> References: <20130216230530.79ca92c9.itz@buug.org> Message-ID: <2db867e0eb3d1395aaf281b7f2a12dd9.squirrel@members.tip.net.au> > I would like to automatically add a certain X-Foo: header to my > outgoing > emails. Ideally I might configure it depending on the current folder > when I'm sending, but so far I cannot even see how to do it uniformly > for any mail. Is this at all possible? Maybe in a newer version > (using > 3.8.1 now)? > > I know I can type a header name in one of the drop down boxes of the > compose window, that is close but I can't really call it automatic :-) Try Preferences for Current Account->Send and tick "add user defined header" -- Owen From richard at g8jvm.com Sun Feb 17 10:26:10 2013 From: richard at g8jvm.com (Richard Bown) Date: Sun, 17 Feb 2013 09:26:10 +0000 Subject: [Users] Hidden paste key functions when using CM after using firefox In-Reply-To: <20130217004538.33942d66@sleipner.datanom.net> References: <20130216190609.192b7f55@lap-g8jvm.localdomain> <20130216202812.67c3bd9c@mike> <20130216223806.538b9057@lap-g8jvm.localdomain> <20130217004538.33942d66@sleipner.datanom.net> Message-ID: <20130217092610.4e19e955@lap-g8jvm.localdomain> On Sun, 17 Feb 2013 00:45:38 +0100 Michael Rasmussen wrote: > On Sat, 16 Feb 2013 22:38:06 +0000 > Richard Bown wrote: > > > > > Only one problem with that, and that is I have no middle key on the laptop, I wish there was . > > THanks > > > On certain laptops with mousepad a specific tap combination will > imitate a middle mouse click. > Thanks Micheal, that may well be it, All I need to do now is find out which key combinations, on this Dell. cheers -- -- Best wishes / 73 Richard Bown e-mail: richard at g8jvm.com nil carborundum a illegitemis ################################################################################## Ham Call G8JVM . OS Fedora FC17 x86_64 on a Dell Insiron N5030 laptop Maidenhead QRA: IO82SP38, LAT. 52 39.720' N LONG. 2 28.171 W ( degs+mins ) QRV VHF 6mtrs 200W, 4 mtrs 150W, 2mtrs 350W, 70cms 200W Microwave 23 cms 140W, 13 cms 100W, 6 cms 0W & 3cms 5W ################################################################################## Please avoid using old e-mail address of richard.bown at blueyonder.co.uk From colin at colino.net Sun Feb 17 13:11:10 2013 From: colin at colino.net (Colin Leroy) Date: Sun, 17 Feb 2013 13:11:10 +0100 Subject: [Users] Hidden paste key functions when using CM after using firefox In-Reply-To: <20130217004538.33942d66@sleipner.datanom.net> References: <20130216190609.192b7f55@lap-g8jvm.localdomain> <20130216202812.67c3bd9c@mike> <20130216223806.538b9057@lap-g8jvm.localdomain> <20130217004538.33942d66@sleipner.datanom.net> Message-ID: <20130217131110.7d8b97b1@mike> On 17 February 2013 at 00h45, Michael Rasmussen wrote: Hi, > On certain laptops with mousepad a specific tap combination will > imitate a middle mouse click. Like two fingers or three fingers on modern touchpads, or left+right click on older ones. -- Colin -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 190 bytes Desc: not available URL: From ricardo at mones.org Sun Feb 17 14:05:28 2013 From: ricardo at mones.org (Ricardo Mones) Date: Sun, 17 Feb 2013 14:05:28 +0100 Subject: [Users] Adding a custom header In-Reply-To: <2db867e0eb3d1395aaf281b7f2a12dd9.squirrel@members.tip.net.au> References: <20130216230530.79ca92c9.itz@buug.org> <2db867e0eb3d1395aaf281b7f2a12dd9.squirrel@members.tip.net.au> Message-ID: <20130217140528.0d228eca@busgosu> On Sun, 17 Feb 2013 18:50:07 +1100 "Owen" wrote: > > > I would like to automatically add a certain X-Foo: header to my > > outgoing > > emails. Ideally I might configure it depending on the current folder > > when I'm sending, but so far I cannot even see how to do it uniformly > > for any mail. Is this at all possible? Maybe in a newer version > > (using > > 3.8.1 now)? > > > > I know I can type a header name in one of the drop down boxes of the > > compose window, that is close but I can't really call it automatic :-) > > Try Preferences for Current Account->Send and tick "add user defined > header" If you need to edit the content you can add it to extraheaderrc instead. But you need 3.9.0 for that: http://www.claws-mail.org/news.php regards, -- Ricardo Mones ~ Absence of evidence is not evidence of absence. Carl Sagan -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From noreply at thewildbeast.co.uk Mon Feb 18 11:19:14 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Mon, 18 Feb 2013 10:19:14 +0000 Subject: [Users] [Bug 2862] Segmentation fault when replying to a message where the "code conversion" fails In-Reply-To: References: Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2862 Fabian Keil changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |--- -- You are receiving this mail because: You are the assignee for the bug. From noreply at thewildbeast.co.uk Mon Feb 18 11:52:23 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Mon, 18 Feb 2013 10:52:23 +0000 Subject: [Users] [Bug 2879] New: Plain text mails treated as encrypted Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2879 Bug ID: 2879 Summary: Plain text mails treated as encrypted Classification: Unclassified Product: Claws Mail Version: 3.9.0 Hardware: PC OS: FreeBSD Status: NEW Severity: normal Priority: P3 Component: Plugins/Privacy Assignee: users at lists.claws-mail.org Reporter: fk at fabiankeil.de Created attachment 1231 --> http://www.thewildbeast.co.uk/claws-mail/bugzilla/attachment.cgi?id=1231&action=edit Unencrypted message containing OpenPGP ASCII armor encryption headers Unencrypted messages like the attached one are currently marked as encrypted in the summary and result in encryption errors when displayed. -- You are receiving this mail because: You are the assignee for the bug. From noreply at thewildbeast.co.uk Mon Feb 18 11:56:06 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Mon, 18 Feb 2013 10:56:06 +0000 Subject: [Users] [Bug 2879] Plain text mails treated as encrypted In-Reply-To: References: Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2879 --- Comment #1 from Fabian Keil --- Created attachment 1232 --> http://www.thewildbeast.co.uk/claws-mail/bugzilla/attachment.cgi?id=1232&action=edit Patch to make the encryption detection more strict The first patch in the attached patch set makes the encryption detection a bit more strict by ignoring stray OpenPGP ASCII armor encryption headers that aren't located at the start of the buffer or line. The last two patches are cosmetic. -- You are receiving this mail because: You are the assignee for the bug. From noreply at thewildbeast.co.uk Mon Feb 18 12:14:38 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Mon, 18 Feb 2013 11:14:38 +0000 Subject: [Users] [Bug 2778] [gpgmime] Signing fails with "Secret key specification is ambiguous" In-Reply-To: References: Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2778 Fabian Keil changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #1181|0 |1 is obsolete| | --- Comment #6 from Fabian Keil --- Created attachment 1233 --> http://www.thewildbeast.co.uk/claws-mail/bugzilla/attachment.cgi?id=1233&action=edit In case of multiple matching encryption keys, use the most recent one without bothering the user The updated patch adds a NULL pointer check that was missing in the previous one. -- You are receiving this mail because: You are the assignee for the bug. From noreply at thewildbeast.co.uk Mon Feb 18 13:06:58 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Mon, 18 Feb 2013 12:06:58 +0000 Subject: [Users] [Bug 2876] procmime.c:1006:got type application/x-sharedlib for so In-Reply-To: References: Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2876 --- Comment #16 from dev at diy-biogas.eu --- (claws-mail:27734): Claws-Mail-CRITICAL **: imap_scan_required: assertion `session != NULL' failed Program received signal SIGSEGV, Segmentation fault. 0xb6eabb11 in _int_malloc (av=, bytes=) at malloc.c:4636 4636 malloc.c: No such file or directory. (gdb) thread apply all bt Thread 2 (Thread 0xb087cb70 (LWP 4873)): #0 0xb7fe1424 in __kernel_vsyscall () #1 0xb758a20a in __pthread_cond_wait (cond=0x8746d68, mutex=0x8746d50) at pthread_cond_wait.c:153 #2 0xb72cdd64 in mailsem_internal_wait () from /usr/lib/libetpan.so.15 #3 0xb72cdf6d in mailsem_down () from /usr/lib/libetpan.so.15 #4 0x0827a964 in thread_run (data=0x85f8960) at etpan-thread-manager.c:331 #5 0xb7585c39 in start_thread (arg=0xb087cb70) at pthread_create.c:304 #6 0xb6f0d78e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 Thread 1 (Thread 0xb67adad0 (LWP 27734)): #0 0xb6eabb11 in _int_malloc (av=, bytes=) at malloc.c:4636 #1 0xb6ead8ec in *__GI___libc_malloc (bytes=100) at malloc.c:3660 #2 0xb6f21df8 in *__GI___vasprintf_chk (result_ptr=0xbfffd04c, flags=1, format=0x838a62a "%d", args=0xbfffd084 "") at vasprintf_chk.c:50 #3 0xb7426026 in g_vasprintf () from /lib/i386-linux-gnu/libglib-2.0.so.0 #4 0xb74036f3 in g_strdup_vprintf () from /lib/i386-linux-gnu/libglib-2.0.so.0 #5 0xb7403723 in g_strdup_printf () from /lib/i386-linux-gnu/libglib-2.0.so.0 #6 0x082787ef in xml_attr_new_int (name=0x82e0964 "unreadmarked", value=0) at xml.c:494 #7 0x080ce1e0 in folder_item_get_xml (folder=0x8772f18, item=0x8791f78) at folder.c:683 #8 0x080f956b in imap_item_get_xml (folder=0x8772f18, item=0x8791f78) at imap.c:6057 #9 0x080d952d in folder_item_to_xml (nodedata=0x8791f78, data=0x8772f18) at folder.c:4144 #10 0x08272724 in g_node_map_recursive (node=0x878f390, data=0xbfffd9e8) at utils.c:3994 #11 0xb73efe3d in g_node_children_foreach () from /lib/i386-linux-gnu/libglib-2.0.so.0 #12 0x08272793 in g_node_map_recursive (node=0x878f2b0, data=0xbfffda68) at utils.c:4003 #13 0xb73efe25 in g_node_children_foreach () from /lib/i386-linux-gnu/libglib-2.0.so.0 #14 0x08272793 in g_node_map_recursive (node=0x878ab20, data=0xbfffe2e8) at utils.c:4003 #15 0xb73efe25 in g_node_children_foreach () from /lib/i386-linux-gnu/libglib-2.0.so.0 #16 0x082729b6 in g_node_map (node=0x8774980, func=0x80d9426 , data=0x8772f18) at utils.c:4021 #17 0x080d97b6 in folder_get_xml_node (folder=0x8772f18) at folder.c:4179 #18 0x080cec9e in folder_write_list () at folder.c:876 #19 0x080e0c25 in folderview_check_new (folder=0x87a35e0) at folderview.c:1234 #20 0x080fdacc in inc_all_account_mail (mainwin=0x854c800, autocheck=1, notify=0) at inc.c:379 #21 0x081009a8 in inc_autocheck_func (data=0x854c800) at inc.c:1559 #22 0xb73e73af in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0 #23 0xb73e66d3 in g_main_context_dispatch () from /lib/i386-linux-gnu/libglib-2.0.so.0 #24 0xb73e6a70 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0 #25 0xb73e6ecb in g_main_loop_run () from /lib/i386-linux-gnu/libglib-2.0.so.0 #26 0xb7c48ad0 in gtk_main () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0 #27 0x08103542 in main (argc=1, argv=0xbfffef64) at main.c:1710 -- You are receiving this mail because: You are the assignee for the bug. You are watching someone on the CC list of the bug. From noreply at thewildbeast.co.uk Tue Feb 19 17:39:06 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Tue, 19 Feb 2013 16:39:06 +0000 Subject: [Users] [Bug 2876] procmime.c:1006:got type application/x-sharedlib for so In-Reply-To: References: Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2876 --- Comment #17 from dev at diy-biogas.eu --- claws was in the background while I worked on other projects (which should have no effect). the cable has been plugged off and on in the meantime. How to find out, what this file not found error is about? ** (claws-mail:23190): WARNING **: [17:27:04] IMAP error on (null): stream error ** (claws-mail:23190): WARNING **: [17:27:04] IMAP4 connection broken Program received signal SIGSEGV, Segmentation fault. 0xb6eabb11 in _int_malloc (av=, bytes=) at malloc.c:4636 4636 malloc.c: No such file or directory. Thread 2 (Thread 0xb6212b70 (LWP 23194)): #0 0xb7fe1424 in __kernel_vsyscall () #1 0xb758a20a in __pthread_cond_wait (cond=0x87664a0, mutex=0x8766488) at pthread_cond_wait.c:153 #2 0xb72cdd64 in mailsem_internal_wait () from /usr/lib/libetpan.so.15 #3 0xb72cdf6d in mailsem_down () from /usr/lib/libetpan.so.15 #4 0x0827a964 in thread_run (data=0x8766330) at etpan-thread-manager.c:331 #5 0xb7585c39 in start_thread (arg=0xb6212b70) at pthread_create.c:304 #6 0xb6f0d78e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 Thread 1 (Thread 0xb67adad0 (LWP 23190)): #0 0xb6eabb11 in _int_malloc (av=, bytes=) at malloc.c:4636 #1 0xb6ead8ec in *__GI___libc_malloc (bytes=3584) at malloc.c:3660 #2 0xb77bd1fa in ?? () from /usr/lib/i386-linux-gnu/libcairo.so.2 #3 0xb77bd66b in ?? () from /usr/lib/i386-linux-gnu/libcairo.so.2 #4 0xb77bda60 in ?? () from /usr/lib/i386-linux-gnu/libcairo.so.2 #5 0xb77be05b in ?? () from /usr/lib/i386-linux-gnu/libcairo.so.2 #6 0xb77b4362 in ?? () from /usr/lib/i386-linux-gnu/libcairo.so.2 #7 0xb77b4c6d in ?? () from /usr/lib/i386-linux-gnu/libcairo.so.2 #8 0xb77b1e30 in ?? () from /usr/lib/i386-linux-gnu/libcairo.so.2 #9 0xb77ea57b in ?? () from /usr/lib/i386-linux-gnu/libcairo.so.2 #10 0xb778e3bc in ?? () from /usr/lib/i386-linux-gnu/libcairo.so.2 #11 0xb7805d21 in ?? () from /usr/lib/i386-linux-gnu/libcairo.so.2 #12 0xb77d5919 in ?? () from /usr/lib/i386-linux-gnu/libcairo.so.2 #13 0xb77976da in ?? () from /usr/lib/i386-linux-gnu/libcairo.so.2 #14 0xb779031d in ?? () from /usr/lib/i386-linux-gnu/libcairo.so.2 #15 0xb77886eb in cairo_stroke () from /usr/lib/i386-linux-gnu/libcairo.so.2 #16 0xb656c307 in ?? () from /usr/lib/i386-linux-gnu/gtk-2.0/2.10.0/engines/libclearlooks.so #17 0xb654ddbd in ?? () from /usr/lib/i386-linux-gnu/gtk-2.0/2.10.0/engines/libclearlooks.so #18 0xb7ce085c in gtk_paint_box () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0 #19 0xb7b8cbfb in ?? () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0 #20 0xb7b8ce85 in ?? () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0 #21 0xb7c4b8a2 in ?? () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0 #22 0xb74a7ced in ?? () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #23 0xb74a8dc2 in g_closure_invoke () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #24 0xb74ba610 in ?? () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #25 0xb74c2891 in g_signal_emit_valist () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #26 0xb74c2cd3 in g_signal_emit () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #27 0xb7d82dab in ?? () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0 #28 0xb7bbf1b8 in gtk_container_propagate_expose () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0 #29 0x082b0b30 in gtk_cmclist_expose (widget=0x854c1b8, event=0xbfffe9dc) at gtkcmclist.c:4968 #30 0xb7c4b8a2 in ?? () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0 #31 0xb74a7ced in ?? () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #32 0xb74a8e76 in g_closure_invoke () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #33 0xb74ba610 in ?? () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #34 0xb74c2891 in g_signal_emit_valist () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #35 0xb74c2cd3 in g_signal_emit () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #36 0xb7d82dab in ?? () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0 #37 0xb7c4a03c in gtk_main_do_event () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0 #38 0xb7a98647 in ?? () from /usr/lib/i386-linux-gnu/libgdk-x11-2.0.so.0 #39 0xb7a986a7 in ?? () from /usr/lib/i386-linux-gnu/libgdk-x11-2.0.so.0 #40 0xb7a986a7 in ?? () from /usr/lib/i386-linux-gnu/libgdk-x11-2.0.so.0 #41 0xb7acaa43 in ?? () from /usr/lib/i386-linux-gnu/libgdk-x11-2.0.so.0 #42 0xb7a930dd in ?? () from /usr/lib/i386-linux-gnu/libgdk-x11-2.0.so.0 #43 0xb7a9546f in gdk_window_process_all_updates () from /usr/lib/i386-linux-gnu/libgdk-x11-2.0.so.0 #44 0xb7bbd77f in ?? () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0 #45 0xb7a70584 in ?? () from /usr/lib/i386-linux-gnu/libgdk-x11-2.0.so.0 #46 0xb73e4190 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0 #47 0xb73e66d3 in g_main_context_dispatch () from /lib/i386-linux-gnu/libglib-2.0.so.0 #48 0xb73e6a70 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0 #49 0xb73e6ecb in g_main_loop_run () from /lib/i386-linux-gnu/libglib-2.0.so.0 #50 0xb7c48ad0 in gtk_main () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0 #51 0x08103542 in main (argc=1, argv=0xbfffef64) at main.c:1710 -- You are receiving this mail because: You are the assignee for the bug. You are watching someone on the CC list of the bug. From dogbrake2 at gmail.com Tue Feb 19 22:00:52 2013 From: dogbrake2 at gmail.com (Harry Benson) Date: Tue, 19 Feb 2013 13:00:52 -0800 Subject: [Users] New User - bugs... and a Filter question Message-ID: Hi, OK, just taking a look at this and I am liking it. Some problems using latest Claws and win7pro 64. ------------------------------------------------ 1: When I click with the mouse it seems to send two+ clicks. For example, clicking on the down arrow for the "From" on this Compose window, will flick the drop down open then instantly slam it shut. It takes two or three tries slowing down the click and release of the mouse button before the drop down will stay open. 2: In the main left panel, renaming Folders is weird. I had a Folder "OLD Stuff" and after creating it I realized I wanted it to be the last thing in the list of sub-folders. I tried to rename it "z_OLD Stuff" Thinking it might need a capital letter to start, I tried "Z_OLD Stuff" but still no go. It declared a naming error and did not say what or why. I finally deleted it and created a new folder and it was happy with the name "Z_OLD Stuff" 3: Dialogs need to be set for BringToFront. I was setting up a filter and clicked the Folder button to assign a Folder to Move an email to and the entire thing appeared to lock up. After using Alt-Tab to cycle through the open apps on my desktop, I found the Folder dialog open at the very bottom of the stack. I clicked "Cancel" in the Folder dialog and Claws came back to life. The dialog was obviously set to Modal but NOT to the top of the Z-Stack. 4: Word wrapping is weird. Sometimes i wraps at about 70 characters then other times it will go the full width, currently 110) wrap the next two words and the wrap the following text OK. e.g. **************************************************************** Typing out to the expected wrap point then suddenly it will continue way past the normal wrap and then add those two words and a line feed. Then carry on wrapping as it started. **************************************************************** Filtering question: Is it possible to use the same incoming Filter for the sent items? I want to have the in AND out emails all on the same folder and sorted by date. If I continue to use Claws, I will have to set up about 40+ email accounts. Going through the Filtering system it looks like I need to assign a filter set for incoming and another for outgoing. They would be identical duplicates of each other. Is there an option to use the incoming Filter for the outgoing mail? Thanks From dogbrake2 at gmail.com Tue Feb 19 23:37:36 2013 From: dogbrake2 at gmail.com (Harry Benson) Date: Tue, 19 Feb 2013 14:37:36 -0800 Subject: [Users] New User - weirdness and bugs continue Message-ID: Hi All, Bug 1: In email addresses with a name preceding them and no quotes, if the name includes a comma, it is rejected as a faulty recipient address. e.g. wanker, thurston Claws should be smart enough to skip the name and just use the actual email address part. I get dozens of emails a day similar to that example where the Last Name has a comma then a First Name before the full, complete and correct address. If a "<" exists in the string then drop everything up to and including it. Then grab everything up to the trailing ">" or the end of string if no closing ">" With quotes it works fine, so it is half way there... "wanker, thurston" Weird 1: In the Filter section if I leave the "Match Case" checkbox as un-checked, then in the description it shows "matchcase" if I check the "Match Case" then the description shows "match." Is it me or is that FdUp? Surely checking the "Match Case" box should make the description show matchcase. From berndth at gmx.de Wed Feb 20 00:44:15 2013 From: berndth at gmx.de (Holger Berndt) Date: Wed, 20 Feb 2013 00:44:15 +0100 Subject: [Users] New User - weirdness and bugs continue In-Reply-To: References: Message-ID: <20130220004415.4f573a5f@wodan> On Di, 19.02.2013 14:37, Harry Benson wrote: >Bug 1: >In email addresses with a name preceding them and no quotes, if the >name includes a comma, it is rejected as a faulty recipient address. >e.g. > >wanker, thurston That's because it is a faulty address. I don't see the bug. You're rather requesting an enhancement, but trying to be extra-smart on something as non-trivial as address spec parsing is a slippery road... >Weird 1: >In the Filter section if I leave the "Match Case" checkbox as >un-checked, then in the description it shows "matchcase" if I check >the "Match Case" then the description shows "match." > >Is it me or is that FdUp? Surely checking the "Match Case" box should >make the description show matchcase. The naming might be counter-intuitive, but it's consistent with POSIX (e.g. strcasecmp() does case-insensitive comparison, while strcmp() is case sensitive). A user doesn't really have to care - Claws Mail will do what the checkbox says. Holger From egbert.bouwman at gmail.com Wed Feb 20 10:20:42 2013 From: egbert.bouwman at gmail.com (Egbert Bouwman) Date: Wed, 20 Feb 2013 10:20:42 +0100 Subject: [Users] Action in Windows doesn't react Message-ID: On Wed, 12 Dec 2012 19:23:39 +0100 Colin Leroy wrote: > > Yes. I've looked at it today and current CVS allows running -some- > actions in Windows. Forking and al. works. stdin/stdout and the like > don't, though. > > I'll look into that and will provide a new Windows build soon-ish. > Due to a belief inherited from other worlds that software changes take months at least, I only tried the newest claws-mail version for windows a few days ago. And it worked. You will have changed our working habits here quite a bit. Thanks. e -- Egbert Bouwman [GMail] -------------- next part -------------- An HTML attachment was scrubbed... URL: From colin at colino.net Wed Feb 20 13:53:13 2013 From: colin at colino.net (Colin Leroy) Date: Wed, 20 Feb 2013 13:53:13 +0100 Subject: [Users] Action in Windows doesn't react In-Reply-To: References: Message-ID: <20130220135313.102818cb@colin> On Wed, 20 Feb 2013 10:20:42 +0100, Egbert Bouwman wrote: > Due to a belief inherited from other worlds that software changes take > months at least, I only tried the newest claws-mail version for > windows a few days ago. And it worked. :) Sorry, I thought I told on the ML that I had done it, but probably I forgot. > You will have changed our working habits here quite a bit. > Thanks. You're welcome ! -- Colin From noreply at thewildbeast.co.uk Wed Feb 20 14:42:20 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Wed, 20 Feb 2013 13:42:20 +0000 Subject: [Users] [Bug 2880] New: special ISO-8859-1 characters become __ in external editor Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2880 Bug ID: 2880 Summary: special ISO-8859-1 characters become __ in external editor Classification: Unclassified Product: Claws Mail Version: 3.9.0 Hardware: PC OS: Linux Status: NEW Severity: normal Priority: P3 Component: UI/Actions Assignee: users at lists.claws-mail.org Reporter: mrannomymus at web.de In View->Character Encoding the option ISO-8859-1 is enabled. Hence viewing mails with special ISO-8859-1 is perfectly fine. Now, when replying to an e-mail like: "bla � bla" In the window for composing the reply, the message is then quoted as: > "Someone wrote: > bla � bla" So far, everything is fine, however as soon as an external editor is opened (be it gvim with presetted encoding=latin1 or libreoffice with ISO-8859-1) the quoted mail looks like this: > "Someone wrote: > bla __ bla" so the "�" turns into "__" ... it seems that when transfering the message to the external editor the file encoding is changed to utf-8 or sth similar in between ... -- You are receiving this mail because: You are the assignee for the bug. From bdm at fenrir.org.uk Wed Feb 20 15:21:01 2013 From: bdm at fenrir.org.uk (Brian Morrison) Date: Wed, 20 Feb 2013 14:21:01 +0000 Subject: [Users] Action in Windows doesn't react In-Reply-To: <20130220135313.102818cb@colin> References: <20130220135313.102818cb@colin> Message-ID: <20130220142101.00006444@surtees.fenrir.org.uk> On Wed, 20 Feb 2013 13:53:13 +0100 Colin Leroy wrote: > Sorry, I thought I told on the ML that I had done it, but probably I > forgot. You did tell us Colin, but it was in response to a question from me so it probably didn't look like a new version announcement to anyone else :) -- Brian Morrison From colin at colino.net Wed Feb 20 16:37:47 2013 From: colin at colino.net (Colin Leroy) Date: Wed, 20 Feb 2013 16:37:47 +0100 Subject: [Users] HEADS UP for CVS/snapshot users: big changes Message-ID: <20130220163747.5f7d1c7e@colin> Hi, Three parts to this email: first, architectural changes impacting how you download and build your plugins of choice; second, plugins being dropped because they're mostly useless. FIRST, ARCHITECTURAL CHANGES: Since a few years, the number of extra-plugins was becoming a burden on both Paul (release manager) and the translators team, who had to translate a lot of files. Releasing took a full day for Paul. At start, extra-plugins were meant to allow new developers restricted CVS access to only their code and not the rest. History showed that all new plugins writers have been trustable enough that this restriction possibility was never used. These fact, and also the fact that these extra plugins are as well supported as the rest of Claws Mail and never released independently, prompted us to recently decide to merge all the extra plugins into Claws Mail's core distribution and put them along the other "core" plugins like PGP/Mime, Bogofilter or such. Latest CVS now has all these plugins. Their build can be decided with ./configure flags, with the usual "build if dependencies are available" policy. That makes a whopping 27 plugins in the main Claws Mail source. This number can make it hard to spot an unbuilt plugin that one wanted built, so the recap at the end of the configure phase details plugins' status. The extra-plugins CVS module is currently being cleaned up, with old sources removed in order to avoid confusion. Most of CVS and snapshot users will only have to remove some extra plugins from their build scripts, and they'll be built automatically from the core. CVS users, don't forget to `cvs update -d` because CVS is so 20th century it doesn't even download new directories by itself :) This is it for the architectural changes. SECOND, PLUGINS DROPPED - Cachesaver has been dropped because it's immensely useless. It reflects the state of Claws Mail back in 2001 or 2002. - Trayicon has been dropped because its features are entirely available in the Notification plugin, which is coded in a more modern manner and has more features. - Dillo Viewer has been dropped because Dillo isn't capable of rendering most of today's HTML. - GTKHtml2 Viewer has been dropped from distribution and not merged into Claws Mail's core because the Fancy plugin is based on a vastly superior rendering engine. GTKHtml2 Viewer is still in extra-plugins, but will not be released anymore apart in the Windows build until Fancy's been ported to Windows. We hope everything will work fine with this new organisation. -- Colin -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 190 bytes Desc: not available URL: From bdm at fenrir.org.uk Wed Feb 20 16:50:53 2013 From: bdm at fenrir.org.uk (Brian Morrison) Date: Wed, 20 Feb 2013 15:50:53 +0000 Subject: [Users] HEADS UP for CVS/snapshot users: big changes In-Reply-To: <20130220163747.5f7d1c7e@colin> References: <20130220163747.5f7d1c7e@colin> Message-ID: <20130220155053.00000172@surtees.fenrir.org.uk> On Wed, 20 Feb 2013 16:37:47 +0100 Colin Leroy wrote: > We hope everything will work fine with this new organisation. Looks good to me Colin, it will be good to do away with the two-stage build/install/build/install process that I've been using :) -- Brian Morrison From h.m.brand at xs4all.nl Wed Feb 20 16:54:15 2013 From: h.m.brand at xs4all.nl (H.Merijn Brand) Date: Wed, 20 Feb 2013 16:54:15 +0100 Subject: [Users] HEADS UP for CVS/snapshot users: big changes In-Reply-To: <20130220163747.5f7d1c7e@colin> References: <20130220163747.5f7d1c7e@colin> Message-ID: <20130220165415.79d9b490@pc09.procura.nl> On Wed, 20 Feb 2013 16:37:47 +0100, Colin Leroy wrote: > Hi, > > Three parts to this email: first, architectural changes impacting how > you download and build your plugins of choice; second, plugins being > dropped because they're mostly useless. I don't read anything insane or anything I would want to object to. Well done, team! Looking forward to try a new build now > FIRST, ARCHITECTURAL CHANGES: > > Since a few years, the number of extra-plugins was becoming a > burden on both Paul (release manager) and the translators team, who had > to translate a lot of files. Releasing took a full day for Paul. > > At start, extra-plugins were meant to allow new developers restricted > CVS access to only their code and not the rest. History showed that all > new plugins writers have been trustable enough that this restriction > possibility was never used. > > These fact, and also the fact that these extra plugins are as > well supported as the rest of Claws Mail and never released > independently, prompted us to recently decide to merge all the extra > plugins into Claws Mail's core distribution and put them along the > other "core" plugins like PGP/Mime, Bogofilter or such. > > Latest CVS now has all these plugins. Their build can be decided > with ./configure flags, with the usual "build if dependencies are > available" policy. That makes a whopping 27 plugins in the main > Claws Mail source. > > This number can make it hard to spot an unbuilt plugin that one wanted > built, so the recap at the end of the configure phase details plugins' > status. > > The extra-plugins CVS module is currently being cleaned up, with old > sources removed in order to avoid confusion. > > Most of CVS and snapshot users will only have to remove some > extra plugins from their build scripts, and they'll be built > automatically from the core. > > CVS users, don't forget to `cvs update -d` because CVS is so 20th > century it doesn't even download new directories by itself :) > > This is it for the architectural changes. > > SECOND, PLUGINS DROPPED > - Cachesaver has been dropped because it's immensely useless. It > reflects the state of Claws Mail back in 2001 or 2002. > > - Trayicon has been dropped because its features are > entirely available in the Notification plugin, which is coded in a > more modern manner and has more features. > > - Dillo Viewer has been dropped because Dillo isn't capable of > rendering most of today's HTML. > > - GTKHtml2 Viewer has been dropped from distribution and not merged > into Claws Mail's core because the Fancy plugin is based on a vastly > superior rendering engine. GTKHtml2 Viewer is still in extra-plugins, > but will not be released anymore apart in the Windows build until > Fancy's been ported to Windows. > > We hope everything will work fine with this new organisation. -- H.Merijn Brand http://tux.nl Perl Monger http://amsterdam.pm.org/ using perl5.00307 .. 5.17 porting perl5 on HP-UX, AIX, and openSUSE http://mirrors.develooper.com/hpux/ http://www.test-smoke.org/ http://qa.perl.org http://www.goldmark.org/jeff/stupid-disclaimers/ From rezso at rezso.net Wed Feb 20 20:09:40 2013 From: rezso at rezso.net (=?UTF-8?B?UMOhZGVyIFJlenPFkQ==?=) Date: Wed, 20 Feb 2013 20:09:40 +0100 Subject: [Users] HEADS UP for CVS/snapshot users: big changes In-Reply-To: <20130220163747.5f7d1c7e@colin> References: <20130220163747.5f7d1c7e@colin> Message-ID: <20130220200940.09eefc5e@papi.home> Hi, I tried to compile cvs96 with --enable-new-addrbook, but: Using Address Book : Old stable interface Reason: the claws-contacts is missing. (PKG_CHECK_MODULES(CONTACTS, [claws-contacts]) Regards, rezso -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From x.lucio at laposte.net Wed Feb 20 20:23:43 2013 From: x.lucio at laposte.net (x.lucio at laposte.net) Date: Wed, 20 Feb 2013 20:23:43 +0100 Subject: [Users] Folder disappear Message-ID: <20130220202343.4cbb5bf3@joshua.void.com> Hello I use claws mail 3.8 on my ubuntu 12.04 box. I've seen a strange behaviour these days (i cannot say it's brand new, but i've just discovered this this week). Some folder have disappeared from the folder view. They are still on the disk, with all mails inside; but not displayed in the list. I've not made changes in settings or whatever. Thanks in advance for help Lucio From colin at colino.net Wed Feb 20 20:24:45 2013 From: colin at colino.net (Colin Leroy) Date: Wed, 20 Feb 2013 20:24:45 +0100 Subject: [Users] HEADS UP for CVS/snapshot users: big changes In-Reply-To: <20130220200940.09eefc5e@papi.home> References: <20130220163747.5f7d1c7e@colin> <20130220200940.09eefc5e@papi.home> Message-ID: <20130220202445.6dbdc611@mike> On 20 February 2013 at 20h09, Páder Rezső wrote: Hi, > I tried to compile cvs96 with --enable-new-addrbook, but: > Using Address Book : Old stable interface > Reason: the claws-contacts is missing. > (PKG_CHECK_MODULES(CONTACTS, [claws-contacts]) > Yes, it lives in another CVS module which you have to build previously. The new addressbook is still a work in progress too :) -- Colin -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 190 bytes Desc: not available URL: From rezso at rezso.net Wed Feb 20 20:37:57 2013 From: rezso at rezso.net (=?UTF-8?B?UMOhZGVyIFJlenPFkQ==?=) Date: Wed, 20 Feb 2013 20:37:57 +0100 Subject: [Users] HEADS UP for CVS/snapshot users: big changes In-Reply-To: <20130220202445.6dbdc611@mike> References: <20130220163747.5f7d1c7e@colin> <20130220200940.09eefc5e@papi.home> <20130220202445.6dbdc611@mike> Message-ID: <20130220203757.0208648f@papi.home> > Yes, it lives in another CVS module which you have to build previously. > The new addressbook is still a work in progress too :) Thanks. Another thing: the source of fancy plugin contains #ifdef HAVE_LIBSOUP_GNOME, but the 'if HAVE_LIBSOUP_GNOME' condition is missing in the Makefile.am. Regards, rezso -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From pf at pfortin.com Wed Feb 20 20:39:51 2013 From: pf at pfortin.com (Pierre Fortin) Date: Wed, 20 Feb 2013 14:39:51 -0500 Subject: [Users] Folder disappear In-Reply-To: <20130220202343.4cbb5bf3@joshua.void.com> References: <20130220202343.4cbb5bf3@joshua.void.com> Message-ID: <20130220143951.6a2eeb6b@pfortin.com> On Wed, 20 Feb 2013 20:23:43 +0100 x.lucio at laposte.net wrote: >Hello >I use claws mail 3.8 on my ubuntu 12.04 box. >I've seen a strange behaviour these days (i cannot say it's brand new, >but i've just discovered this this week). >Some folder have disappeared from the folder view. They are still on the >disk, with all mails inside; but not displayed in the list. >I've not made changes in settings or whatever. I noticed one of mine "hidden" today also... the clue was that a monthly email wasn't filtered. While fixing this by checking for new folders, I also discovered that these monthly messages haven't been filtered for 6-7 months... [I stay fairly up-to-date on CVS.] HTH Pierre From colin at colino.net Wed Feb 20 20:47:45 2013 From: colin at colino.net (Colin Leroy) Date: Wed, 20 Feb 2013 20:47:45 +0100 Subject: [Users] HEADS UP for CVS/snapshot users: big changes In-Reply-To: <20130220203757.0208648f@papi.home> References: <20130220163747.5f7d1c7e@colin> <20130220200940.09eefc5e@papi.home> <20130220202445.6dbdc611@mike> <20130220203757.0208648f@papi.home> Message-ID: <20130220204745.0001bb1b@mike> On 20 February 2013 at 20h37, Páder Rezső wrote: Hi, > Another thing: the source of fancy plugin contains > #ifdef HAVE_LIBSOUP_GNOME, but the 'if HAVE_LIBSOUP_GNOME' condition > is missing in the Makefile.am. It doesn't need to be there, it's defined in config.h by AC_DEFINE(HAVE_LIBSOUP_GNOME, ...) Thanks anyway ! -- Colin -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 190 bytes Desc: not available URL: From colin at colino.net Wed Feb 20 21:44:11 2013 From: colin at colino.net (Colin Leroy) Date: Wed, 20 Feb 2013 21:44:11 +0100 Subject: [Users] New Windows build with new plugins available Message-ID: <20130220214411.5f984fce@mike> Hi, Following the rework of the extra plugins architecture, I have updated our Windows build to reflect that new state. Having all plugins in the same source distribution makes it easier to integrate them into the build - much less boilerplate to code, so I have been able to add four of them which did not require new external dependencies. The new build at the usual address - http://www.claws-mail.org/win32/ - should now provide the following new plugins: - AddressKeeper (keeps all recipient addresses in an addressbook folder when you write or reply to an email), - AttRemover (lets one selectively remove attachments from received emails) - Fetchinfo (inserts headers containing some download information: UIDL, Claws' account name, POP server, user ID and retrieval time. Not sure what's the use, but it's just personal point of view :-)) - SpamReport (helps reporting spam to various places like spamcop, spam-signal.fr or Debian mailing-lists anti-spam service). Still atrociously missing are Fancy, GData, and PDF Viewer. Hope you'll like the addition anyway! -- Colin -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 190 bytes Desc: not available URL: From noreply at thewildbeast.co.uk Fri Feb 22 03:42:48 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Fri, 22 Feb 2013 02:42:48 +0000 Subject: [Users] [Bug 2702] Support splitting subject line for small screen layout In-Reply-To: References: Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2702 --- Comment #1 from ben_deering at swissmail.org --- Created attachment 1234 --> http://www.thewildbeast.co.uk/claws-mail/bugzilla/attachment.cgi?id=1234&action=edit patch against 3.9.0 patch against 3.9.0 to improve small screen layout when two_line_vertical is set in prefs -- You are receiving this mail because: You are the assignee for the bug. From noreply at thewildbeast.co.uk Fri Feb 22 03:43:20 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Fri, 22 Feb 2013 02:43:20 +0000 Subject: [Users] [Bug 2702] Support splitting subject line for small screen layout In-Reply-To: References: Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2702 ben_deering at swissmail.org changed: What |Removed |Added ---------------------------------------------------------------------------- Version|3.6.1 |3.9.0 -- You are receiving this mail because: You are the assignee for the bug. From noreply at thewildbeast.co.uk Fri Feb 22 03:50:28 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Fri, 22 Feb 2013 02:50:28 +0000 Subject: [Users] [Bug 2702] Support splitting subject line for small screen layout In-Reply-To: References: Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2702 --- Comment #2 from ben_deering at swissmail.org --- Created attachment 1235 --> http://www.thewildbeast.co.uk/claws-mail/bugzilla/attachment.cgi?id=1235&action=edit small screen layout without patch -- You are receiving this mail because: You are the assignee for the bug. From noreply at thewildbeast.co.uk Fri Feb 22 03:51:23 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Fri, 22 Feb 2013 02:51:23 +0000 Subject: [Users] [Bug 2702] Support splitting subject line for small screen layout In-Reply-To: References: Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2702 --- Comment #3 from ben_deering at swissmail.org --- Created attachment 1236 --> http://www.thewildbeast.co.uk/claws-mail/bugzilla/attachment.cgi?id=1236&action=edit small screen layout with two_line_vertical patch -- You are receiving this mail because: You are the assignee for the bug. From yochanon at lavabit.com Fri Feb 22 07:33:40 2013 From: yochanon at lavabit.com (JB) Date: Fri, 22 Feb 2013 00:33:40 -0600 Subject: [Users] Bcc and To... Message-ID: <20130222003340.520abfc8@oogah.boogah.org> Is there a way to make it so that when I click on compose and the window pops up that the 'To' is automatically 'Bcc' instead? Today on another list, someone screwed up big time and sent a post to the list and left his whole addressbook list open in the 'To' field. Then, a little later, someone remarked about it but didn't trim anything out! I've screwed up by not Bcc'ing once so far since '95, but I'm catching myself forgetting things a little more often and not seeing things quite as well and my typing is going to crap, so I figure if I can have it so that my compse e-mails are automatically brought up to 'Bcc' instead of 'To', it wouldn't mess anything up and I believe it would be easier to change to 'To' if I actually needed to than the other way around. -- Man is a religious animal. He is the only religious animal. He is the only animal that has the True Religion -- several of them. -Mark Twain From noreply at thewildbeast.co.uk Fri Feb 22 09:26:39 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Fri, 22 Feb 2013 08:26:39 +0000 Subject: [Users] [Bug 2702] Support splitting subject line for small screen layout In-Reply-To: References: Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2702 Colin Leroy changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |colin at colino.net --- Comment #4 from Colin Leroy --- Hi, Thanks for the patch ! I'd like to apply it, but patch says patch is malformed :) Can you redo it ? (using 'cvs diff -u src/summaryview.c > bug_2702.patch' or something similar) Thanks! -- You are receiving this mail because: You are the assignee for the bug. You are watching someone on the CC list of the bug. From ricardo at mones.org Fri Feb 22 09:38:25 2013 From: ricardo at mones.org (Ricardo Mones) Date: Fri, 22 Feb 2013 09:38:25 +0100 Subject: [Users] Bcc and To... In-Reply-To: <20130222003340.520abfc8@oogah.boogah.org> References: <20130222003340.520abfc8@oogah.boogah.org> Message-ID: <20130222083825.GC16401@trasgu> On Fri, Feb 22, 2013 at 12:33:40AM -0600, JB wrote: > > Is there a way to make it so that when I click on compose and > the window pops up that the 'To' is automatically 'Bcc' instead? No, but you can probably use the python plugin to write a little script which does it. That will probably make you send mails to people in Bcc you really wanted in To... :) > Today on another list, someone screwed up big time and sent a > post to the list and left his whole addressbook list open in the > 'To' field. Then, a little later, someone remarked about it but > didn't trim anything out! > > I've screwed up by not Bcc'ing once so far since '95, but I'm > catching myself forgetting things a little more often and not > seeing things quite as well and my typing is going to crap, so > I figure if I can have it so that my compse e-mails are > automatically brought up to 'Bcc' instead of 'To', it wouldn't > mess anything up and I believe it would be easier to change to > 'To' if I actually needed to than the other way around. It's equally easy to change from To -> Bcc than Bcc -> To, just drop the header entry menu and select. The problem is that no MUA can read your mind to know when to do one thing or the other. The golden rule is think twice before answering, and to read the answer twice before sending it. regards, -- Ricardo Mones ~ Absence of evidence is not evidence of absence. Carl Sagan -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: Digital signature URL: From noreply at thewildbeast.co.uk Fri Feb 22 12:17:51 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Fri, 22 Feb 2013 11:17:51 +0000 Subject: [Users] [Bug 2702] Support splitting subject line for small screen layout In-Reply-To: References: Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2702 ben_deering at swissmail.org changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #1234|0 |1 is obsolete| | --- Comment #5 from ben_deering at swissmail.org --- Created attachment 1237 --> http://www.thewildbeast.co.uk/claws-mail/bugzilla/attachment.cgi?id=1237&action=edit recreated patch . I tested applying to stable_3.9, I have not tested applying it to trunk. -- You are receiving this mail because: You are the assignee for the bug. You are watching someone on the CC list of the bug. From noreply at thewildbeast.co.uk Fri Feb 22 12:17:51 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Fri, 22 Feb 2013 11:17:51 +0000 Subject: [Users] [Bug 2702] Support splitting subject line for small screen layout In-Reply-To: References: Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2702 --- Comment #6 from users at lists.claws-mail.org --- Changes related to this bug have been committed. Please check latest CVS and update the bug accordingly. You can also get the patch from: http://www.claws-mail.org/tracker/ 2013-02-22 [colin] 3.9.0cvs100 * AUTHORS * src/gtk/authors.h * src/summaryview.c Fix bug #2702, "Support splitting subject line for small screen layout". Patch by Ben Deering. -- You are receiving this mail because: You are the assignee for the bug. You are watching someone on the CC list of the bug. From llevrel at yahoo.fr Fri Feb 22 14:53:45 2013 From: llevrel at yahoo.fr (Lucas Levrel) Date: Fri, 22 Feb 2013 13:53:45 +0000 (GMT) Subject: [Users] IMAP: stream error or SSL handshake failed In-Reply-To: <20130212182321.25be8c53@thewildbeast> Message-ID: <1361541225.76052.YahooMailClassic@web172302.mail.ir2.yahoo.com> --- En date de : Mar 12.2.13, Paul a écrit : > > This is Claws 3.7.10 (this is the current Slitaz version). > > There's a newer version here: > http://mirror.slitaz.org/packages/cooking/ > not the latest, but newer than 3.7.10. > > Test with that one and then return to this thread. I tried but couldn't install it. More precisely it requires upgrading some libs, then other software depending on these libs, then other libs required by this software, etc. (There seems to be no easy way to have several versions of a given lib coexisting.) -- LL From noreply at thewildbeast.co.uk Fri Feb 22 15:04:18 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Fri, 22 Feb 2013 14:04:18 +0000 Subject: [Users] [Bug 2876] procmime.c:1006:got type application/x-sharedlib for so In-Reply-To: References: Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2876 --- Comment #18 from dev at diy-biogas.eu --- this is becoming a quite long ticket. I try to sort the errors a bit 1) segfault while writing a message after removing a plugin (#c1) 2) "sgpgme_data_release_and_get_mem failed" with unusable secret key (#c6) 3) segfault related to cmov/libc.so.6 (#c8) 4) segfault "double free or corruption" because of missing plugin file (#c15) 5) malloc.c: No such file or directory. (#c16-18) I know, that this is hard to debug as the conditions are not clear. also this time this segfault happened in the background after cable plugin/off. How to find out, which file is missing? ** (claws-mail:9073): WARNING **: [13:26:34] IMAP error on *.net: stream error ** (claws-mail:9073): WARNING **: [13:26:34] IMAP4 connection broken Program received signal SIGSEGV, Segmentation fault. malloc_consolidate (av=) at malloc.c:5153 5153 malloc.c: No such file or directory. Thread 2 (Thread 0xb0978b70 (LWP 9100)): #0 0xb7fe1424 in __kernel_vsyscall () #1 0xb758a20a in __pthread_cond_wait (cond=0x872efa8, mutex=0x872ef90) at pthread_cond_wait.c:153 #2 0xb72cdd64 in mailsem_internal_wait () from /usr/lib/libetpan.so.15 #3 0xb72cdf6d in mailsem_down () from /usr/lib/libetpan.so.15 #4 0x0827a964 in thread_run (data=0x8758808) at etpan-thread-manager.c:331 #5 0xb7585c39 in start_thread (arg=0xb0978b70) at pthread_create.c:304 #6 0xb6f0d78e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 Thread 1 (Thread 0xb67adad0 (LWP 9073)): #0 malloc_consolidate (av=) at malloc.c:5153 #1 0xb6eab475 in _int_malloc (av=, bytes=) at malloc.c:4373 #2 0xb6ead8ec in *__GI___libc_malloc (bytes=1280) at malloc.c:3660 #3 0xb73ec113 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0 #4 0xb73ec879 in g_realloc () from /lib/i386-linux-gnu/libglib-2.0.so.0 #5 0xb773114a in pango_glyph_string_set_size () from /usr/lib/i386-linux-gnu/libpango-1.0.so.0 #6 0xb63fadc2 in ?? () from /usr/lib/i386-linux-gnu/pango/1.6.0/modules/pango-basic-fc.so #7 0xb77391ed in ?? () from /usr/lib/i386-linux-gnu/libpango-1.0.so.0 #8 0xb774aabc in pango_shape () from /usr/lib/i386-linux-gnu/libpango-1.0.so.0 #9 0xb7737d8e in pango_context_get_metrics () from /usr/lib/i386-linux-gnu/libpango-1.0.so.0 #10 0xb7c3b463 in ?? () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0 #11 0xb7c3f1aa in ?? () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0 #12 0xb74abcd5 in g_cclosure_marshal_VOID__BOXEDv () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #13 0xb74a77a7 in ?? () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #14 0xb74a905d in ?? () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #15 0xb74c2279 in g_signal_emit_valist () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #16 0xb74c3155 in g_signal_emit_by_name () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #17 0xb7cc4cb5 in ?? () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0 #18 0xb7cc5f9f in ?? () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0 #19 0xb7d81530 in gtk_widget_size_request () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0 #20 0xb7b832e3 in ?? () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0 #21 0xb74abcd5 in g_cclosure_marshal_VOID__BOXEDv () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #22 0xb74a77a7 in ?? () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #23 0xb74a905d in ?? () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #24 0xb74c2279 in g_signal_emit_valist () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #25 0xb74c3155 in g_signal_emit_by_name () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #26 0xb7cc4cb5 in ?? () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0 #27 0xb7cc5f9f in ?? () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0 #28 0xb7d81530 in gtk_widget_size_request () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0 #29 0xb7b832e3 in ?? () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0 #30 0xb74abcd5 in g_cclosure_marshal_VOID__BOXEDv () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #31 0xb74a77a7 in ?? () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #32 0xb74a905d in ?? () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #33 0xb74c2279 in g_signal_emit_valist () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #34 0xb74c3155 in g_signal_emit_by_name () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #35 0xb7cc4cb5 in ?? () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0 #36 0xb7cc5f9f in ?? () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0 #37 0xb7d81530 in gtk_widget_size_request () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0 #38 0xb7c0591b in ?? () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0 #39 0xb74abcd5 in g_cclosure_marshal_VOID__BOXEDv () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #40 0xb74a77a7 in ?? () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #41 0xb74a905d in ?? () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #42 0xb74c2279 in g_signal_emit_valist () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #43 0xb74c3155 in g_signal_emit_by_name () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #44 0xb7cc4cb5 in ?? () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0 #45 0xb7cc5f9f in ?? () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0 #46 0xb7d81530 in gtk_widget_size_request () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0 #47 0xb7b832e3 in ?? () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0 #48 0xb7cccbe3 in ?? () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0 #49 0xb74abcd5 in g_cclosure_marshal_VOID__BOXEDv () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #50 0xb74a77a7 in ?? () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #51 0xb74a905d in ?? () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #52 0xb74c2279 in g_signal_emit_valist () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #53 0xb74c3155 in g_signal_emit_by_name () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #54 0xb7cc4cb5 in ?? () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0 #55 0xb7cc5f9f in ?? () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0 #56 0xb7d81530 in gtk_widget_size_request () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0 #57 0xb7b832e3 in ?? () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0 #58 0xb74abcd5 in g_cclosure_marshal_VOID__BOXEDv () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #59 0xb74a77a7 in ?? () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #60 0xb74a905d in ?? () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #61 0xb74c2279 in g_signal_emit_valist () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #62 0xb74c3155 in g_signal_emit_by_name () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #63 0xb7cc4cb5 in ?? () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0 #64 0xb7cc5f9f in ?? () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0 #65 0xb7d81530 in gtk_widget_size_request () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0 #66 0xb7b832e3 in ?? () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0 #67 0xb74abcd5 in g_cclosure_marshal_VOID__BOXEDv () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #68 0xb74a77a7 in ?? () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #69 0xb74a905d in ?? () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #70 0xb74c2279 in g_signal_emit_valist () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #71 0xb74c3155 in g_signal_emit_by_name () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #72 0xb7cc4cb5 in ?? () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0 #73 0xb7cc5f9f in ?? () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0 #74 0xb7d81530 in gtk_widget_size_request () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0 #75 0xb7b832e3 in ?? () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0 #76 0xb74abcd5 in g_cclosure_marshal_VOID__BOXEDv () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #77 0xb74a77a7 in ?? () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #78 0xb74a905d in ?? () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #79 0xb74c2279 in g_signal_emit_valist () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #80 0xb74c3155 in g_signal_emit_by_name () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #81 0xb7cc4cb5 in ?? () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0 #82 0xb7cc5f9f in ?? () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0 #83 0xb7d81530 in gtk_widget_size_request () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0 #84 0xb7d92d6b in ?? () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0 #85 0xb74abcd5 in g_cclosure_marshal_VOID__BOXEDv () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #86 0xb74a77a7 in ?? () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #87 0xb74a9121 in ?? () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #88 0xb74c2279 in g_signal_emit_valist () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #89 0xb74c3155 in g_signal_emit_by_name () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #90 0xb7cc4cb5 in ?? () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0 #91 0xb7cc5f9f in ?? () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0 #92 0xb7d81530 in gtk_widget_size_request () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0 #93 0xb7d9386b in ?? () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0 #94 0xb7d9401f in ?? () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0 #95 0xb74aac3a in g_cclosure_marshal_VOID__VOIDv () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #96 0xb74a77a7 in ?? () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #97 0xb74a9121 in ?? () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #98 0xb74c2279 in g_signal_emit_valist () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #99 0xb74c2cd3 in g_signal_emit () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #100 0xb7bbd4ca in gtk_container_check_resize () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0 #101 0xb7bbd770 in ?? () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0 #102 0xb7a70584 in ?? () from /usr/lib/i386-linux-gnu/libgdk-x11-2.0.so.0 #103 0xb73e4190 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0 #104 0xb73e66d3 in g_main_context_dispatch () from /lib/i386-linux-gnu/libglib-2.0.so.0 #105 0xb73e6a70 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0 #106 0xb73e6ecb in g_main_loop_run () from /lib/i386-linux-gnu/libglib-2.0.so.0 #107 0xb7c48ad0 in gtk_main () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0 #108 0x08103542 in main (argc=1, argv=0xbfffef74) at main.c:1710 -- You are receiving this mail because: You are the assignee for the bug. You are watching someone on the CC list of the bug. From pf at pfortin.com Fri Feb 22 16:11:06 2013 From: pf at pfortin.com (Pierre Fortin) Date: Fri, 22 Feb 2013 10:11:06 -0500 Subject: [Users] Bcc and To... In-Reply-To: <20130222003340.520abfc8@oogah.boogah.org> References: <20130222003340.520abfc8@oogah.boogah.org> Message-ID: <20130222101106.42d56946@pfortin.com> On Fri, 22 Feb 2013 00:33:40 -0600 JB wrote: > Is there a way to make it so that when I click on compose and the > window pops up that the 'To' is automatically 'Bcc' instead? You can easily trick CM into doing this on a per-folder basis... [folder]->Properties->Compose check "Default BCC" and type a single space as the address. With this folder selected, compose a new email -- the single space is ignored... :) Oops... this may be considered a bug and eventually fixed... :) HTH, Pierre From noreply at thewildbeast.co.uk Sat Feb 23 20:23:29 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Sat, 23 Feb 2013 19:23:29 +0000 Subject: [Users] [Bug 2876] "4636 malloc.c: No such file or directory." after ethernet cable plug-off, plug-in In-Reply-To: References: Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2876 dev at diy-biogas.eu changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|procmime.c:1006:got type |"4636 malloc.c: No such |application/x-sharedlib for |file or directory." after |so |ethernet cable plug-off, | |plug-in --- Comment #19 from dev at diy-biogas.eu --- again after plug-off, plug-in: Program received signal SIGSEGV, Segmentation fault. 0xb6eabb11 in _int_malloc (av=, bytes=) at malloc.c:4636 4636 malloc.c: No such file or directory. Thread 2 (Thread 0xb092fb70 (LWP 4335)): #0 0xb7fe1424 in __kernel_vsyscall () #1 0xb758a20a in __pthread_cond_wait (cond=0x8703470, mutex=0x8703458) at pthread_cond_wait.c:153 #2 0xb72cdd64 in mailsem_internal_wait () from /usr/lib/libetpan.so.15 #3 0xb72cdf6d in mailsem_down () from /usr/lib/libetpan.so.15 #4 0x0827a964 in thread_run (data=0x8532720) at etpan-thread-manager.c:331 #5 0xb7585c39 in start_thread (arg=0xb092fb70) at pthread_create.c:304 #6 0xb6f0d78e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 Thread 1 (Thread 0xb67adad0 (LWP 4273)): #0 0xb6eabb11 in _int_malloc (av=, bytes=) at malloc.c:4636 #1 0xb6ead8ec in *__GI___libc_malloc (bytes=4084) at malloc.c:3660 #2 0xb777cf37 in ?? () from /usr/lib/i386-linux-gnu/libcairo.so.2 #3 0xb77b1e50 in ?? () from /usr/lib/i386-linux-gnu/libcairo.so.2 #4 0xb77ea57b in ?? () from /usr/lib/i386-linux-gnu/libcairo.so.2 #5 0xb778e3bc in ?? () from /usr/lib/i386-linux-gnu/libcairo.so.2 #6 0xb7805d21 in ?? () from /usr/lib/i386-linux-gnu/libcairo.so.2 #7 0xb77d5919 in ?? () from /usr/lib/i386-linux-gnu/libcairo.so.2 #8 0xb77976da in ?? () from /usr/lib/i386-linux-gnu/libcairo.so.2 #9 0xb779031d in ?? () from /usr/lib/i386-linux-gnu/libcairo.so.2 #10 0xb77886eb in cairo_stroke () from /usr/lib/i386-linux-gnu/libcairo.so.2 #11 0xb65583c5 in ?? () from /usr/lib/i386-linux-gnu/gtk-2.0/2.10.0/engines/libclearlooks.so #12 0xb656bd17 in ?? () from /usr/lib/i386-linux-gnu/gtk-2.0/2.10.0/engines/libclearlooks.so #13 0xb654c979 in ?? () from /usr/lib/i386-linux-gnu/gtk-2.0/2.10.0/engines/libclearlooks.so #14 0xb7cdfbac in gtk_paint_shadow () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0 #15 0xb7bcafcf in ?? () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0 #16 0xb7c4b8a2 in ?? () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0 #17 0xb74a7ced in ?? () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #18 0xb74a8e76 in g_closure_invoke () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #19 0xb74ba610 in ?? () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #20 0xb74c2891 in g_signal_emit_valist () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #21 0xb74c2cd3 in g_signal_emit () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #22 0xb7d82dab in ?? () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0 #23 0xb7c4a03c in gtk_main_do_event () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0 #24 0xb7a98647 in ?? () from /usr/lib/i386-linux-gnu/libgdk-x11-2.0.so.0 #25 0xb7a986a7 in ?? () from /usr/lib/i386-linux-gnu/libgdk-x11-2.0.so.0 #26 0xb7acaa43 in ?? () from /usr/lib/i386-linux-gnu/libgdk-x11-2.0.so.0 #27 0xb7a930dd in ?? () from /usr/lib/i386-linux-gnu/libgdk-x11-2.0.so.0 #28 0xb7a9546f in gdk_window_process_all_updates () from /usr/lib/i386-linux-gnu/libgdk-x11-2.0.so.0 #29 0xb7bbd77f in ?? () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0 #30 0xb7a70584 in ?? () from /usr/lib/i386-linux-gnu/libgdk-x11-2.0.so.0 #31 0xb73e4190 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0 #32 0xb73e66d3 in g_main_context_dispatch () from /lib/i386-linux-gnu/libglib-2.0.so.0 #33 0xb73e6a70 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0 #34 0xb73e6ecb in g_main_loop_run () from /lib/i386-linux-gnu/libglib-2.0.so.0 #35 0xb7c48ad0 in gtk_main () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0 #36 0x08103542 in main (argc=1, argv=0xbfffef74) at main.c:1710 -- You are receiving this mail because: You are the assignee for the bug. You are watching someone on the CC list of the bug. From dev at diy-biogas.eu Sat Feb 23 20:45:59 2013 From: dev at diy-biogas.eu (kardan) Date: Sat, 23 Feb 2013 20:45:59 +0100 Subject: [Users] No rule to make target `dillo_viewer.c', needed by `dillo_viewer.lo'. Stop. Message-ID: <20130223204559.6d9a65b1@diy-biogas.eu> Hi, Latest tries to compile claws fails. what is the supposed solution: mainwindow.c: In function ‘main_window_get_current_state’: mainwindow.c:3247:2: warning: implicit declaration of function ‘send_is_active’ [-Wimplicit-function-declaration] mainwindow.c: In function ‘main_window_set_menu_sensitive’: mainwindow.c:3419:3: warning: passing argument 2 of ‘cm_menu_set_sensitive_full’ discards ‘const’ qualifier from pointer target type [enabled by default] In file included from mainwindow.c:39:0: ./gtk/menu.h:94:6: note: expected ‘gchar *’ but argument is of type ‘const gchar *’ mainwindow.c: In function ‘send_cancel_cb’: mainwindow.c:4482:2: warning: implicit declaration of function ‘send_cancel’ [-Wimplicit-function-declaration] make[5]: *** No rule to make target `dillo_viewer.c', needed by `dillo_viewer.lo'. Stop. all the best, kardan From noreply at thewildbeast.co.uk Sat Feb 23 22:21:28 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Sat, 23 Feb 2013 21:21:28 +0000 Subject: [Users] [Bug 2881] New: [SystrayIcon] Hide at Start-up does not work Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2881 Bug ID: 2881 Summary: [SystrayIcon] Hide at Start-up does not work Classification: Unclassified Product: Claws Mail Version: 3.9.0 Hardware: PC OS: Linux Status: NEW Severity: normal Priority: P3 Component: Plugins/Notification Assignee: users at lists.claws-mail.org Reporter: raphgro at web.de cinnamon 1.6.7-5 Arch Linux The window gets hidden when I click on the systray icon manually. How is it possible to hide the main window automatically on start-up? -- You are receiving this mail because: You are the assignee for the bug. From CAE at eslrahc.com Sat Feb 23 22:50:05 2013 From: CAE at eslrahc.com (Charles A Edwards) Date: Sat, 23 Feb 2013 16:50:05 -0500 Subject: [Users] No rule to make target `dillo_viewer.c', needed by `dillo_viewer.lo'. Stop. In-Reply-To: <20130223204559.6d9a65b1@diy-biogas.eu> References: <20130223204559.6d9a65b1@diy-biogas.eu> Message-ID: <20130223165005.4202d8ea@SuperSize.eslrahc.com> On Sat, 23 Feb 2013 20:45:59 +0100 kardan wrote: > Latest tries to compile claws fails. what is the supposed solution: The dillo plugin is being dropped. See Colin's "Heads Up" post from Wed. for full details. For now you can build claws using: --disable-dillo-viewer-plugin Charles -- Did you know that for the price of a 280-Z you can buy two Z-80's? -- P.J. Plauger ---------------------- Mageia release 3 (Cauldron) for x86_64$ On SuperSize....http://www.eslrahc.com Registered Linux user #182463 3.8.0-server-0.rc7.1.mga3 x86_64 ---------------------- -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From claws at thewildbeast.co.uk Sat Feb 23 23:05:03 2013 From: claws at thewildbeast.co.uk (Paul) Date: Sat, 23 Feb 2013 22:05:03 +0000 Subject: [Users] No rule to make target `dillo_viewer.c', needed by `dillo_viewer.lo'. Stop. In-Reply-To: <20130223204559.6d9a65b1@diy-biogas.eu> References: <20130223204559.6d9a65b1@diy-biogas.eu> Message-ID: <20130223220503.083b9370@thewildbeast> On Sat, 23 Feb 2013 20:45:59 +0100 kardan wrote: > Latest tries to compile claws fails. what is the supposed solution: You need to clean your build tree, Dillo has been dropped. with regards Paul -- It isn't worth a nickel to two guys like you or me, but to a collector it is worth a fortune From noreply at thewildbeast.co.uk Sat Feb 23 23:07:46 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Sat, 23 Feb 2013 22:07:46 +0000 Subject: [Users] [Bug 2881] [SystrayIcon] Hide at Start-up does not work In-Reply-To: References: Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2881 Paul changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #1 from Paul --- You should use the users' mailing list or IRC for questions, not this tracker. Use the notification plugin, and set the option 'hide at start-up' in the SysTray component preferences. -- You are receiving this mail because: You are the assignee for the bug. From noreply at thewildbeast.co.uk Sun Feb 24 00:38:19 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Sat, 23 Feb 2013 23:38:19 +0000 Subject: [Users] [Bug 2881] [SystrayIcon] Hide at Start-up does not work In-Reply-To: References: Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2881 Raphael Groner changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|INVALID |--- --- Comment #2 from Raphael Groner --- This is a real bug report. I checked the option 'hide at start-up' but it does not show any difference. $ pacman -Q cinnamon claws-mail cinnamon 1.6.7-$ pacman -Q cinnamon claws-mail cinnamon cinnamon 1.6.7-71.6.7-7 claws-mailffffQ cinnamon claws-mail cinnamon 1.6.7-7 claws-mail 3.9.0-1 7 claws-mail 3.9.0-1$ pacman -Q cinnamon claws-m$ pacman -Q cinnamon claws-mail cinnamon 1.6.7-7 claws-mail 3.9.0-1 ail cinnamon 1.6.7-7 claws-mail 3.9.0-1cinnamon 1.6.7-7cinnamon 1.6.7-7cinnamon 1.6.7-7c$ pacman -Q cinnamon claws-mail cinnamon 1.6.7-7 claws-mail 3.9.0-1 $ pacman -Q cinnamon claws-mail cinnamon 1.6.7-7 claws-mail 3.9.0-1 $ pacman -Q cinnamon claws-mail cinnamon 1.6.7-7 claws-mail 3.9.0-1 $ pacman -Q cinnamon claws-mail cinnamon 1.6.7-7 claws-mail 3.9.0-1 $ pacman -Q cinnamon claws-mail cinnamon 1.6.7-7 claws-mail 3.9.0-1 $ pacman -Q cinnamon claws-mail cinnamon 1.6.7-7 claws-mail 3.9.0-1 -- You are receiving this mail because: You are the assignee for the bug. From noreply at thewildbeast.co.uk Sun Feb 24 00:40:45 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Sat, 23 Feb 2013 23:40:45 +0000 Subject: [Users] [Bug 2881] [SystrayIcon] Hide at Start-up does not work In-Reply-To: References: Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2881 --- Comment #3 from Raphael Groner --- This is a real bug report. I checked the option 'hide at start-up' but it does not show any difference. $ pacman -Q cinnamon claws-mail cinnamon 1.6.7-7 claws-mail 3.9.0-1 -- You are receiving this mail because: You are the assignee for the bug. From noreply at thewildbeast.co.uk Sun Feb 24 03:42:52 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Sun, 24 Feb 2013 02:42:52 +0000 Subject: [Users] [Bug 2881] [SystrayIcon] Hide at Start-up does not work In-Reply-To: References: Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2881 Holger Berndt changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hb at claws-mail.org --- Comment #4 from Holger Berndt --- Works for me in Cinnamon. That option can't really be reliable anyways, because a window manager may ignore the requests (possibly due to its configuration, plugins/extensions, ...). -- You are receiving this mail because: You are the assignee for the bug. From noreply at thewildbeast.co.uk Sun Feb 24 04:08:07 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Sun, 24 Feb 2013 03:08:07 +0000 Subject: [Users] [Bug 2881] [SystrayIcon] Hide at Start-up does not work In-Reply-To: References: Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2881 Raphael Groner changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution|--- |INVALID --- Comment #5 from Raphael Groner --- Not reproducible with Xfce 4.10 So I have to blame muffin as my window manager in Cinnamon. -- You are receiving this mail because: You are the assignee for the bug. From CAE at eslrahc.com Sun Feb 24 06:35:48 2013 From: CAE at eslrahc.com (Charles A Edwards) Date: Sun, 24 Feb 2013 00:35:48 -0500 Subject: [Users] --disable-vcalendar-plugin Not honored during build. Message-ID: <20130224003548.64bf5469@SuperSize.eslrahc.com> I was having vcalendar/ical issues when building cvs101 so decided to build with --disable-vcalendar-plugin until I could take the time to solve the vcalendar problem but It still attempts to build the plugin. Executing(%build): /bin/sh -e /charles/charles/rpm/tmp/rpm-tmp.BFTbp1 + umask 022 + cd /charles/charles/rpm/BUILD + cd claws + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + rm -rf CVS + sh autogen.sh --disable-vcalendar-plugin ^^^^^^^^^^^^^^^^^^^^^^^^^^^ libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `config'. Plugins Built: - acpi_notifier - address_keeper - archive - att_remover - attachwarner - bogofilter - bsfilter - clamd - fancy - fetchinfo - gdata - mailmbox - newmail - notification Features: banner command hotkeys lcdproc libnotify libcanberra-gtk popup trayicon Disabled due to missing dependencies: libindicate - pdf_viewer - perl - python - pgpcore - pgpmime - pgpinline - rssyl - spamassassin - smime - spam_report - tnef_parse Disabled: - demo - vcalendar ^^^^^^^^^^^^ make[5]: Leaving directory `/charles/charles/rpm/BUILD/claws/src/plugins/tnef_parse' Making all in vcalendar make[5]: Entering directory `/charles/charles/rpm/BUILD/claws/src/plugins/vcalendar' Making all in libical make[6]: Entering directory `/charles/charles/rpm/BUILD/claws/src/plugins/vcalendar/libical' It then attempts to build the plugin, throwing out multiple warnings until it errors out and fails with: error: conflicting types for 'ical_yy_scan_bytes' By necessity to build 101 I had to 'fix' the vcalendar problem. I succeeded in that by patching claws/src/plugins/vcalendar/libical/libical/icallexer.l Patch is attached. Charles -- P-K4 ---------------------- Mageia release 3 (Cauldron) for x86_64$ On SuperSize....http://www.eslrahc.com Registered Linux user #182463 3.8.0-server-2.mga3 x86_64 ---------------------- -------------- next part -------------- A non-text attachment was scrubbed... Name: icallexer.l.patch Type: text/x-patch Size: 507 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From claws at thewildbeast.co.uk Sun Feb 24 12:41:17 2013 From: claws at thewildbeast.co.uk (Paul) Date: Sun, 24 Feb 2013 11:41:17 +0000 Subject: [Users] --disable-vcalendar-plugin Not honored during build. In-Reply-To: <20130224003548.64bf5469@SuperSize.eslrahc.com> References: <20130224003548.64bf5469@SuperSize.eslrahc.com> Message-ID: <20130224114117.78377597@thewildbeast> Hi Charles, On Sun, 24 Feb 2013 00:35:48 -0500 Charles A Edwards wrote: > I was having vcalendar/ical issues when building cvs101 so decided > to build with --disable-vcalendar-plugin until I could take the > time to solve the vcalendar problem but It still attempts to build > the plugin. The issues you have are due to you not having a clean build tree. with regards Paul -- It isn't worth a nickel to two guys like you or me, but to a collector it is worth a fortune From CAE at eslrahc.com Sun Feb 24 14:21:22 2013 From: CAE at eslrahc.com (Charles A Edwards) Date: Sun, 24 Feb 2013 08:21:22 -0500 Subject: [Users] --disable-vcalendar-plugin Not honored during build. In-Reply-To: <20130224114117.78377597@thewildbeast> References: <20130224003548.64bf5469@SuperSize.eslrahc.com> <20130224114117.78377597@thewildbeast> Message-ID: <20130224082122.661c9f69@SuperSize.eslrahc.com> On Sun, 24 Feb 2013 11:41:17 +0000 Paul wrote: > > I was having vcalendar/ical issues when building cvs101 so decided > > to build with --disable-vcalendar-plugin until I could take the > > time to solve the vcalendar problem but It still attempts to build > > the plugin. > > The issues you have are due to you not having a clean build tree. > > with regards No! It was a new checkout cvs -z3 -d:pserver:anonymous at claws-mail.org:/ co -r gtk2 claws Charles -- To err is human, to repent, divine, to persist, devilish. -- Benjamin Franklin ---------------------- Mageia release 3 (Cauldron) for x86_64$ On SuperSize....http://www.eslrahc.com Registered Linux user #182463 3.8.0-server-2.mga3 x86_64 ---------------------- -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From colin at colino.net Sun Feb 24 13:26:00 2013 From: colin at colino.net (Colin Leroy) Date: Sun, 24 Feb 2013 13:26:00 +0100 Subject: [Users] --disable-vcalendar-plugin Not honored during build. In-Reply-To: <20130224082122.661c9f69@SuperSize.eslrahc.com> References: <20130224003548.64bf5469@SuperSize.eslrahc.com> <20130224114117.78377597@thewildbeast> <20130224082122.661c9f69@SuperSize.eslrahc.com> Message-ID: <20130224132600.78a841f5@mike> On 24 February 2013 at 08h21, Charles A Edwards wrote: Hi, > > The issues you have are due to you not having a clean build tree. > > > > with regards > > No! Indeed, this one was a different problem. Check cvs102! :) -- Colin -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 190 bytes Desc: not available URL: From dev at diy-biogas.eu Sun Feb 24 13:49:12 2013 From: dev at diy-biogas.eu (kardan) Date: Sun, 24 Feb 2013 13:49:12 +0100 Subject: [Users] No rule to make target `dillo_viewer.c', needed by `dillo_viewer.lo'. Stop. In-Reply-To: <20130223165005.4202d8ea@SuperSize.eslrahc.com> References: <20130223204559.6d9a65b1@diy-biogas.eu> <20130223165005.4202d8ea@SuperSize.eslrahc.com> Message-ID: <20130224134912.4d205779@diy-biogas.eu> Am Sat, 23 Feb 2013 16:50:05 -0500 schrieb Charles A Edwards : > > Latest tries to compile claws fails. what is the supposed solution: > > The dillo plugin is being dropped. > See Colin's "Heads Up" post from Wed. for full details. > > For now you can build claws using: > --disable-dillo-viewer-plugin > Thanks, make clean was not enough. Running configure with options: --prefix=/usr --sysconfdir=/etc --localstatedir=/var --enable-crash-dialog --disable-dillo-viewer-plugin --disable-trayicon-plugin All the best, kardan From colin at colino.net Sun Feb 24 13:48:25 2013 From: colin at colino.net (Colin Leroy) Date: Sun, 24 Feb 2013 13:48:25 +0100 Subject: [Users] No rule to make target `dillo_viewer.c', needed by `dillo_viewer.lo'. Stop. In-Reply-To: <20130224134912.4d205779@diy-biogas.eu> References: <20130223204559.6d9a65b1@diy-biogas.eu> <20130223165005.4202d8ea@SuperSize.eslrahc.com> <20130224134912.4d205779@diy-biogas.eu> Message-ID: <20130224134825.7a4bc876@mike> On 24 February 2013 at 13h49, kardan wrote: Hi, > > > Latest tries to compile claws fails. what is the supposed > > > solution: > > > > The dillo plugin is being dropped. > > See Colin's "Heads Up" post from Wed. for full details. > > > > For now you can build claws using: > > --disable-dillo-viewer-plugin > > > Thanks, make clean was not enough. True. Usually if using CVS, ./configure should be replaced with ./autogen.sh and it should be done after each update (especially the massive updates I've recently done :) -- Colin -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 190 bytes Desc: not available URL: From mir at miras.org Sun Feb 24 13:59:41 2013 From: mir at miras.org (Michael Rasmussen) Date: Sun, 24 Feb 2013 13:59:41 +0100 Subject: [Users] No rule to make target `dillo_viewer.c', needed by `dillo_viewer.lo'. Stop. In-Reply-To: <20130224134912.4d205779@diy-biogas.eu> References: <20130223204559.6d9a65b1@diy-biogas.eu> <20130223165005.4202d8ea@SuperSize.eslrahc.com> <20130224134912.4d205779@diy-biogas.eu> Message-ID: <20130224135941.48de0097@sleipner.datanom.net> On Sun, 24 Feb 2013 13:49:12 +0100 kardan wrote: > Thanks, make clean was not enough. > Running configure with options: --prefix=/usr --sysconfdir=/etc > --localstatedir=/var --enable-crash-dialog > --disable-dillo-viewer-plugin --disable-trayicon-plugin > The proper way would be: make distclean ./autogen.sh [OPTIONS] -- Hilsen/Regards Michael Rasmussen Get my public GnuPG keys: michael rasmussen cc http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xD3C9A00E mir datanom net http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xE501F51C mir miras org http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xE3E80917 -------------------------------------------------------------- Landru! Guide us! -- A Beta 3-oid, "The Return of the Archons", stardate 3157.4 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From CAE at eslrahc.com Sun Feb 24 15:29:09 2013 From: CAE at eslrahc.com (Charles A Edwards) Date: Sun, 24 Feb 2013 09:29:09 -0500 Subject: [Users] --disable-vcalendar-plugin Not honored during build. In-Reply-To: <20130224132600.78a841f5@mike> References: <20130224003548.64bf5469@SuperSize.eslrahc.com> <20130224114117.78377597@thewildbeast> <20130224082122.661c9f69@SuperSize.eslrahc.com> <20130224132600.78a841f5@mike> Message-ID: <20130224092909.226c3ba3@SuperSize.eslrahc.com> On Sun, 24 Feb 2013 13:26:00 +0100 Colin Leroy wrote: > > > The issues you have are due to you not having a clean build tree. > > > > > > with regards > > > > No! > > Indeed, this one was a different problem. Check cvs102! :) With 102 --disable-vcalendar-plugin now functions as intended. Thanks Charles -- On SECOND thought, maybe I'll heat up some BAKED BEANS and watch REGIS PHILBIN ... It's GREAT to be ALIVE!! ---------------------- Mageia release 3 (Cauldron) for x86_64$ On SuperSize....http://www.eslrahc.com Registered Linux user #182463 3.8.0-server-2.mga3 x86_64 ---------------------- -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From egbert.bouwman at gmail.com Sun Feb 24 16:02:32 2013 From: egbert.bouwman at gmail.com (Egbert Bouwman) Date: Sun, 24 Feb 2013 16:02:32 +0100 Subject: [Users] Regexp filter in claws-mail for Windows Message-ID: My filter is [0-9]{4,4}~ ie exactly four digits followed by a tilde. Claws says it is a matchcase condition. Also I cannot indicate that it is a regexp. So I get the impression that regexps are not yet implemented. If that is right, are there any plans to change that situation ? Even if I say that I will go on using Claws-mail ? Kind regards, egbert -- Egbert Bouwman [GMail] -------------- next part -------------- An HTML attachment was scrubbed... URL: From dev at diy-biogas.eu Sun Feb 24 16:14:05 2013 From: dev at diy-biogas.eu (kardan) Date: Sun, 24 Feb 2013 16:14:05 +0100 Subject: [Users] No rule to make target `dillo_viewer.c', needed by `dillo_viewer.lo'. Stop. In-Reply-To: <20130224135941.48de0097@sleipner.datanom.net> References: <20130223204559.6d9a65b1@diy-biogas.eu> <20130223165005.4202d8ea@SuperSize.eslrahc.com> <20130224134912.4d205779@diy-biogas.eu> <20130224135941.48de0097@sleipner.datanom.net> Message-ID: <20130224161405.735f4603@diy-biogas.eu> Am Sun, 24 Feb 2013 13:59:41 +0100 schrieb Michael Rasmussen : > On Sun, 24 Feb 2013 13:49:12 +0100 > kardan wrote: > > > Thanks, make clean was not enough. > > Running configure with options: --prefix=/usr --sysconfdir=/etc > > --localstatedir=/var --enable-crash-dialog > > --disable-dillo-viewer-plugin --disable-trayicon-plugin > > > The proper way would be: > make distclean > ./autogen.sh [OPTIONS] > Thanks. This is what I get: $ make distclean Making distclean in manual make[1]: Entering directory `/home/kardan/build/claws/claws/manual' make[1]: *** No rule to make target `distclean'. Stop. make[1]: Leaving directory `/home/kardan/build/claws/claws/manual' make: *** [distclean-recursive] Error 1 all the best, kardan From colin at colino.net Sun Feb 24 16:56:25 2013 From: colin at colino.net (Colin Leroy) Date: Sun, 24 Feb 2013 16:56:25 +0100 Subject: [Users] Regexp filter in claws-mail for Windows In-Reply-To: References: Message-ID: <20130224165625.72ffb315@mike> On 24 February 2013 at 16h02, Egbert Bouwman wrote: Hi, > My filter is [0-9]{4,4}~ ie exactly four digits followed by a tilde. > Claws says it is a matchcase condition. Also I cannot indicate that > it is a regexp. > So I get the impression that regexps are not yet implemented. You are right, they are disabled (but not in a visible manner) in Windows, because there is a memory leak each time a regex is used on this platform, and it ends up being huge. I've not yet been able to find out the root cause. > If that is right, are there any plans to change that situation ? That would be a good idea for me to put a new look to that, I didn't since years. I can't promise anything, though :) > Even if I say that I will go on using Claws-mail ? Oh, in this case I won't even look! ;-) -- Colin -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 190 bytes Desc: not available URL: From noreply at thewildbeast.co.uk Sun Feb 24 20:36:10 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Sun, 24 Feb 2013 19:36:10 +0000 Subject: [Users] [Bug 2876] "4636 malloc.c: No such file or directory." after ethernet cable plug-off, plug-in In-Reply-To: References: Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2876 --- Comment #20 from dev at diy-biogas.eu --- same error, different trace - a bit ugly, to be honest. ** (claws-mail:545): WARNING **: [20:30:38] IMAP4 connection broken ** (claws-mail:545): WARNING **: [20:31:52] IMAP error on (null): stream error Program received signal SIGSEGV, Segmentation fault. 0xb6dd62f4 in _IO_vfprintf_internal (s=0xbfffa42c, format=0x82e3e4c "IMAP error on %s: stream error\n", ap=0xbfffc5c8 "t") at vfprintf.c:1623 1623 vfprintf.c: No such file or directory. Thread 31 (Thread 0xac464b70 (LWP 8775)): #0 0xb7fe1424 in __kernel_vsyscall () #1 0xb6e59d96 in *__GI___poll (fds=0xb6ef0ff4, nfds=3, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:87 #2 0xb73f513b in g_poll () from /lib/i386-linux-gnu/libglib-2.0.so.0 #3 0xb73e69f0 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0 #4 0xb73e6ecb in g_main_loop_run () from /lib/i386-linux-gnu/libglib-2.0.so.0 #5 0xb79a8f4a in ?? () from /usr/lib/i386-linux-gnu/libgio-2.0.so.0 #6 0xb740aeb3 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0 #7 0xb7585c39 in start_thread (arg=0xac464b70) at pthread_create.c:304 #8 0xb6e6778e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 Thread 19 (Thread 0xafcffb70 (LWP 1440)): #0 0xb7fe1424 in __kernel_vsyscall () #1 0xb758a20a in __pthread_cond_wait (cond=0x88ad280, mutex=0x88ad268) at pthread_cond_wait.c:153 #2 0xb7228d64 in mailsem_internal_wait () from /usr/lib/libetpan.so.15 #3 0xb7228f6d in mailsem_down () from /usr/lib/libetpan.so.15 #4 0x0827ab84 in thread_run (data=) at etpan-thread-manager.c:331 #5 0xb7585c39 in start_thread (arg=0xafcffb70) at pthread_create.c:304 #6 0x080ebf52 in imap_ping ( data=) at imap.c:559 #7 0xb73e73af in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0 #8 0xb73e66d3 in g_main_context_dispatch () from /lib/i386-linux-gnu/libglib-2.0.so.0 #9 0xb73e6a70 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0 #10 0xb73e6b51 in g_main_context_iteration () from /lib/i386-linux-gnu/libglib-2.0.so.0 #11 0xb7c48d21 in gtk_main_iteration () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0 #12 0x0824ddcb in threaded_run (folder=, param=, result=, func=) at imap-thread.c:440 #13 0x0824f19e in imap_threaded_status (folder=, mb=, data_status=, mask=) at imap-thread.c:1042 #14 0x080f460a in imap_status (session=, folder=, path=, item=, messages=, uid_next=, uid_validity=, unseen=, block=) at imap.c:3874 #15 0x080f6833 in imap_scan_required (folder=, _item=) at imap.c:4725 #16 0x080d1b7e in folder_item_process_open (item=, before_proc_func=, after_proc_func=, data=) at folder.c:2009 #17 0x080d1cff in folder_item_open (item=) at folder.c:2045 #18 0x080e3936 in folderview_selected (ctree=, row=, column=, folderview=) at folderview.c:2189 #19 0x082d688c in claws_marshal_VOID__POINTER_INT (closure=, return_value=, n_param_values=, param_values=, invocation_hint=, marshal_data=) at claws-marshal.c:348 #20 0xb74a8e76 in g_closure_invoke () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #21 0xb74ba945 in ?? () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #22 0xb74c2b56 in g_signal_emit_valist () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #23 0xb74c2cd3 in g_signal_emit () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #24 0x08297a70 in gtk_cmctree_select (ctree=, node=) at gtkcmctree.c:3903 #25 0x08292417 in real_unselect_all (clist=) at gtkcmctree.c:2881 #26 0x082bd559 in gtk_sctree_real_unselect_all ( clist=) at gtksctree.c:792 #27 0x082ac1d3 in gtk_cmclist_unselect_all (clist=) at gtkcmclist.c:3666 #28 0x082bbf13 in select_row ( sctree=, row=, col=, state=, _node=) at gtksctree.c:383 #29 0x082bc9fb in gtk_sctree_button_press (widget=, event=) at gtksctree.c:554 #30 0xb7c4b8a2 in ?? () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0 #31 0xb74a7ced in ?? () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #32 0xb74a8e76 in g_closure_invoke () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #33 0xb74ba610 in ?? () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #34 0xb74c2891 in g_signal_emit_valist () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #35 0xb74c2cd3 in g_signal_emit () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #36 0xb7d82dab in ?? () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0 #37 0xb7c499a4 in gtk_propagate_event () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0 #38 0xb7c4a000 in gtk_main_do_event () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0 #39 0xb7ab2ae8 in ?? () from /usr/lib/i386-linux-gnu/libgdk-x11-2.0.so.0 #40 0xb73e66d3 in g_main_context_dispatch () from /lib/i386-linux-gnu/libglib-2.0.so.0 #41 0xb73e6a70 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0 #42 0xb73e6ecb in g_main_loop_run () from /lib/i386-linux-gnu/libglib-2.0.so.0 #43 0xb7c48ad0 in gtk_main () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0 #44 0x08103552 in main (argc=, argv=) at main.c:1719 -- You are receiving this mail because: You are the assignee for the bug. You are watching someone on the CC list of the bug. From noreply at thewildbeast.co.uk Mon Feb 25 03:19:56 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Mon, 25 Feb 2013 02:19:56 +0000 Subject: [Users] [Bug 2876] "4636 malloc.c: No such file or directory." after ethernet cable plug-off, plug-in In-Reply-To: References: Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2876 --- Comment #21 from dev at diy-biogas.eu --- .. and again. Is it actually useful to paste this over and over? Claws Mail version 3.9.0cvs102 As I can see, the segfault only ocurs during memory allocation by one of /usr/lib/i386-linux-gnu/libcairo.so.2 (libcairo2) /lib/i386-linux-gnu/libglib-2.0.so.0 (libglib2.0-0) So this bug is not caused by claws directly, but affects it deadly. Program received signal SIGSEGV, Segmentation fault. 0xb6e03253 in malloc_consolidate (av=) at malloc.c:5161 5161 malloc.c: No such file or directory. Thread 3 (Thread 0xafcffb70 (LWP 6296)): #0 0xb7fe1424 in __kernel_vsyscall () #1 0xb6e59d96 in *__GI___poll (fds=0xb6ef0ff4, nfds=3, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:87 #2 0xb73f513b in g_poll () from /lib/i386-linux-gnu/libglib-2.0.so.0 #3 0xb73e69f0 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0 #4 0xb73e6ecb in g_main_loop_run () from /lib/i386-linux-gnu/libglib-2.0.so.0 #5 0xb79a8f4a in ?? () from /usr/lib/i386-linux-gnu/libgio-2.0.so.0 #6 0xb740aeb3 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0 #7 0xb7585c39 in start_thread (arg=0xafcffb70) at pthread_create.c:304 #8 0xb6e6778e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 Thread 2 (Thread 0xb0630b70 (LWP 6295)): #0 0xb7fe1424 in __kernel_vsyscall () #1 0xb758a20a in __pthread_cond_wait (cond=0x842fea8, mutex=0x842fe90) at pthread_cond_wait.c:153 #2 0xb7228d64 in mailsem_internal_wait () from /usr/lib/libetpan.so.15 #3 0xb7228f6d in mailsem_down () from /usr/lib/libetpan.so.15 #4 0x0825506b in thread_run (data=0x84a2aa8) at etpan-thread-manager.c:331 #5 0xb7585c39 in start_thread (arg=0xb0630b70) at pthread_create.c:304 #6 0xb6e6778e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 Thread 1 (Thread 0xb65428a0 (LWP 6271)): #0 0xb6e03253 in malloc_consolidate (av=) at malloc.c:5161 #1 0xb6e05475 in _int_malloc (av=, bytes=) at malloc.c:4373 #2 0xb6e078ec in *__GI___libc_malloc (bytes=604) at malloc.c:3660 #3 0xb7805f37 in ?? () from /usr/lib/i386-linux-gnu/libcairo.so.2 #4 0xb78089f0 in cairo_xlib_surface_create () from /usr/lib/i386-linux-gnu/libcairo.so.2 #5 0xb7aafb5f in ?? () from /usr/lib/i386-linux-gnu/libgdk-x11-2.0.so.0 #6 0xb7a9092e in ?? () from /usr/lib/i386-linux-gnu/libgdk-x11-2.0.so.0 #7 0xb7a77aa2 in ?? () from /usr/lib/i386-linux-gnu/libgdk-x11-2.0.so.0 #8 0xb7a94ffd in ?? () from /usr/lib/i386-linux-gnu/libgdk-x11-2.0.so.0 #9 0xb7a76d71 in ?? () from /usr/lib/i386-linux-gnu/libgdk-x11-2.0.so.0 #10 0xb7a71668 in gdk_cairo_create () from /usr/lib/i386-linux-gnu/libgdk-x11-2.0.so.0 #11 0x08266032 in draw_row (clist=0x85141b8, area=0x0, row=30, clist_row=0x87672e8) at gtkcmctree.c:683 #12 0x08269c20 in tree_draw_node (ctree=ctree at entry=0x85141b8, node=node at entry=0x87617d0) at gtkcmctree.c:2721 #13 0x0826fff3 in gtk_cmctree_node_set_text (ctree=0x85141b8, node=0x87617d0, column=3, text=0x83d0e8c "6") at gtkcmctree.c:4003 #14 0x080dcd4f in folderview_update_node (folderview=0x85ee140, node=0x87617d0) at folderview.c:1605 #15 0x080df130 in folderview_tree_expanded (ctree=0x85141b8, node=0x87617d0, folderview=0x85ee140) at folderview.c:2251 #16 0xb74abdba in g_cclosure_marshal_VOID__POINTER () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #17 0xb74a8e76 in g_closure_invoke () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #18 0xb74bac96 in ?? () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #19 0xb74c2b56 in g_signal_emit_valist () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #20 0xb74c2cd3 in g_signal_emit () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #21 0x0826cb26 in gtk_cmctree_expand (ctree=0x85141b8, node=0x87617d0) at gtkcmctree.c:3716 #22 0x0828eeb3 in gtk_sctree_button_press (widget=0x85141b8, event=0x879d0b8) at gtksctree.c:530 #23 0xb7c4b8a2 in ?? () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0 #24 0xb74a7ced in ?? () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #25 0xb74a8e76 in g_closure_invoke () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #26 0xb74ba610 in ?? () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #27 0xb74c2891 in g_signal_emit_valist () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #28 0xb74c2cd3 in g_signal_emit () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 #29 0xb7d82dab in ?? () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0 #30 0xb7c499a4 in gtk_propagate_event () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0 #31 0xb7c4a000 in gtk_main_do_event () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0 #32 0xb7ab2ae8 in ?? () from /usr/lib/i386-linux-gnu/libgdk-x11-2.0.so.0 #33 0xb73e66d3 in g_main_context_dispatch () from /lib/i386-linux-gnu/libglib-2.0.so.0 #34 0xb73e6a70 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0 #35 0xb73e6ecb in g_main_loop_run () from /lib/i386-linux-gnu/libglib-2.0.so.0 #36 0xb7c48ad0 in gtk_main () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0 #37 0x08086de6 in main (argc=1, argv=0xbfffef74) at main.c:1719 -- You are receiving this mail because: You are the assignee for the bug. You are watching someone on the CC list of the bug. From noreply at thewildbeast.co.uk Tue Feb 26 09:20:03 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Tue, 26 Feb 2013 08:20:03 +0000 Subject: [Users] [Bug 2882] New: [Fancy Viewer] Reverse preference for external content Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2882 Bug ID: 2882 Summary: [Fancy Viewer] Reverse preference for external content Classification: Unclassified Product: Claws Mail Version: CVS Hardware: All OS: All Status: NEW Severity: minor Priority: P3 Component: Plugins/Fancy Assignee: users at lists.claws-mail.org Reporter: mail at earthworm.de Created attachment 1238 --> http://www.thewildbeast.co.uk/claws-mail/bugzilla/attachment.cgi?id=1238&action=edit Reverse preference for external content In preferences save default config is to uncheck all but one checkbox. I would like to reverse the logic for the one checkbox, so save default would be to disable all checkboxes. The attached patch is just a quick "preview". It compiles, but I am pretty sure I screwed up some logic. Please do not apply but give feedback. -- You are receiving this mail because: You are the assignee for the bug. From noreply at thewildbeast.co.uk Tue Feb 26 10:47:20 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Tue, 26 Feb 2013 09:47:20 +0000 Subject: [Users] [Bug 2882] [Fancy Viewer] Reverse preference for external content In-Reply-To: References: Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2882 Salvatore De Paolis changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |iwkse at claws-mail.org --- Comment #1 from Salvatore De Paolis --- Hi, I don't understand the reason why you want to change the logic,by default there's a strict policy against navigation and this is not going to be changed. -- You are receiving this mail because: You are the assignee for the bug. From noreply at thewildbeast.co.uk Tue Feb 26 10:54:46 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Tue, 26 Feb 2013 09:54:46 +0000 Subject: [Users] [Bug 2882] [Fancy Viewer] Reverse preference for external content In-Reply-To: References: Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2882 Colin Leroy changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |colin at colino.net --- Comment #2 from Colin Leroy --- Hi, I think Christian wants to reverse the label "Block external content" default TRUE to "Allow external content" default FALSE. That wouldn't change the default behaviour but make the preferences more straight-away : Allow external content Enable javascript Enable plugins Enable java (On an unrelated note, Block external content prevents opening links in external browsers if the according pref is set and one has to right-click/Open in browser; i think this should be fixed). -- You are receiving this mail because: You are the assignee for the bug. You are watching someone on the CC list of the bug. From noreply at thewildbeast.co.uk Tue Feb 26 11:05:06 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Tue, 26 Feb 2013 10:05:06 +0000 Subject: [Users] [Bug 2882] [Fancy Viewer] Reverse preference for external content In-Reply-To: References: Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2882 --- Comment #3 from Christian Hesse --- Colin is right. ;) -- You are receiving this mail because: You are the assignee for the bug. You are watching someone on the CC list of the bug. From noreply at thewildbeast.co.uk Tue Feb 26 11:30:52 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Tue, 26 Feb 2013 10:30:52 +0000 Subject: [Users] [Bug 2882] [Fancy Viewer] Reverse preference for external content In-Reply-To: References: Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2882 --- Comment #4 from Salvatore De Paolis --- Hi, thanks Colin for explaining it better, yes that might clear the meaning of the option. Regarding block external content there's not a fix I'm aware of because blocking external content has the result to block all events that's why from the preferences if blocking external content is enabled you cannot set the open with external browser preference. -- You are receiving this mail because: You are the assignee for the bug. You are watching someone on the CC list of the bug. From higuita7 at yahoo.co.uk Wed Feb 27 02:47:50 2013 From: higuita7 at yahoo.co.uk (higuita) Date: Wed, 27 Feb 2013 01:47:50 +0000 Subject: [Users] HEADS UP for CVS/snapshot users: big changes In-Reply-To: <20130220163747.5f7d1c7e@colin> References: <20130220163747.5f7d1c7e@colin> Message-ID: <20130227014750.3f4f7701@Couracado.homelinux.net> Hi On Wed, 20 Feb 2013 16:37:47 +0100, Colin Leroy wrote: > - Dillo Viewer has been dropped because Dillo isn't capable of > rendering most of today's HTML. Don't you guys want to reconsider this one? dillo works fine for most of the html emails i get and fancy uses webkit, that is heavy and with many dependencies, which is a problem for light distros. Yes, it works better, but webkit look like a overkill to me. The main problem in dillo is the lack of many CSS features and javascript, but javascript isn't used in emails and the used CSS tags in email are mostly supported in dillo. So can this one be re-added? :) Thanks in advance and for claws best regards, -- Naturally the common people don't want war... but after all it is the leaders of a country who determine the policy, and it is always a simple matter to drag the people along, whether it is a democracy, or a fascist dictatorship, or a parliament, or a communist dictatorship. Voice or no voice, the people can always be brought to the bidding of the leaders. That is easy. All you have to do is tell them they are being attacked, and denounce the pacifists for lack of patriotism and exposing the country to danger. It works the same in every country. -- Hermann Goering, Nazi and war criminal, 1883-1946 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From mir at miras.org Wed Feb 27 03:21:25 2013 From: mir at miras.org (Michael Rasmussen) Date: Wed, 27 Feb 2013 03:21:25 +0100 Subject: [Users] HEADS UP for CVS/snapshot users: big changes In-Reply-To: <20130227014750.3f4f7701@Couracado.homelinux.net> References: <20130220163747.5f7d1c7e@colin> <20130227014750.3f4f7701@Couracado.homelinux.net> Message-ID: <20130227032125.7b840cb7@sleipner.datanom.net> On Wed, 27 Feb 2013 01:47:50 +0000 higuita wrote: > > So can this one be re-added? :) > It could perhaps be transferred to the old extra-plugins repository. Then users which wants to use it could compile it them selfs? -- Hilsen/Regards Michael Rasmussen Get my public GnuPG keys: michael rasmussen cc http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xD3C9A00E mir datanom net http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xE501F51C mir miras org http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xE3E80917 -------------------------------------------------------------- An Irishman is never at peace except when he's fighting. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From claws at thewildbeast.co.uk Wed Feb 27 05:47:44 2013 From: claws at thewildbeast.co.uk (Paul) Date: Wed, 27 Feb 2013 04:47:44 +0000 Subject: [Users] HEADS UP for CVS/snapshot users: big changes In-Reply-To: <20130227014750.3f4f7701@Couracado.homelinux.net> References: <20130220163747.5f7d1c7e@colin> <20130227014750.3f4f7701@Couracado.homelinux.net> Message-ID: <20130227044744.30b3d4a9@thewildbeast> Hi, What version of Dillo do you use? regards Paul -- It isn't worth a nickel to two guys like you or me, but to a collector it is worth a fortune From yochanon at lavabit.com Wed Feb 27 06:30:15 2013 From: yochanon at lavabit.com (JB) Date: Tue, 26 Feb 2013 23:30:15 -0600 Subject: [Users] HEADS UP for CVS/snapshot users: big changes In-Reply-To: <20130227014750.3f4f7701@Couracado.homelinux.net> References: <20130220163747.5f7d1c7e@colin> <20130227014750.3f4f7701@Couracado.homelinux.net> Message-ID: <20130226233015.1854bd51@oogah.boogah.org> On Wed, 27 Feb 2013 01:47:50 +0000 higuita wrote: > Hi > > On Wed, 20 Feb 2013 16:37:47 +0100, Colin Leroy wrote: > > - Dillo Viewer has been dropped because Dillo isn't capable of > > rendering most of today's HTML. > > Don't you guys want to reconsider this one? dillo works fine > for most of the html emails i get and fancy uses webkit, that is heavy > and with many dependencies, which is a problem for light distros. > > Yes, it works better, but webkit look like a overkill to me. > The main problem in dillo is the lack of many CSS features and javascript, > but javascript isn't used in emails and the used CSS tags in email are > mostly supported in dillo. > > So can this one be re-added? :) > > Thanks in advance and for claws > best regards, What about Dooble? It's a bit more up-to-date and still extremely fast and relatively small compared to others and it's actively being worked on. http://dooble.sourceforge.net/ -- Man is a religious animal. He is the only religious animal. He is the only animal that has the True Religion -- several of them. -Mark Twain From claws at thewildbeast.co.uk Wed Feb 27 06:39:15 2013 From: claws at thewildbeast.co.uk (Paul) Date: Wed, 27 Feb 2013 05:39:15 +0000 Subject: [Users] HEADS UP for CVS/snapshot users: big changes In-Reply-To: <20130226233015.1854bd51@oogah.boogah.org> References: <20130220163747.5f7d1c7e@colin> <20130227014750.3f4f7701@Couracado.homelinux.net> <20130226233015.1854bd51@oogah.boogah.org> Message-ID: <20130227053915.63a36c87@thewildbeast> On Tue, 26 Feb 2013 23:30:15 -0600 JB wrote: > What about Dooble? It's not GTK+ and doesn't appear to have a compatible license. with regards Paul -- It isn't worth a nickel to two guys like you or me, but to a collector it is worth a fortune From higuita7 at yahoo.co.uk Wed Feb 27 10:27:48 2013 From: higuita7 at yahoo.co.uk (higuita) Date: Wed, 27 Feb 2013 09:27:48 +0000 Subject: [Users] HEADS UP for CVS/snapshot users: big changes In-Reply-To: <20130227044744.30b3d4a9@thewildbeast> References: <20130220163747.5f7d1c7e@colin> <20130227014750.3f4f7701@Couracado.homelinux.net> <20130227044744.30b3d4a9@thewildbeast> Message-ID: <20130227092748.39215205@Couracado.homelinux.net> Hi again On Wed, 27 Feb 2013 04:47:44 +0000, Paul wrote: > What version of Dillo do you use? I'm using dillo 3.0.2 (TIP from the mercurial repository) Thanks higuita -- Naturally the common people don't want war... but after all it is the leaders of a country who determine the policy, and it is always a simple matter to drag the people along, whether it is a democracy, or a fascist dictatorship, or a parliament, or a communist dictatorship. Voice or no voice, the people can always be brought to the bidding of the leaders. That is easy. All you have to do is tell them they are being attacked, and denounce the pacifists for lack of patriotism and exposing the country to danger. It works the same in every country. -- Hermann Goering, Nazi and war criminal, 1883-1946 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From genghiskhan at gmx.ca Wed Feb 27 11:48:44 2013 From: genghiskhan at gmx.ca (Genghis Khan) Date: Wed, 27 Feb 2013 11:48:44 +0100 Subject: [Users] HEADS UP for CVS/snapshot users: big changes References: <20130220163747.5f7d1c7e@colin> <20130227014750.3f4f7701@Couracado.homelinux.net> <20130227032125.7b840cb7@sleipner.datanom.net> Message-ID: <20130227104845.133620@gmx.com> On Wed, 27 Feb 2013 03:21:25 +0100 Michael Rasmussen wrote: > On Wed, 27 Feb 2013 01:47:50 +0000 > higuita wrote: > > > > > So can this one be re-added? :) > > > It could perhaps be transferred to the old extra-plugins repository. > Then users which wants to use it could compile it them selfs? > Dillo is great despite its lacks of CSS features and support for BiDi (bidirectional) & RTL text (e.g. Arabic, Farsi, Hebrew, Urdu). I think it will be good to keep this plugin accessible and shed on it some spotlight, wherever it is, so that it again may be used in future in extra-plugins once missing essential features will be added. -- Proper English www.reddit.com/r/proper 4 teh lulz... http://email.is-not-s.ms From noreply at thewildbeast.co.uk Wed Feb 27 13:12:20 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Wed, 27 Feb 2013 12:12:20 +0000 Subject: [Users] [Bug 2883] New: IMAP server accessed while sending news Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2883 Bug ID: 2883 Summary: IMAP server accessed while sending news Classification: Unclassified Product: Claws Mail Version: 3.9.0 Hardware: PC OS: Linux Status: NEW Severity: normal Priority: P3 Component: NNTP Assignee: users at lists.claws-mail.org Reporter: NMBooker at gmail.com When I post news from an NNTP account on claws, it also tries to access my IMAP server, and fails to send the news posting if it can't contact the IMAP server. Example scenario What I do ========= IMAP server: mail.example.org Private news server: news.example.org The servers are independent so we can post information about either of them being down, and use the other for other communication, if one of them is down. mail.example.org is offline for whatever reason - perhaps it's being rebooted to apply kernel updates. Try to post a news posting to mycompany.infrastructure.announce specifying that the mail server is being rebooted to apply updates. What I expect to happen ======================= News posting gets posted to the mycompany.infrastructure.announce newsgroup without errors, as it's an independent server to the IMAP server. What really happens =================== Dialogue box saying the IMAP server couldn't be contacted. click 'View Log': 'connection refused' message in the network log regarding connection to the IMAP server. Sorry can't post exact messages as my mail server has since come back up and the log messages have scrolled off the top of the network log. Any thoughts? -- You are receiving this mail because: You are the assignee for the bug. From noreply at thewildbeast.co.uk Wed Feb 27 19:40:20 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Wed, 27 Feb 2013 18:40:20 +0000 Subject: [Users] [Bug 2884] New: zh_CN translation crashes src/prefs_filtering.c via alertpanel_error g_vsnprintf Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2884 Bug ID: 2884 Summary: zh_CN translation crashes src/prefs_filtering.c via alertpanel_error g_vsnprintf Classification: Unclassified Product: Claws Mail Version: 3.9.0 Hardware: PC OS: Linux Status: NEW Severity: normal Priority: P3 Component: UI/Translations Assignee: users at lists.claws-mail.org Reporter: mschwendt at gmail.com 3.9.0 and 3.9.0cvs103 https://bugzilla.redhat.com/916181 Analysis: https://bugzilla.redhat.com/916181#c11 #: src/prefs_filtering.c:1114 msgid "Action string is empty." msgstr "文件 %s 不存在。" -- You are receiving this mail because: You are the assignee for the bug. From noreply at thewildbeast.co.uk Wed Feb 27 22:17:11 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Wed, 27 Feb 2013 21:17:11 +0000 Subject: [Users] [Bug 2883] IMAP server accessed while sending news In-Reply-To: References: Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2883 Daniel Mota Leite changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |higuita at gmx.net --- Comment #1 from Daniel Mota Leite --- Are you using sent/draft/outbox folders in the nntp configuration? if not, can you run claws with --debug to see what it is doing -- You are receiving this mail because: You are the assignee for the bug. From mlists at zoominternet.net Thu Feb 28 00:01:53 2013 From: mlists at zoominternet.net (Robert) Date: Wed, 27 Feb 2013 18:01:53 -0500 Subject: [Users] Icons in messages Message-ID: <20130227180153.7a5f9459@zoominternet.net> Hello, I have seen several emails with icons in the upper right hand corner. Where is the setting for this? -- Regards Robert Linux The adventure of a lifetime. Linux User #296285 Get Counted http://linuxcounter.net/ From mir at miras.org Thu Feb 28 00:09:01 2013 From: mir at miras.org (Michael Rasmussen) Date: Thu, 28 Feb 2013 00:09:01 +0100 Subject: [Users] Icons in messages In-Reply-To: <20130227180153.7a5f9459@zoominternet.net> References: <20130227180153.7a5f9459@zoominternet.net> Message-ID: <20130228000901.45c4820b@sleipner.datanom.net> On Wed, 27 Feb 2013 18:01:53 -0500 Robert wrote: > Hello, > > I have seen several emails with icons in the upper right hand corner. > Where is the setting for this? > http://www.claws-mail.org/faq/index.php/Installation_and_Configuration#How_can_I_make_Claws_Mail_send_my_compface_image_in_the_mails.3F -- Hilsen/Regards Michael Rasmussen Get my public GnuPG keys: michael rasmussen cc http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xD3C9A00E mir datanom net http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xE501F51C mir miras org http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xE3E80917 -------------------------------------------------------------- On Thanksgiving Day all over America, families sit down to dinner at the same moment -- halftime. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From noreply at thewildbeast.co.uk Thu Feb 28 09:59:49 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Thu, 28 Feb 2013 08:59:49 +0000 Subject: [Users] [Bug 2885] New: SIGSEGV in hooks_marshal at hooks.c:108 Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2885 Bug ID: 2885 Summary: SIGSEGV in hooks_marshal at hooks.c:108 Classification: Unclassified Product: Claws Mail Version: 3.9.0 Hardware: PC OS: Linux Status: NEW Severity: normal Priority: P3 Component: Folders Assignee: users at lists.claws-mail.org Reporter: mschwendt at gmail.com Here's a potentially interesting crash of Claws Mail 3.9.0 reported by two different users for two different distribution releases. In both cases related to the "mail_postfiltering_hooklist". Fedora 18: https://bugzilla.redhat.com/896696 Full backtrace: https://bugzilla.redhat.com/attachment.cgi?id=680458 Fedora 17: https://bugzilla.redhat.com/913553 Full backtrace: https://bugzilla.redhat.com/attachment.cgi?id=700504 Truncated backtrace: Thread no. 1 (10 frames) #0 ?? #1 hooks_marshal at hooks.c:108 #3 g_hook_list_marshal at ghook.c:676 #4 hooks_invoke at hooks.c:126 #5 do_copy_msgs at folder.c:3622 #6 folder_item_move_msgs at folder.c:3675 #7 inc_start at inc.c:712 #8 inc_all_account_mail at inc.c:403 #9 _g_closure_invoke_va at gclosure.c:840 #11 g_signal_emit_by_name at gsignal.c:3393 -- You are receiving this mail because: You are the assignee for the bug. From noreply at thewildbeast.co.uk Thu Feb 28 10:05:43 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Thu, 28 Feb 2013 09:05:43 +0000 Subject: [Users] [Bug 2885] SIGSEGV in hooks_marshal at hooks.c:108 In-Reply-To: References: Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2885 Colin Leroy changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |colin at colino.net --- Comment #1 from Colin Leroy --- It could be possible that the users in this case unloaded a plugin doing postfiltering that wouldn't unregister itself correctly... -- You are receiving this mail because: You are the assignee for the bug. You are watching someone on the CC list of the bug. From noreply at thewildbeast.co.uk Thu Feb 28 10:08:41 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Thu, 28 Feb 2013 09:08:41 +0000 Subject: [Users] [Bug 2885] SIGSEGV in hooks_marshal at hooks.c:108 In-Reply-To: References: Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2885 --- Comment #2 from Colin Leroy --- Only plugin taking advantage of this hooklist is NewMail. Can you ask the reporters if they're using it? -- You are receiving this mail because: You are the assignee for the bug. You are watching someone on the CC list of the bug. From noreply at thewildbeast.co.uk Thu Feb 28 11:35:44 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Thu, 28 Feb 2013 10:35:44 +0000 Subject: [Users] [Bug 2883] IMAP server accessed while sending news In-Reply-To: References: Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2883 --- Comment #2 from Nick Booker --- No nothing is ticked in the Account Preferences dialogue box under Advanced->Folders. I'll attach relevant logs next. -- You are receiving this mail because: You are the assignee for the bug. From noreply at thewildbeast.co.uk Thu Feb 28 11:37:11 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Thu, 28 Feb 2013 10:37:11 +0000 Subject: [Users] [Bug 2883] IMAP server accessed while sending news In-Reply-To: References: Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2883 --- Comment #3 from Nick Booker --- Created attachment 1239 --> http://www.thewildbeast.co.uk/claws-mail/bugzilla/attachment.cgi?id=1239&action=edit Screenshot of account preferences -- You are receiving this mail because: You are the assignee for the bug. From noreply at thewildbeast.co.uk Thu Feb 28 11:39:53 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Thu, 28 Feb 2013 10:39:53 +0000 Subject: [Users] [Bug 2883] IMAP server accessed while sending news In-Reply-To: References: Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2883 --- Comment #4 from Nick Booker --- Created attachment 1240 --> http://www.thewildbeast.co.uk/claws-mail/bugzilla/attachment.cgi?id=1240&action=edit Output of claws-mail --debug (anonymised) I added a load of extra blank lines just before clicking the Send button. Note this is of a successful news posting, not a run that fails because it can't see the IMAP server. -- You are receiving this mail because: You are the assignee for the bug. From noreply at thewildbeast.co.uk Thu Feb 28 11:57:00 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Thu, 28 Feb 2013 10:57:00 +0000 Subject: [Users] [Bug 2883] IMAP server accessed while sending news In-Reply-To: References: Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2883 --- Comment #5 from Paul --- It seems that you are queuing your message before sending. In this case, when you click 'Send queued messages', Claws will scan all queues for messages, including an imap queue, so that it will send all queued messages. If you only want to send from a particular queue, right click the queue folder and choose 'Send queue'. -- You are receiving this mail because: You are the assignee for the bug. From noreply at thewildbeast.co.uk Thu Feb 28 12:26:02 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Thu, 28 Feb 2013 11:26:02 +0000 Subject: [Users] [Bug 2883] IMAP server accessed while sending news In-Reply-To: References: Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2883 --- Comment #6 from Nick Booker --- There isn't a queue folder visible under the news account though. Just the newsgroups. Is there a way to get the NNTP account to skip the queue and send straight away? -- You are receiving this mail because: You are the assignee for the bug. From noreply at thewildbeast.co.uk Thu Feb 28 12:30:30 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Thu, 28 Feb 2013 11:30:30 +0000 Subject: [Users] [Bug 2883] IMAP server accessed while sending news In-Reply-To: References: Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2883 --- Comment #7 from Paul --- Are you confirming that you are not using 'Send later' from the compose window? -- You are receiving this mail because: You are the assignee for the bug. From noreply at thewildbeast.co.uk Thu Feb 28 13:13:50 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Thu, 28 Feb 2013 12:13:50 +0000 Subject: [Users] [Bug 2883] IMAP server accessed while sending news In-Reply-To: References: Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2883 --- Comment #8 from Nick Booker --- Yes I most definitely click the 'Send' button. -- You are receiving this mail because: You are the assignee for the bug. From noreply at thewildbeast.co.uk Thu Feb 28 13:32:42 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Thu, 28 Feb 2013 12:32:42 +0000 Subject: [Users] [Bug 2883] IMAP server accessed while sending news In-Reply-To: References: Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2883 --- Comment #9 from Paul --- When you send a message in Claws it is temporarily put in the Queue folder during the sedning procedure. It sounds liek you have an NNTP account and an IMAP account and no MH mailboxes, so therefore it uses your IMAP account's Queue folder. This is done as a precaution against losing messages during sending in the event of an error during sending. As you can imagine, it would be much worse for someone to lose their message completely, say, due to a disconnected network, than this current issue. To avoid using your IMAP Queue folder you could, for example, add an MH mailbox and use its Queue folder for your NNTP account. -- You are receiving this mail because: You are the assignee for the bug. From noreply at thewildbeast.co.uk Thu Feb 28 13:37:53 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Thu, 28 Feb 2013 12:37:53 +0000 Subject: [Users] [Bug 2883] IMAP server accessed while sending news In-Reply-To: References: Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2883 --- Comment #10 from Nick Booker --- Created MH mailbox. Nothing in logs about accessing IMAP when posting on NNTP now. Much better, thanks for all your help. -- You are receiving this mail because: You are the assignee for the bug. From noreply at thewildbeast.co.uk Thu Feb 28 13:42:04 2013 From: noreply at thewildbeast.co.uk (noreply at thewildbeast.co.uk) Date: Thu, 28 Feb 2013 12:42:04 +0000 Subject: [Users] [Bug 2883] IMAP server accessed while sending news In-Reply-To: References: Message-ID: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2883 Paul changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WONTFIX -- You are receiving this mail because: You are the assignee for the bug.