<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>MesQuilla - Forum: GlodaQuilla</title>
	<link>http://mesquilla.com/forum/glodaquilla/</link>
	<description><![CDATA[Messaging with Mozilla by rkent]]></description>
	<generator>Simple:Press Version 4.3.1</generator>
	<atom:link href="http://mesquilla.com/forum/?glodaquilla&#038;xfeed=forum" rel="self" type="application/rss+xml" />
<item>
	<title>rkent on Need "offset in offline-store file" column. Can GlodaQuilla support it?</title>
	<link>http://mesquilla.com/forum/glodaquilla/need-offset-in-offline-store-file-column-can-glodaquilla-support-it/#p267</link>
	<category>GlodaQuilla</category>
	<guid isPermaLink="true">http://mesquilla.com/forum/glodaquilla/need-offset-in-offline-store-file-column-can-glodaquilla-support-it/#p267</guid>
	<description><![CDATA[<p>Although in theory it can, what you really need is an application that lets you add an arbitrary custom column. Or a "catch-all" extension that adds a lot of possible custom columns (like FiltaQuilla does for custom filter actions). I'm reluctant to add something to GlodaQuilla that is not related to gloda.</p>
]]></description>
	<pubDate>Sat, 05 Jun 2010 06:18:33 +0000</pubDate>
</item>
<item>
	<title>WADA on GlodaQuilla shows "gloda id" in hexdecimal, but Gloda debuging shows messages.id column in decimal</title>
	<link>http://mesquilla.com/forum/glodaquilla/glodaquilla-shows-gloda-id-in-hexdecimal-but-gloda-debuging-shows-messages-id-column-in-decimal/#p266</link>
	<category>GlodaQuilla</category>
	<guid isPermaLink="true">http://mesquilla.com/forum/glodaquilla/glodaquilla-shows-gloda-id-in-hexdecimal-but-gloda-debuging-shows-messages-id-column-in-decimal/#p266</guid>
	<description><![CDATA[<p>Fllowing is comment from asuth in email.</p>
<blockquote><p>It seems more likely that someone would be debugging usin<br />
g SQLite poking (decimal) versus .msf hacking (hex). And once the msf's are replaced by SQLite, everybody gets to be decimal!</p></blockquote>
<p>If "gloda id" comes from .msf instead of SQL access of SQLite3 table, I think current hexadecimal representaion is better than decimal for debugging. Understanding of "gloda id is shown in hexadecimal" by we Gloda Debbuging user is sufficient.</p>
<p>And, if it comes from .msf, I can expect "offset in offline-store" in addition to "on disk" will be implemented soon <img src="/wp-content/forum-smileys/sf-wink.gif" alt="Wink" /></p>
]]></description>
	<pubDate>Tue, 01 Jun 2010 13:47:00 +0000</pubDate>
</item>
<item>
	<title>WADA on globa id 1 on many messages</title>
	<link>http://mesquilla.com/forum/glodaquilla/globa-id-1-on-many-messages/#p265</link>
	<category>GlodaQuilla</category>
	<guid isPermaLink="true">http://mesquilla.com/forum/glodaquilla/globa-id-1-on-many-messages/#p265</guid>
	<description><![CDATA[<p>joriki said:<br />
    I found that lots of messages have globa id 1.<br />
Gloda id is messages.id / messagesText.docid of SQLite3 table.<br />
Select statement example.<br />
"SELECT messages.*, messagesText.*, (snip)<br />
"FROM messagesText, messages " + "WHERE" + (snip)<br />
" AND messages.id = messagesText.docid " (snip)<br />
See <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=559022#c15" rel="nofollow">https://bugzilla.mozilla.org/show_bug.cgi?id=559022#c15</a> for detail.<br />
As you can see by log of Gloda Debugging,<br />
( <a href="https://wiki.mozilla.org/Thunderbird:Debugging_Gloda" rel="nofollow">https://wiki.mozilla.org/Thunderbird:Debugging_Gloda</a> )<br />
messages.id / messagesText.docid looks to start from 32 in decimal<br />
(shown in hexadecimal at gloda id  column, so starts from 0x20) .<br />
As written in the bug, if something wrong happens in Gloda indexing,<br />
GlodaQuilla looks to show 1 at gloda id column.<br />
Read above bug for it, please.<br />
If you see gloda id=1, get Gloda's log by Thunderbird:Debugging_Gloda, please.</p>
]]></description>
	<pubDate>Tue, 01 Jun 2010 08:49:58 +0000</pubDate>
</item>
<item>
	<title>WADA on Need "offset in offline-store file" column. Can GlodaQuilla support it?</title>
	<link>http://mesquilla.com/forum/glodaquilla/need-offset-in-offline-store-file-column-can-glodaquilla-support-it/#p264</link>
	<category>GlodaQuilla</category>
	<guid isPermaLink="true">http://mesquilla.com/forum/glodaquilla/need-offset-in-offline-store-file-column-can-glodaquilla-support-it/#p264</guid>
	<description><![CDATA[<p>Some bugs of incorect mail data display(other mail's data is shown) are reported with IMP auto-sync. For example.</p>
<ul>
<li><a href="https://bugzilla.mozilla.org/show_bug.cgi?id=569065" rel="nofollow">https://bugzilla.mozilla.org/show_bug.cgi?id=569065</a> looks involes next bugs.
<ul>
<li><a href="https://bugzilla.mozilla.org/show_bug.cgi?id=414723" rel="nofollow">https://bugzilla.mozilla.org/show_bug.cgi?id=414723</a></li>
<li><a href="https://bugzilla.mozilla.org/show_bug.cgi?id=501392" rel="nofollow">https://bugzilla.mozilla.org/show_bug.cgi?id=501392</a></li>
<li><a href="https://bugzilla.mozilla.org/show_bug.cgi?id=501851" rel="nofollow">https://bugzilla.mozilla.org/show_bug.cgi?id=501851</a></li>
</ul>
</li>
</ul>
<p>For analysis of such problem, mail's offset in offline-store is required but it's hard to know.</p>
<p>As GlodaQuilla already has "on disk" column, I expect  GlodaQuilla can support "offset in offline-store" column.</p>
<p>Can you support such new column?</p>
]]></description>
	<pubDate>Tue, 01 Jun 2010 08:25:27 +0000</pubDate>
</item>
<item>
	<title>rkent on GlodaQuilla shows "gloda id" in hexdecimal, but Gloda debuging shows messages.id column in decimal</title>
	<link>http://mesquilla.com/forum/glodaquilla/glodaquilla-shows-gloda-id-in-hexdecimal-but-gloda-debuging-shows-messages-id-column-in-decimal/#p262</link>
	<category>GlodaQuilla</category>
	<guid isPermaLink="true">http://mesquilla.com/forum/glodaquilla/glodaquilla-shows-gloda-id-in-hexdecimal-but-gloda-debuging-shows-messages-id-column-in-decimal/#p262</guid>
	<description><![CDATA[<p>I've asked asuth and dascher their preferences for this in an email, as they were the ones who asked for these features.</p>
]]></description>
	<pubDate>Tue, 01 Jun 2010 07:42:45 +0000</pubDate>
</item>
<item>
	<title>WADA on GlodaQuilla shows "gloda id" in hexdecimal, but Gloda debuging shows messages.id column in decimal</title>
	<link>http://mesquilla.com/forum/glodaquilla/glodaquilla-shows-gloda-id-in-hexdecimal-but-gloda-debuging-shows-messages-id-column-in-decimal/#p261</link>
	<category>GlodaQuilla</category>
	<guid isPermaLink="true">http://mesquilla.com/forum/glodaquilla/glodaquilla-shows-gloda-id-in-hexdecimal-but-gloda-debuging-shows-messages-id-column-in-decimal/#p261</guid>
	<description><![CDATA[<p>GlodaQuilla shows gloda id in hexdecimal, but other tools such as Gloda debuging, SQLite Manager, sqlite3.exe shows message.id etc.  in decimal.</p>
<p>GlodaQuilla is better to show integer column in decimal instead of hexadecimal for ease of Gloda debugging.</p>
]]></description>
	<pubDate>Fri, 28 May 2010 19:58:56 +0000</pubDate>
</item>
<item>
	<title>rkent on globa id 1 on many messages</title>
	<link>http://mesquilla.com/forum/glodaquilla/globa-id-1-on-many-messages/#p249</link>
	<category>GlodaQuilla</category>
	<guid isPermaLink="true">http://mesquilla.com/forum/glodaquilla/globa-id-1-on-many-messages/#p249</guid>
	<description><![CDATA[<p>I'm not really the guy to try to solve problems with gloda. The GlodaQuilla extension was originally written by request of the team that works directly with gloda, and they are very familiar with it and use it in their work. So really the correct thing for you to do is to work through Mozilla's bugzilla, as apparently you have done.</p>
<p>I do recall Mozilla Messaging's president David Ascher as pointing out to me one time that GlodaQuilla was showing an index of 1 for his messages, but then concluded that it was caused by a recent code change he had done. So that is a sign of gloda failures, but beyond that I cannot say.</p>
<p>At the moment, all effort is devoted to the upcoming TB 3.1 release. What I suggest that you do is to load Thunderbird 3.1 beta 2, reproduce your issues there, and then work through the Mozilla bug reporting channels. You could use bugzilla, or contact asuth on Mozilla's IRC channel #maildev  Feel free to mention your glodaquilla results, as all of the gloda devs use it.</p>
]]></description>
	<pubDate>Fri, 07 May 2010 01:00:40 +0000</pubDate>
</item>
<item>
	<title>joriki on globa id 1 on many messages</title>
	<link>http://mesquilla.com/forum/glodaquilla/globa-id-1-on-many-messages/#p248</link>
	<category>GlodaQuilla</category>
	<guid isPermaLink="true">http://mesquilla.com/forum/glodaquilla/globa-id-1-on-many-messages/#p248</guid>
	<description><![CDATA[<p>I just installed GlodaQuilla (0.3.1), hoping it might help in debugging some (potentially) search-related problems I've encountered (<a rel="nofollow" href="https://bugzilla.mozilla.org/show_bug.cgi?id=521409" target="_blank">https://bugzilla.mozilla.org/show_bug.cgi?id=521409</a>, <a rel="nofollow" href="https://bugzilla.mozilla.org/show_bug.cgi?id=564128" target="_blank">https://bugzilla.mozilla.org/show_bug.cgi?id=564128</a>, and, above all, the fact that the new search is excruciatingly slow for me; still looking for the right bug to comment on for that) — and I found that lots of messages have globa id 1. This is the case for most of the messages in my biggest folder (39485 messages), but also for an isolated one in another folder (in between two consecutive "normal" numbers, so probably not the "real" id 1).These are all from a POP account, onDisk (green dot) and not dirty (0). The indexing took about a day after I installed 3.0.4; it seemed to go through every folder twice as far as I could tell, but after it finished, it has since not indexed large numbers of mails, except when I added an IMAP account; the mails from that seem to have gotten proper ids.</p>
<p>I'll be happy to provide any additional information that would help in investigating this, or if you think that would be appropriate, to file a new bug for this. Here's my Thunderbird version:</p>
<p>Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; de; rv:1.9.1.9) Gecko/20100317 Lightning/1.0b1 Thunderbird/3.0.4</p>
]]></description>
	<pubDate>Thu, 06 May 2010 23:57:57 +0000</pubDate>
</item>
<item>
	<title>rkent on GlodaQuilla 0.3.1 released</title>
	<link>http://mesquilla.com/forum/glodaquilla/glodaquilla-0-3-1-released/#p223</link>
	<category>GlodaQuilla</category>
	<guid isPermaLink="true">http://mesquilla.com/forum/glodaquilla/glodaquilla-0-3-1-released/#p223</guid>
	<description><![CDATA[<p>Today I posted a new version of GlodaQuilla, version 0.3.1&#160; The only change in this version is to up the allowed maximum Thunderbird version to 3.2a1pre.</p>
]]></description>
	<pubDate>Thu, 25 Mar 2010 12:35:54 +0000</pubDate>
</item>
<item>
	<title>rkent on thunderbird 3.05</title>
	<link>http://mesquilla.com/forum/glodaquilla/thunderbird-3-05/#p222</link>
	<category>GlodaQuilla</category>
	<guid isPermaLink="true">http://mesquilla.com/forum/glodaquilla/thunderbird-3-05/#p222</guid>
	<description><![CDATA[<p>GlodaQuilla version 0.3.1 has now been posted that claims to support Thunderbird through 3.2a1pre.</p>
]]></description>
	<pubDate>Thu, 25 Mar 2010 12:34:21 +0000</pubDate>
</item>
<item>
	<title>rkent on thunderbird 3.05</title>
	<link>http://mesquilla.com/forum/glodaquilla/thunderbird-3-05/#p221</link>
	<category>GlodaQuilla</category>
	<guid isPermaLink="true">http://mesquilla.com/forum/glodaquilla/thunderbird-3-05/#p221</guid>
	<description><![CDATA[<p>Although I have the maximum version marked on the AMO site as 3.2a1pre, perhaps because it is still experimental the installation is not updating that correctly. Let me upload a version where the maximum allowed version in the code matches that. Because the extensions is not public on AMO, it will not automatically update, so you will need to download the new version (which will be 0.3.1) after I have done that, which should take place in the next 24 hours.</p>
<p>I guess I need to get it moved to public, as GlodaQuilla seems to be used more and more in production. I thought that was going to be temporary, but it looks like the support for gloda indexing control in Thunderbird 3.1 will still be more limited than what is available in GlodaQuilla (mainly that GlodaQuilla uses inherited folder properties to give more precise control of indexing.)</p>
]]></description>
	<pubDate>Thu, 25 Mar 2010 12:06:20 +0000</pubDate>
</item>
<item>
	<title>Jon on thunderbird 3.05</title>
	<link>http://mesquilla.com/forum/glodaquilla/thunderbird-3-05/#p219</link>
	<category>GlodaQuilla</category>
	<guid isPermaLink="true">http://mesquilla.com/forum/glodaquilla/thunderbird-3-05/#p219</guid>
	<description><![CDATA[<p>I would love to be able to turn back on the global indexing. However I need to be able to stop indexing certain folders (with many 100&#39;s of 1000&#39;s of messages in them). It looks like glodquilla will do what I need - doesn&#39;t work with my thunderbird though (3.05pre). Any chance of a build that works with 3.05pre</p>
]]></description>
	<pubDate>Wed, 24 Mar 2010 04:53:12 +0000</pubDate>
</item>
<item>
	<title>ittayd on would love an "advanced search expression" extension</title>
	<link>http://mesquilla.com/forum/glodaquilla/would-love-an-advanced-search-expression-extension/#p130</link>
	<category>GlodaQuilla</category>
	<guid isPermaLink="true">http://mesquilla.com/forum/glodaquilla/would-love-an-advanced-search-expression-extension/#p130</guid>
	<description><![CDATA[<p>i thought filtaquilla is for creating message filters.</p>
<p></p>
<p>and yes, i&#39;d like the search to work with gloda, otherwise it will be too slow</p>
]]></description>
	<pubDate>Thu, 10 Dec 2009 03:10:21 +0000</pubDate>
</item>
<item>
	<title>rkent on would love an "advanced search expression" extension</title>
	<link>http://mesquilla.com/forum/glodaquilla/would-love-an-advanced-search-expression-extension/#p128</link>
	<category>GlodaQuilla</category>
	<guid isPermaLink="true">http://mesquilla.com/forum/glodaquilla/would-love-an-advanced-search-expression-extension/#p128</guid>
	<description><![CDATA[<p>Have you looked at the FiltaQuilla extension? It now has the capability to add a search term which consists of arbitrary javascript. The example that you gave would be fairly easy to implement in a few lines of javascript in FiltaQuilla.</p>
<p>The custom search terms used in FiltaQuilla use the "traditional" search infrastructure, based on per-folder databases, rather than the gloda sql-based method. I suppose what you are really looking for is a search interface to the gloda database, beyond the "search all messages" faceted search that is offerred in TB3. Hopefully asuth (the gloda developer) is working on that.</p>
]]></description>
	<pubDate>Thu, 10 Dec 2009 00:31:05 +0000</pubDate>
</item>
<item>
	<title>ittayd on would love an "advanced search expression" extension</title>
	<link>http://mesquilla.com/forum/glodaquilla/would-love-an-advanced-search-expression-extension/#p127</link>
	<category>GlodaQuilla</category>
	<guid isPermaLink="true">http://mesquilla.com/forum/glodaquilla/would-love-an-advanced-search-expression-extension/#p127</guid>
	<description><![CDATA[<p>I&#39;d love an extension which adds customized search expressions (sql or otherwise) to be able to search messages in a more advanced way (e.g, messages after date X, with recepient y, not recepient z)</p>
]]></description>
	<pubDate>Wed, 09 Dec 2009 23:27:51 +0000</pubDate>
</item>
</channel>
</rss>