<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-1957</id>
	<title>Nabble - GPE - Linux To Go</title>
	<updated>2009-12-06T14:07:07Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/GPE---Linux-To-Go-f1957.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/GPE---Linux-To-Go-f1957.html" />
	<subtitle type="html">The &lt;a href=&quot;http://gpe.linuxtogo.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;GPE Palmtop Environment (GPE)&lt;/a&gt;&amp;nbsp;is a collection of integrated software components optimized for (but not limited to) handheld and other input constrained and resource limited devices. 
&lt;br&gt;GPE provides PIM (calendaring, todo management, contact management and note taking), Multimedia (audio playback and image viewing) and connectivity solutions (web browsing). 
&lt;br&gt;Another major goal of GPE is to encourage people to work on free software for mobile devices and to experiment with new technologies.</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26669628</id>
	<title>Re: Desktop file compliance with freedesktop spec</title>
	<published>2009-12-06T14:07:07Z</published>
	<updated>2009-12-06T14:07:07Z</updated>
	<author>
		<name>Florian Boor-2</name>
	</author>
	<content type="html">Hi Daniel,
&lt;br&gt;&lt;br&gt;many thanks for the analysis of the desktop file situation! I have some comments
&lt;br&gt;a basic impression what has to be done - see below...
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26669628&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;daniel.faulkner@...&lt;/a&gt; schrieb:
&lt;br&gt;&amp;gt; There are a few bugs reported on the lack of compliance with the current
&lt;br&gt;&amp;gt; freedesktop.org specification for the .desktop files. So I have tried to do a quick
&lt;br&gt;&amp;gt; review of GPE base to see how compliant with the current specification GPE is. The
&lt;br&gt;&amp;gt; results while mixed show that GPE has a little way to go to become compliant.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; However many of the issues reported here shouldn't be acted upon until we know how
&lt;br&gt;&amp;gt; GPE treats .desktop files so we don't correct the issues in the applications and
&lt;br&gt;&amp;gt; break GPE as a whole as a result. A quick summary of the issues is below. (Instead of
&lt;br&gt;&amp;gt; listing the number of .desktop files I'm listing the number of programs as defined by
&lt;br&gt;&amp;gt; the number of folders in the base directory as some programs have multiple menu entries)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; * All GPE desktop files start with the deprecated line: Encoding=UTF-8
&lt;br&gt;&amp;gt; All desktop files should now be UTF-8 compliant making this argument redundant. I'm
&lt;br&gt;&amp;gt; not sure how GPE processes this line so I don't know if we can remove this safely,
&lt;br&gt;&amp;gt; would need to check this first.
&lt;/div&gt;&lt;br&gt;I guess we could do this but I don't think it is urgent.
&lt;br&gt;&lt;br&gt;&amp;gt; * The use of 1/0 instead of true/false. The specification states that menus should
&lt;br&gt;&amp;gt; support 1/0 for legacy reasons but desktop files should be changed to use true/false.
&lt;br&gt;&amp;gt; This effects 2 programs, but is safe to fix as other programs are doing this correctly.
&lt;br&gt;&lt;br&gt;Yes this should be trivial and safe to fix any time.
&lt;br&gt;&lt;br&gt;&amp;gt; * The Type= key only accepts the values Application, Link and Directory. 4 programs
&lt;br&gt;&amp;gt; use PanelApp as a value here which isn't valid. I'm not sure how GPE treats PanelApp
&lt;br&gt;&amp;gt; differently to Application so this needs to be checked before fixing.
&lt;br&gt;&lt;br&gt;Yes this is handled by the old matchbox bits GPE currently uses.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; * Extra keys that aren't in the spec can be used but should be preceded by X-Product
&lt;br&gt;&amp;gt; where Product is GNOME or other window manager etc.
&lt;br&gt;&amp;gt; GPE uses the line: &amp;nbsp;SingleInstance=true in 7 programs and X-SingleInstance=true in 4
&lt;br&gt;&amp;gt; programs. This should be changed I believe (based upon GNOME's use of the
&lt;br&gt;&amp;gt; SingleInstance line) to X-MB-SingleInstance=true
&lt;br&gt;&amp;gt; Before fixing this we again might need to check how GPE processes this line, or if it
&lt;br&gt;&amp;gt; just passes it on to MatchBox.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; * Every desktop file should have at least 1 of the main recognised categories to
&lt;br&gt;&amp;gt; ensure it appears in the menu structure (but being in 2 of the recognised categories
&lt;br&gt;&amp;gt; means the program may appear in 2 menus).
&lt;br&gt;&amp;gt; Those main categories are: AudioVideo, Audio, Video, Development, Education, Game,
&lt;br&gt;&amp;gt; Graphics, Network, Office, Settings, System, Utility
&lt;br&gt;&amp;gt; There are 5 programs that don't contain at least 1 of those categories (most common
&lt;br&gt;&amp;gt; categories that are used in GPE but not recognised in the specification are: GPE,
&lt;br&gt;&amp;gt; PIM, Panel, Application) however this is safe to fix as adding an additional
&lt;br&gt;&amp;gt; recognised category value won't break GPE support but should make those menu items
&lt;br&gt;&amp;gt; work with other menu systems.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; * There is a list of recognised minor categories and the GNOME programs I have
&lt;br&gt;&amp;gt; compared GPE desktop files too in my examination of GPE's compliance have only used
&lt;br&gt;&amp;gt; recognised categories. I think using a non recognised category is allowed (providing
&lt;br&gt;&amp;gt; the main categories are present) but not recommended.
&lt;br&gt;&amp;gt; This effects all the GPE programs, but I'm not sure how well GPE's menu supports the
&lt;br&gt;&amp;gt; main categories so removing some of the categories used might cause issues with GPE
&lt;br&gt;&amp;gt; support until we can check what values GPE knows how to deal with.
&lt;/div&gt;&lt;br&gt;These are a little bit more complicated for two reasons:
&lt;br&gt;First we are still using the old matchbox-desktop and matchbox panel everywhere.
&lt;br&gt;&amp;nbsp; Of course we could out effort in fixing these to behave more standard
&lt;br&gt;compliant but its likely to be quite some effort and these components are not
&lt;br&gt;maintained upstream any more.
&lt;br&gt;It would be much cleverer to the matchbox-2 bits and fix the (much less)
&lt;br&gt;remaining issues here. We would gain some more with it like a more consistent
&lt;br&gt;theming (matchbox-desktop2 and matchbox-panel2 use GTK+) and a much more modern
&lt;br&gt;look &amp; feel.
&lt;br&gt;Second reason is that we need to check if it is useful for our usecase to follow
&lt;br&gt;the desktop categories. I suppose this can be done for the most applications and
&lt;br&gt;tools. There are reserved categories for special things like tray applications
&lt;br&gt;applets. One thing I miss is a special one for a collection of &amp;quot;tasks&amp;quot; that
&lt;br&gt;offer easy access for simple tasks like &amp;quot;making a screenshot&amp;quot;, &amp;quot;show user
&lt;br&gt;manual&amp;quot; or &amp;quot;connect to the internet&amp;quot;. We might create a custom category for
&lt;br&gt;this... correctly prefixed such as &amp;quot;X-tasks&amp;quot; or similar.
&lt;br&gt;&lt;br&gt;&amp;gt; * Finally there are a number of Exec options that have been depreciated. I've not
&lt;br&gt;&amp;gt; checked GPE's compliance with this value so not sure how many programs if any this
&lt;br&gt;&amp;gt; effects but for future reference the only field codes that should be used with the
&lt;br&gt;&amp;gt; Exec= line is %f, %F, %u, %U, %i, %c and %k (%F and %U should be used by themselves
&lt;br&gt;&amp;gt; not in a quoted argument and %f,%u,%F or %U should only be used the once in any Exec
&lt;br&gt;&amp;gt; line).
&lt;br&gt;&lt;br&gt;I do not think we are using many of these anyway. Should be easy to fix anyway.
&lt;br&gt;&lt;br&gt;&amp;gt; Hope this helps and I'm looking forward to any feed back and input on this. There are
&lt;br&gt;&amp;gt; some issues that can be fixed (and I can post a more detailed review pointing out the
&lt;br&gt;&amp;gt; files that we can partially fix now safely as a separate post), but on the whole many
&lt;br&gt;&amp;gt; items that need fixing can't be done before a review of GPE's menu handling has been
&lt;br&gt;&amp;gt; carried out and probably updated. Any help pointing out how/where GPE handles the
&lt;br&gt;&amp;gt; menu items and parses the desktop files would be appreciated.
&lt;br&gt;&lt;br&gt;Currently it is mostly matchbox-desktop that is in charge for using these files.
&lt;br&gt;What I would propose here is the following:
&lt;br&gt;1. Update gpe-session-scripts (and maybe some more bits) to support and launch
&lt;br&gt;the newer matchbox 2 stuff. We might want to make this selectable for now.
&lt;br&gt;2. Create a useful configuration for matchbox2 and friends: Useful vfolder
&lt;br&gt;files, theme and similar things to give a good user experience and to make it
&lt;br&gt;possible to become compliant to the freedesktop standards.
&lt;br&gt;3. Fix all the desktop files
&lt;br&gt;4. Test the results and make releases of all the affected bits.
&lt;br&gt;&lt;br&gt;I'll do my best to support anyone working on this. I have done some tests with
&lt;br&gt;matchbox-desktop2 myself already and will try to create a working
&lt;br&gt;gpe-session-scripts package for it.
&lt;br&gt;&lt;br&gt;Greetings
&lt;br&gt;&lt;br&gt;Florian
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;The dream of yesterday &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Florian Boor
&lt;br&gt;is the hope of today &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Tel: +49 271-771091-15
&lt;br&gt;and the reality of tomorrow. &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Fax: +49 271-771091-19
&lt;br&gt;[Robert Hutchings Goddard, 1904] &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26669628&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;florian.boor@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://www.kernelconcepts.de/en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.kernelconcepts.de/en&lt;/a&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gpe-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26669628&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gpe-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/libeventdb-segmentation-fault-tp26588896p26669628.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26668337</id>
	<title>Desktop file compliance with freedesktop spec</title>
	<published>2009-12-06T11:51:41Z</published>
	<updated>2009-12-06T11:51:41Z</updated>
	<author>
		<name>daniel.faulkner</name>
	</author>
	<content type="html">There are a few bugs reported on the lack of compliance with the current
&lt;br&gt;freedesktop.org specification for the .desktop files. So I have tried to do a quick
&lt;br&gt;review of GPE base to see how compliant with the current specification GPE is. The
&lt;br&gt;results while mixed show that GPE has a little way to go to become compliant.
&lt;br&gt;&lt;br&gt;However many of the issues reported here shouldn't be acted upon until we know how
&lt;br&gt;GPE treats .desktop files so we don't correct the issues in the applications and
&lt;br&gt;break GPE as a whole as a result. A quick summary of the issues is below. (Instead of
&lt;br&gt;listing the number of .desktop files I'm listing the number of programs as defined by
&lt;br&gt;the number of folders in the base directory as some programs have multiple menu entries)
&lt;br&gt;&lt;br&gt;* All GPE desktop files start with the deprecated line: Encoding=UTF-8
&lt;br&gt;All desktop files should now be UTF-8 compliant making this argument redundant. I'm
&lt;br&gt;not sure how GPE processes this line so I don't know if we can remove this safely,
&lt;br&gt;would need to check this first.
&lt;br&gt;&lt;br&gt;* The use of 1/0 instead of true/false. The specification states that menus should
&lt;br&gt;support 1/0 for legacy reasons but desktop files should be changed to use true/false.
&lt;br&gt;This effects 2 programs, but is safe to fix as other programs are doing this correctly.
&lt;br&gt;&lt;br&gt;* The Type= key only accepts the values Application, Link and Directory. 4 programs
&lt;br&gt;use PanelApp as a value here which isn't valid. I'm not sure how GPE treats PanelApp
&lt;br&gt;differently to Application so this needs to be checked before fixing.
&lt;br&gt;&lt;br&gt;* Extra keys that aren't in the spec can be used but should be preceded by X-Product
&lt;br&gt;where Product is GNOME or other window manager etc.
&lt;br&gt;GPE uses the line: &amp;nbsp;SingleInstance=true in 7 programs and X-SingleInstance=true in 4
&lt;br&gt;programs. This should be changed I believe (based upon GNOME's use of the
&lt;br&gt;SingleInstance line) to X-MB-SingleInstance=true
&lt;br&gt;Before fixing this we again might need to check how GPE processes this line, or if it
&lt;br&gt;just passes it on to MatchBox.
&lt;br&gt;&lt;br&gt;* Every desktop file should have at least 1 of the main recognised categories to
&lt;br&gt;ensure it appears in the menu structure (but being in 2 of the recognised categories
&lt;br&gt;means the program may appear in 2 menus).
&lt;br&gt;Those main categories are: AudioVideo, Audio, Video, Development, Education, Game,
&lt;br&gt;Graphics, Network, Office, Settings, System, Utility
&lt;br&gt;There are 5 programs that don't contain at least 1 of those categories (most common
&lt;br&gt;categories that are used in GPE but not recognised in the specification are: GPE,
&lt;br&gt;PIM, Panel, Application) however this is safe to fix as adding an additional
&lt;br&gt;recognised category value won't break GPE support but should make those menu items
&lt;br&gt;work with other menu systems.
&lt;br&gt;&lt;br&gt;* There is a list of recognised minor categories and the GNOME programs I have
&lt;br&gt;compared GPE desktop files too in my examination of GPE's compliance have only used
&lt;br&gt;recognised categories. I think using a non recognised category is allowed (providing
&lt;br&gt;the main categories are present) but not recommended.
&lt;br&gt;This effects all the GPE programs, but I'm not sure how well GPE's menu supports the
&lt;br&gt;main categories so removing some of the categories used might cause issues with GPE
&lt;br&gt;support until we can check what values GPE knows how to deal with.
&lt;br&gt;&lt;br&gt;* Finally there are a number of Exec options that have been depreciated. I've not
&lt;br&gt;checked GPE's compliance with this value so not sure how many programs if any this
&lt;br&gt;effects but for future reference the only field codes that should be used with the
&lt;br&gt;Exec= line is %f, %F, %u, %U, %i, %c and %k (%F and %U should be used by themselves
&lt;br&gt;not in a quoted argument and %f,%u,%F or %U should only be used the once in any Exec
&lt;br&gt;line).
&lt;br&gt;&lt;br&gt;Hope this helps and I'm looking forward to any feed back and input on this. There are
&lt;br&gt;some issues that can be fixed (and I can post a more detailed review pointing out the
&lt;br&gt;files that we can partially fix now safely as a separate post), but on the whole many
&lt;br&gt;items that need fixing can't be done before a review of GPE's menu handling has been
&lt;br&gt;carried out and probably updated. Any help pointing out how/where GPE handles the
&lt;br&gt;menu items and parses the desktop files would be appreciated.
&lt;br&gt;&lt;br&gt;Daniel
&lt;br&gt;&lt;br&gt;PS: The relevant freedesktop.org specifications are:
&lt;br&gt;&lt;a href=&quot;http://standards.freedesktop.org/desktop-entry-spec/latest/index.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://standards.freedesktop.org/desktop-entry-spec/latest/index.html&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://standards.freedesktop.org/menu-spec/latest/index.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://standards.freedesktop.org/menu-spec/latest/index.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;--------------------------------------------------------------
&lt;br&gt;Sent with &amp;quot;Me-Mail&amp;quot;, Boltblue's FREE mobile messaging service.
&lt;br&gt;&lt;a href=&quot;http://www.boltblue.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.boltblue.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gpe-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26668337&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gpe-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/libeventdb-segmentation-fault-tp26588896p26668337.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26607078</id>
	<title>Gpe-bugs Digest, Vol 37, Issue 3</title>
	<published>2009-12-02T02:58:48Z</published>
	<updated>2009-12-02T02:58:48Z</updated>
	<author>
		<name>gpe-bugs-request</name>
	</author>
	<content type="html">Send Gpe-bugs mailing list submissions to
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26607078&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;To subscribe or unsubscribe via the World Wide Web, visit
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-bugs&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-bugs&lt;/a&gt;&lt;br&gt;or, via email, send a message with subject or body 'help' to
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26607078&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs-request@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;You can reach the person managing the list at
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26607078&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs-owner@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;When replying, please edit your Subject line so it is more specific
&lt;br&gt;than &amp;quot;Re: Contents of Gpe-bugs digest...&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;br&gt;Today's Topics:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;1. [Bug 300] gpesummary reports errors when todo or	contacts DB
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; missing (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26607078&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;)
&lt;br&gt;&amp;nbsp; &amp;nbsp;2. [Bug 310] Repeating event on 30th of month changes to 2nd
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; after February. (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26607078&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;)
&lt;br&gt;&amp;nbsp; &amp;nbsp;3. [Bug 315] [PATCH] Localized combobox cause application	to
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; abort (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26607078&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;)
&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;Message: 1
&lt;br&gt;Date: Tue, 01 Dec 2009 15:20:56 +0100
&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26607078&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;
&lt;br&gt;Subject: [Gpe-bugs] [Bug 300] gpesummary reports errors when todo or
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; contacts DB missing
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26607078&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs@...&lt;/a&gt;
&lt;br&gt;Message-ID: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26607078&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;E1NFTb6-0003YW-Ie@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Content-Type: text/plain; charset=&amp;quot;UTF-8&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://bugs.linuxtogo.org/show_bug.cgi?id=300&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/show_bug.cgi?id=300&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Comment #1 from Daniel &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26607078&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;daniel.faulkner@...&lt;/a&gt;&amp;gt; &amp;nbsp;2009-12-01 15:20:56 ---
&lt;br&gt;bug 180 is a related bug report regarding the lack of error reporting
&lt;br&gt;functionality in libcontactsdb, which requests that the errors are reported (so
&lt;br&gt;they can be handled). Once this is fixed it will go someway to solving this bug
&lt;br&gt;report.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------
&lt;br&gt;&lt;br&gt;Message: 2
&lt;br&gt;Date: Tue, 01 Dec 2009 15:33:12 +0100
&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26607078&amp;i=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;
&lt;br&gt;Subject: [Gpe-bugs] [Bug 310] Repeating event on 30th of month changes
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; to 2nd after February.
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26607078&amp;i=11&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs@...&lt;/a&gt;
&lt;br&gt;Message-ID: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26607078&amp;i=12&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;E1NFTmy-0006yO-LD@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Content-Type: text/plain; charset=&amp;quot;UTF-8&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://bugs.linuxtogo.org/show_bug.cgi?id=310&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/show_bug.cgi?id=310&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Comment #1 from Daniel &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26607078&amp;i=13&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;daniel.faulkner@...&lt;/a&gt;&amp;gt; &amp;nbsp;2009-12-01 15:33:12 ---
&lt;br&gt;Any attempt to fix the handling of repeated events at the end of a month should
&lt;br&gt;also try to take into account leap years. This would close bug 271 at the same
&lt;br&gt;time.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------
&lt;br&gt;&lt;br&gt;Message: 3
&lt;br&gt;Date: Tue, 01 Dec 2009 15:36:13 +0100
&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26607078&amp;i=14&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;
&lt;br&gt;Subject: [Gpe-bugs] [Bug 315] [PATCH] Localized combobox cause
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; application	to abort
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26607078&amp;i=15&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs@...&lt;/a&gt;
&lt;br&gt;Message-ID: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26607078&amp;i=16&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;E1NFTpt-00070t-Of@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Content-Type: text/plain; charset=&amp;quot;UTF-8&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://bugs.linuxtogo.org/show_bug.cgi?id=315&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/show_bug.cgi?id=315&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Daniel &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26607078&amp;i=17&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;daniel.faulkner@...&lt;/a&gt;&amp;gt; changed:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;What &amp;nbsp; &amp;nbsp;|Removed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |Added
&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Summary|Localized combobox cause &amp;nbsp; &amp;nbsp;|[PATCH] Localized combobox
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|application to abort &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|cause application to abort
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Comment #1 from Daniel &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26607078&amp;i=18&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;daniel.faulkner@...&lt;/a&gt;&amp;gt; &amp;nbsp;2009-12-01 15:36:14 ---
&lt;br&gt;Making it obvious in the summary that there is a patch included to be reviewed
&lt;br&gt;(or that could be used by other people suffering from the same bug as a work
&lt;br&gt;around).
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gpe-bugs mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26607078&amp;i=19&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gpe-bugs@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-bugs&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-bugs&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;End of Gpe-bugs Digest, Vol 37, Issue 3
&lt;br&gt;***************************************
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gpe-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26607078&amp;i=20&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gpe-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Gpe-bugs-Digest%2C-Vol-37%2C-Issue-3-tp26607078p26607078.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26592399</id>
	<title>Gpe-bugs Digest, Vol 37, Issue 2</title>
	<published>2009-12-01T06:11:37Z</published>
	<updated>2009-12-01T06:11:37Z</updated>
	<author>
		<name>gpe-bugs-request</name>
	</author>
	<content type="html">Send Gpe-bugs mailing list submissions to
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26592399&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;To subscribe or unsubscribe via the World Wide Web, visit
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-bugs&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-bugs&lt;/a&gt;&lt;br&gt;or, via email, send a message with subject or body 'help' to
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26592399&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs-request@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;You can reach the person managing the list at
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26592399&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs-owner@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;When replying, please edit your Subject line so it is more specific
&lt;br&gt;than &amp;quot;Re: Contents of Gpe-bugs digest...&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;br&gt;Today's Topics:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;1. [Bug 98] [PATCH] desktop file patch from Debian
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26592399&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;)
&lt;br&gt;&amp;nbsp; &amp;nbsp;2. [Bug 107] [l10n] the week name is duplicated
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26592399&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;)
&lt;br&gt;&amp;nbsp; &amp;nbsp;3. [Bug 280] Untranslatable week days (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26592399&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;)
&lt;br&gt;&amp;nbsp; &amp;nbsp;4. [Bug 161] [PATCH] gpe-login.pre-session: make /sys/class/lcd
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; accessible to user (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26592399&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;)
&lt;br&gt;&amp;nbsp; &amp;nbsp;5. [Bug 185] [PATCH] adjustments for desktop file validity
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26592399&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;)
&lt;br&gt;&amp;nbsp; &amp;nbsp;6. [Bug 210] Remove Conflicts/Replaces/Provides
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26592399&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;)
&lt;br&gt;&amp;nbsp; &amp;nbsp;7. [Bug 213] request: refresh button for erminig
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26592399&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;)
&lt;br&gt;&amp;nbsp; &amp;nbsp;8. [Bug 220] [PATCH] gpe-logout.c needs some more lines to
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; incorporate localization (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26592399&amp;i=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;)
&lt;br&gt;&amp;nbsp; &amp;nbsp;9. [Bug 110] day-of-the-week header wrong after resize
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26592399&amp;i=11&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;)
&lt;br&gt;&amp;nbsp; 10. [Bug 231] Day names wrongly laid out switching to/from	full
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; screen (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26592399&amp;i=12&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;)
&lt;br&gt;&amp;nbsp; 11. [Bug 252] please eliminate the clock-in/clock-out
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; confirmation dialogues (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26592399&amp;i=13&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;)
&lt;br&gt;&amp;nbsp; 12. [Bug 253] time spent on each task at a glance
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26592399&amp;i=14&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;)
&lt;br&gt;&amp;nbsp; 13. [Bug 284] All appointments have disappeared; newly entered
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; appointments don't display (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26592399&amp;i=15&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;)
&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;Message: 1
&lt;br&gt;Date: Tue, 01 Dec 2009 12:45:29 +0100
&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26592399&amp;i=16&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;
&lt;br&gt;Subject: [Gpe-bugs] [Bug 98] [PATCH] desktop file patch from Debian
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26592399&amp;i=17&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs@...&lt;/a&gt;
&lt;br&gt;Message-ID: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26592399&amp;i=18&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;E1NFRAf-0007bH-MV@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Content-Type: text/plain; charset=&amp;quot;UTF-8&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://bugs.linuxtogo.org/show_bug.cgi?id=98&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/show_bug.cgi?id=98&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Daniel &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26592399&amp;i=19&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;daniel.faulkner@...&lt;/a&gt;&amp;gt; changed:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;What &amp;nbsp; &amp;nbsp;|Removed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |Added
&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Summary|desktop file patch from &amp;nbsp; &amp;nbsp; |[PATCH] desktop file patch
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|Debian &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|from Debian
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Comment #1 from Daniel &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26592399&amp;i=20&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;daniel.faulkner@...&lt;/a&gt;&amp;gt; &amp;nbsp;2009-12-01 12:45:29 ---
&lt;br&gt;Marking clearly that there is a patch included with this bug that needs to be
&lt;br&gt;reviewed.
&lt;br&gt;This is another .desktop patch which would be helped by a GPE wide .desktop
&lt;br&gt;policy (and updating all .desktop files at once).
&lt;br&gt;&lt;br&gt;The relevant freedesktop.org specification is:
&lt;br&gt;&lt;a href=&quot;http://standards.freedesktop.org/desktop-entry-spec/latest/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://standards.freedesktop.org/desktop-entry-spec/latest/&lt;/a&gt;&lt;br&gt;&lt;br&gt;The menu specification (which includes a list of categoriesthat should be
&lt;br&gt;used):
&lt;br&gt;&lt;a href=&quot;http://standards.freedesktop.org/menu-spec/latest/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://standards.freedesktop.org/menu-spec/latest/&lt;/a&gt;&lt;br&gt;&lt;br&gt;I will add to the todo list to check all GPE .desktop files and check for
&lt;br&gt;compilance where possible.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------
&lt;br&gt;&lt;br&gt;Message: 2
&lt;br&gt;Date: Tue, 01 Dec 2009 13:08:40 +0100
&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26592399&amp;i=21&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;
&lt;br&gt;Subject: [Gpe-bugs] [Bug 107] [l10n] the week name is duplicated
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26592399&amp;i=22&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs@...&lt;/a&gt;
&lt;br&gt;Message-ID: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26592399&amp;i=23&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;E1NFRX6-0005BF-SM@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Content-Type: text/plain; charset=&amp;quot;UTF-8&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://bugs.linuxtogo.org/show_bug.cgi?id=107&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/show_bug.cgi?id=107&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Daniel &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26592399&amp;i=24&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;daniel.faulkner@...&lt;/a&gt;&amp;gt; changed:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;What &amp;nbsp; &amp;nbsp;|Removed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |Added
&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Resolution| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|DUPLICATE
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Status|NEW &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |RESOLVED
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Comment #1 from Daniel &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26592399&amp;i=25&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;daniel.faulkner@...&lt;/a&gt;&amp;gt; &amp;nbsp;2009-12-01 13:08:41 ---
&lt;br&gt;Duplicate of bug 280, which while more recent includes more information on what
&lt;br&gt;kind of modifications are needed to fix the issue.
&lt;br&gt;&lt;br&gt;*** This bug has been marked as a duplicate of bug 280 ***
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------
&lt;br&gt;&lt;br&gt;Message: 3
&lt;br&gt;Date: Tue, 01 Dec 2009 13:08:41 +0100
&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26592399&amp;i=26&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;
&lt;br&gt;Subject: [Gpe-bugs] [Bug 280] Untranslatable week days
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26592399&amp;i=27&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs@...&lt;/a&gt;
&lt;br&gt;Message-ID: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26592399&amp;i=28&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;E1NFRX7-0005Bj-2g@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Content-Type: text/plain; charset=&amp;quot;UTF-8&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://bugs.linuxtogo.org/show_bug.cgi?id=280&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/show_bug.cgi?id=280&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Daniel &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26592399&amp;i=29&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;daniel.faulkner@...&lt;/a&gt;&amp;gt; changed:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;What &amp;nbsp; &amp;nbsp;|Removed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |Added
&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;CC| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26592399&amp;i=30&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lidaobing@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Comment #3 from Daniel &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26592399&amp;i=31&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;daniel.faulkner@...&lt;/a&gt;&amp;gt; &amp;nbsp;2009-12-01 13:08:41 ---
&lt;br&gt;*** Bug 107 has been marked as a duplicate of this bug. ***
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------
&lt;br&gt;&lt;br&gt;Message: 4
&lt;br&gt;Date: Tue, 01 Dec 2009 13:41:23 +0100
&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26592399&amp;i=32&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;
&lt;br&gt;Subject: [Gpe-bugs] [Bug 161] [PATCH] gpe-login.pre-session: make
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /sys/class/lcd accessible to user
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26592399&amp;i=33&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs@...&lt;/a&gt;
&lt;br&gt;Message-ID: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26592399&amp;i=34&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;E1NFS2l-0001EQ-3T@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Content-Type: text/plain; charset=&amp;quot;UTF-8&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://bugs.linuxtogo.org/show_bug.cgi?id=161&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/show_bug.cgi?id=161&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Daniel &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26592399&amp;i=35&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;daniel.faulkner@...&lt;/a&gt;&amp;gt; changed:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;What &amp;nbsp; &amp;nbsp;|Removed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |Added
&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Summary|gpe-login.pre-session: make |[PATCH] gpe-login.pre-
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|/sys/class/lcd accessible to|session: make /sys/class/lcd
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|user &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|accessible to user
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Comment #1 from Daniel &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26592399&amp;i=36&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;daniel.faulkner@...&lt;/a&gt;&amp;gt; &amp;nbsp;2009-12-01 13:41:23 ---
&lt;br&gt;Making it clear that there is a patch attached in the subject.
&lt;br&gt;&lt;br&gt;This might also be related to/could be done at the same time as bug 108 (
&lt;br&gt;&lt;a href=&quot;http://bugs.linuxtogo.org/show_bug.cgi?id=108&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/show_bug.cgi?id=108&lt;/a&gt;&amp;nbsp;). Which requests GPE add a user
&lt;br&gt;group which extra permissions could be added to (and assign new users to it by
&lt;br&gt;default).
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------
&lt;br&gt;&lt;br&gt;Message: 5
&lt;br&gt;Date: Tue, 01 Dec 2009 13:53:05 +0100
&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26592399&amp;i=37&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;
&lt;br&gt;Subject: [Gpe-bugs] [Bug 185] [PATCH] adjustments for desktop file
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; validity
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26592399&amp;i=38&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs@...&lt;/a&gt;
&lt;br&gt;Message-ID: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26592399&amp;i=39&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;E1NFSE5-0006XS-Lx@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Content-Type: text/plain; charset=&amp;quot;UTF-8&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://bugs.linuxtogo.org/show_bug.cgi?id=185&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/show_bug.cgi?id=185&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Daniel &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26592399&amp;i=40&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;daniel.faulkner@...&lt;/a&gt;&amp;gt; changed:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;What &amp;nbsp; &amp;nbsp;|Removed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |Added
&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Summary|adjustments for desktop file|[PATCH] adjustments for
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|validity &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|desktop file validity
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Comment #1 from Daniel &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26592399&amp;i=41&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;daniel.faulkner@...&lt;/a&gt;&amp;gt; &amp;nbsp;2009-12-01 13:53:06 ---
&lt;br&gt;Making it clear that a patch has been pasted into the description for the
&lt;br&gt;.desktop file.
&lt;br&gt;&lt;br&gt;This is one of many .desktop files that need modifying to bring them into line
&lt;br&gt;with the freedesktop.org specification.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------
&lt;br&gt;&lt;br&gt;Message: 6
&lt;br&gt;Date: Tue, 01 Dec 2009 14:02:35 +0100
&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26592399&amp;i=42&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;
&lt;br&gt;Subject: [Gpe-bugs] [Bug 210] Remove Conflicts/Replaces/Provides
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26592399&amp;i=43&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs@...&lt;/a&gt;
&lt;br&gt;Message-ID: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26592399&amp;i=44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;E1NFSNH-0005T1-9r@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Content-Type: text/plain; charset=&amp;quot;UTF-8&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://bugs.linuxtogo.org/show_bug.cgi?id=210&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/show_bug.cgi?id=210&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Comment #1 from Daniel &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26592399&amp;i=45&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;daniel.faulkner@...&lt;/a&gt;&amp;gt; &amp;nbsp;2009-12-01 14:02:35 ---
&lt;br&gt;Now that the N900 device is out with Freemantle does this bug need acting on?
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------
&lt;br&gt;&lt;br&gt;Message: 7
&lt;br&gt;Date: Tue, 01 Dec 2009 14:03:37 +0100
&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26592399&amp;i=46&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;
&lt;br&gt;Subject: [Gpe-bugs] [Bug 213] request: refresh button for erminig
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26592399&amp;i=47&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs@...&lt;/a&gt;
&lt;br&gt;Message-ID: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26592399&amp;i=48&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;E1NFSOH-0005UU-Tp@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Content-Type: text/plain; charset=&amp;quot;UTF-8&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://bugs.linuxtogo.org/show_bug.cgi?id=213&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/show_bug.cgi?id=213&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Daniel &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26592399&amp;i=49&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;daniel.faulkner@...&lt;/a&gt;&amp;gt; changed:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;What &amp;nbsp; &amp;nbsp;|Removed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |Added
&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Severity|normal &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|enhancement
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Comment #1 from Daniel &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26592399&amp;i=50&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;daniel.faulkner@...&lt;/a&gt;&amp;gt; &amp;nbsp;2009-12-01 14:03:38 ---
&lt;br&gt;Marking as an enhancement request
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------
&lt;br&gt;&lt;br&gt;Message: 8
&lt;br&gt;Date: Tue, 01 Dec 2009 14:18:11 +0100
&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26592399&amp;i=51&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;
&lt;br&gt;Subject: [Gpe-bugs] [Bug 220] [PATCH] gpe-logout.c needs some more
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; lines to incorporate localization
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26592399&amp;i=52&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs@...&lt;/a&gt;
&lt;br&gt;Message-ID: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26592399&amp;i=53&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;E1NFScN-0001VL-CP@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Content-Type: text/plain; charset=&amp;quot;UTF-8&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://bugs.linuxtogo.org/show_bug.cgi?id=220&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/show_bug.cgi?id=220&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Daniel &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26592399&amp;i=54&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;daniel.faulkner@...&lt;/a&gt;&amp;gt; changed:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;What &amp;nbsp; &amp;nbsp;|Removed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |Added
&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Summary|gpe-logout.c needs some more|[PATCH] gpe-logout.c needs
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|lines to incorporate &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|some more lines to
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|localization &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|incorporate localization
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Comment #2 from Daniel &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26592399&amp;i=55&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;daniel.faulkner@...&lt;/a&gt;&amp;gt; &amp;nbsp;2009-12-01 14:18:11 ---
&lt;br&gt;Making it clear in the description that there is a patch attached that needs to
&lt;br&gt;be reviewed.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------
&lt;br&gt;&lt;br&gt;Message: 9
&lt;br&gt;Date: Tue, 01 Dec 2009 14:30:15 +0100
&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26592399&amp;i=56&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;
&lt;br&gt;Subject: [Gpe-bugs] [Bug 110] day-of-the-week header wrong after
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; resize
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26592399&amp;i=57&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs@...&lt;/a&gt;
&lt;br&gt;Message-ID: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26592399&amp;i=58&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;E1NFSo3-0005e7-3b@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Content-Type: text/plain; charset=&amp;quot;UTF-8&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://bugs.linuxtogo.org/show_bug.cgi?id=110&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/show_bug.cgi?id=110&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Comment #1 from Daniel &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26592399&amp;i=59&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;daniel.faulkner@...&lt;/a&gt;&amp;gt; &amp;nbsp;2009-12-01 14:30:15 ---
&lt;br&gt;Without screen shots I'm not sure but I suspect it's related to bug 231 (
&lt;br&gt;&lt;a href=&quot;http://bugs.linuxtogo.org/show_bug.cgi?id=231&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/show_bug.cgi?id=231&lt;/a&gt;&amp;nbsp;). Which describes a very similar
&lt;br&gt;issue.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------
&lt;br&gt;&lt;br&gt;Message: 10
&lt;br&gt;Date: Tue, 01 Dec 2009 14:30:21 +0100
&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26592399&amp;i=60&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;
&lt;br&gt;Subject: [Gpe-bugs] [Bug 231] Day names wrongly laid out switching
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; to/from	full screen
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26592399&amp;i=61&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs@...&lt;/a&gt;
&lt;br&gt;Message-ID: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26592399&amp;i=62&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;E1NFSo9-0005eU-Pa@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Content-Type: text/plain; charset=&amp;quot;UTF-8&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://bugs.linuxtogo.org/show_bug.cgi?id=231&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/show_bug.cgi?id=231&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Comment #1 from Daniel &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26592399&amp;i=63&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;daniel.faulkner@...&lt;/a&gt;&amp;gt; &amp;nbsp;2009-12-01 14:30:22 ---
&lt;br&gt;Without screen shots I'm not sure but I suspect it's related to bug 110 (
&lt;br&gt;&lt;a href=&quot;http://bugs.linuxtogo.org/show_bug.cgi?id=110&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/show_bug.cgi?id=110&lt;/a&gt;&amp;nbsp;). Which describes a very similar
&lt;br&gt;issue.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------
&lt;br&gt;&lt;br&gt;Message: 11
&lt;br&gt;Date: Tue, 01 Dec 2009 14:46:32 +0100
&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26592399&amp;i=64&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;
&lt;br&gt;Subject: [Gpe-bugs] [Bug 252] please eliminate the clock-in/clock-out
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; confirmation dialogues
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26592399&amp;i=65&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs@...&lt;/a&gt;
&lt;br&gt;Message-ID: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26592399&amp;i=66&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;E1NFT3o-0002zX-VS@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Content-Type: text/plain; charset=&amp;quot;UTF-8&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://bugs.linuxtogo.org/show_bug.cgi?id=252&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/show_bug.cgi?id=252&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Daniel &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26592399&amp;i=67&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;daniel.faulkner@...&lt;/a&gt;&amp;gt; changed:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;What &amp;nbsp; &amp;nbsp;|Removed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |Added
&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Severity|normal &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|enhancement
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Comment #1 from Daniel &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26592399&amp;i=68&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;daniel.faulkner@...&lt;/a&gt;&amp;gt; &amp;nbsp;2009-12-01 14:46:33 ---
&lt;br&gt;Marking this as an enhancement.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------
&lt;br&gt;&lt;br&gt;Message: 12
&lt;br&gt;Date: Tue, 01 Dec 2009 14:47:53 +0100
&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26592399&amp;i=69&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;
&lt;br&gt;Subject: [Gpe-bugs] [Bug 253] time spent on each task at a glance
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26592399&amp;i=70&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs@...&lt;/a&gt;
&lt;br&gt;Message-ID: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26592399&amp;i=71&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;E1NFT57-0004mq-GA@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Content-Type: text/plain; charset=&amp;quot;UTF-8&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://bugs.linuxtogo.org/show_bug.cgi?id=253&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/show_bug.cgi?id=253&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Daniel &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26592399&amp;i=72&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;daniel.faulkner@...&lt;/a&gt;&amp;gt; changed:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;What &amp;nbsp; &amp;nbsp;|Removed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |Added
&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Severity|normal &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|enhancement
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Comment #1 from Daniel &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26592399&amp;i=73&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;daniel.faulkner@...&lt;/a&gt;&amp;gt; &amp;nbsp;2009-12-01 14:47:53 ---
&lt;br&gt;Marking as an enhancement.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------
&lt;br&gt;&lt;br&gt;Message: 13
&lt;br&gt;Date: Tue, 01 Dec 2009 15:12:47 +0100
&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26592399&amp;i=74&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;
&lt;br&gt;Subject: [Gpe-bugs] [Bug 284] All appointments have disappeared; newly
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; entered appointments don't display
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26592399&amp;i=75&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs@...&lt;/a&gt;
&lt;br&gt;Message-ID: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26592399&amp;i=76&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;E1NFTTD-000679-EW@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Content-Type: text/plain; charset=&amp;quot;UTF-8&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://bugs.linuxtogo.org/show_bug.cgi?id=284&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/show_bug.cgi?id=284&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Comment #1 from Daniel &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26592399&amp;i=77&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;daniel.faulkner@...&lt;/a&gt;&amp;gt; &amp;nbsp;2009-12-01 15:12:47 ---
&lt;br&gt;Some people have been caught out by having no calendar selected causing the
&lt;br&gt;appointments not to show up.
&lt;br&gt;&lt;br&gt;Please read the comments in bug 154 and see if that solves this issue.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gpe-bugs mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26592399&amp;i=78&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gpe-bugs@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-bugs&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-bugs&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;End of Gpe-bugs Digest, Vol 37, Issue 2
&lt;br&gt;***************************************
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gpe-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26592399&amp;i=79&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gpe-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Gpe-bugs-Digest%2C-Vol-37%2C-Issue-2-tp26592399p26592399.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26590000</id>
	<title>Gpe-bugs Digest, Vol 37, Issue 1</title>
	<published>2009-12-01T02:58:52Z</published>
	<updated>2009-12-01T02:58:52Z</updated>
	<author>
		<name>gpe-bugs-request</name>
	</author>
	<content type="html">Send Gpe-bugs mailing list submissions to
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26590000&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;To subscribe or unsubscribe via the World Wide Web, visit
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-bugs&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-bugs&lt;/a&gt;&lt;br&gt;or, via email, send a message with subject or body 'help' to
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26590000&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs-request@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;You can reach the person managing the list at
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26590000&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs-owner@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;When replying, please edit your Subject line so it is more specific
&lt;br&gt;than &amp;quot;Re: Contents of Gpe-bugs digest...&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;br&gt;Today's Topics:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;1. [Bug 316] New: Adding a new category causes the category list
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; to not display (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26590000&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;)
&lt;br&gt;&amp;nbsp; &amp;nbsp;2. [Bug 316] Adding a new category causes the category list to
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; not display (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26590000&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;)
&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;Message: 1
&lt;br&gt;Date: Mon, 30 Nov 2009 17:44:03 +0100
&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26590000&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;
&lt;br&gt;Subject: [Gpe-bugs] [Bug 316] New: Adding a new category causes the
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; category list to not display
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26590000&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs@...&lt;/a&gt;
&lt;br&gt;Message-ID: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26590000&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bug-316-7@...&lt;/a&gt;/&amp;gt;
&lt;br&gt;Content-Type: text/plain; charset=&amp;quot;UTF-8&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://bugs.linuxtogo.org/show_bug.cgi?id=316&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/show_bug.cgi?id=316&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Summary: Adding a new category causes the category list to not
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; display
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Product: gpe-todo
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Version: 0.56
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Platform: Other
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; OS/Version: Linux
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Status: NEW
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Severity: normal
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Priority: P4
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Component: default
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AssignedTo: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26590000&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ReportedBy: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26590000&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;kday33@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;Estimated Hours: 0.0
&lt;br&gt;&lt;br&gt;&lt;br&gt;Created an attachment (id=72)
&lt;br&gt;&amp;nbsp;--&amp;gt; (&lt;a href=&quot;http://bugs.linuxtogo.org/attachment.cgi?id=72&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/attachment.cgi?id=72&lt;/a&gt;)
&lt;br&gt;What the empty categories list looks like, even when there are many actual
&lt;br&gt;categories
&lt;br&gt;&lt;br&gt;Overview: I enter a new category. &amp;nbsp;Then, if I try to pull up the list of all
&lt;br&gt;categories, it is just blank. Closing and reopening the application brings it
&lt;br&gt;back to a normal state. &amp;nbsp;This bug also occurs if you delete an existing
&lt;br&gt;category.
&lt;br&gt;&lt;br&gt;Steps to reproduce:
&lt;br&gt;1) Add a new category (or alternatively, delete an existing category)
&lt;br&gt;2) Opening the 'Show' category list 
&lt;br&gt;&lt;br&gt;Actual results:
&lt;br&gt;The category menu pops up, but it is blank.
&lt;br&gt;&lt;br&gt;Expected results:
&lt;br&gt;The list of categories should be available for selecting.
&lt;br&gt;&lt;br&gt;Platform: Maemo 5 (Fremantle) on Nokia N900. &amp;nbsp;Version 1.2009.42-11.002
&lt;br&gt;&lt;br&gt;Version of ToDo: I'm not sure if it's 0.56 that's being used. &amp;nbsp;I used the
&lt;br&gt;version of ToDo that is currently in Fremantle extras-testing here:
&lt;br&gt;&lt;a href=&quot;http://maemo.org/packages/package_instance/view/fremantle_extras-testing_free_armel/gpe-todo/2.8+maemo+svn20091005-1/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maemo.org/packages/package_instance/view/fremantle_extras-testing_free_armel/gpe-todo/2.8+maemo+svn20091005-1/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------
&lt;br&gt;&lt;br&gt;Message: 2
&lt;br&gt;Date: Mon, 30 Nov 2009 17:45:17 +0100
&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26590000&amp;i=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;
&lt;br&gt;Subject: [Gpe-bugs] [Bug 316] Adding a new category causes the
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; category list to not display
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26590000&amp;i=11&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs@...&lt;/a&gt;
&lt;br&gt;Message-ID: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26590000&amp;i=12&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;E1NF9NF-00069Q-R3@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Content-Type: text/plain; charset=&amp;quot;UTF-8&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://bugs.linuxtogo.org/show_bug.cgi?id=316&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/show_bug.cgi?id=316&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Comment #1 from Kevin Day &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26590000&amp;i=13&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;kday33@...&lt;/a&gt;&amp;gt; &amp;nbsp;2009-11-30 17:45:18 ---
&lt;br&gt;Created an attachment (id=73)
&lt;br&gt;&amp;nbsp;--&amp;gt; (&lt;a href=&quot;http://bugs.linuxtogo.org/attachment.cgi?id=73&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/attachment.cgi?id=73&lt;/a&gt;)
&lt;br&gt;What the categories list looks like after closing and reopening the application
&lt;br&gt;&lt;br&gt;This is what the categories list is expected to look like.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gpe-bugs mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26590000&amp;i=14&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gpe-bugs@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-bugs&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-bugs&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;End of Gpe-bugs Digest, Vol 37, Issue 1
&lt;br&gt;***************************************
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gpe-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26590000&amp;i=15&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gpe-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Gpe-bugs-Digest%2C-Vol-37%2C-Issue-1-tp26590000p26590000.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26588896</id>
	<title>libeventdb segmentation fault</title>
	<published>2009-12-01T01:19:10Z</published>
	<updated>2009-12-01T01:19:10Z</updated>
	<author>
		<name>Alain2210</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;&lt;br&gt;When I use gpesyncd or gpe-calendar on my h2200 with libeventdb 0.90 built with
&lt;br&gt;openembedded/angstrom, I get a segmentation fault if a calendar sqlite file
&lt;br&gt;exists. But on my laptop (debian/testing) with libeventdb 0.90 all is working.
&lt;br&gt;&lt;br&gt;I have tested on my h2200 libeventdb built with oe source or with debian one
&lt;br&gt;(slightly more recent). And in both case, the segmentation fault is got when
&lt;br&gt;edb-&amp;gt;default_calendar = EVENT_CALENDAR_NO_PARENT;
&lt;br&gt;is set in sqlite.c (all is in event_db_new)
&lt;br&gt;&lt;br&gt;The strange thing is that a workaround is to put in comment, in sqlite.c :
&lt;br&gt;sqlite_exec (SQLITE_DB (edb)-&amp;gt;sqliteh,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;quot;select uid, value from calendar where &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;tag='rdaymask';&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;quot;delete from calendar where tag='rdaymask'&amp;quot;,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; callback, NULL, NULL);
&lt;br&gt;&lt;br&gt;This is very strange since this code is under an if (version == 1) and in my
&lt;br&gt;tests, the version is either -1 or 4.
&lt;br&gt;&lt;br&gt;Moreover, with this workaround, gpe-calendar is working, gpesyncd is starting
&lt;br&gt;but it crash when doing UIDLIST VEVENT.
&lt;br&gt;&lt;br&gt;I need some help to understand better the problem.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Alain
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gpe-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26588896&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gpe-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/libeventdb-segmentation-fault-tp26588896p26588896.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26512849</id>
	<title>Prefixing bug reports with patches</title>
	<published>2009-11-25T05:43:05Z</published>
	<updated>2009-11-25T05:43:05Z</updated>
	<author>
		<name>daniel.faulkner</name>
	</author>
	<content type="html">There are a few bug reports that contain patches on the bug tracker, but they can be 
&lt;br&gt;hard to notice so I'm thinking of adding something like [patch] to the start of a bugs title 
&lt;br&gt;whenever I come across them to make it easier to find patches that need reviewing.
&lt;br&gt;&lt;br&gt;I don't know if there are any other similar tags that may be useful to have in the 
&lt;br&gt;description. I see that some people have already prefixed some bugs with things like 
&lt;br&gt;[patch] [maemo] etc. (identifying maemo etc specific bugs could be another use of 
&lt;br&gt;prefixes). The ability to set bugs as confirmed/triaged/patch available is something that 
&lt;br&gt;bugzilla seems to be lacking which this might partly overcome.
&lt;br&gt;&lt;br&gt;Looking forward to hearing your views on this, as if we're all working to the same 
&lt;br&gt;prefixing scheme, if it's a popular idea, it could make identifying patches/specific kinds 
&lt;br&gt;of bugs easier. 
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Daniel
&lt;br&gt;&lt;br&gt;--------------------------------------------------------------
&lt;br&gt;Sent with &amp;quot;Me-Mail&amp;quot;, Boltblue's FREE mobile messaging service.
&lt;br&gt;&lt;a href=&quot;http://www.boltblue.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.boltblue.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gpe-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26512849&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gpe-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Gpe-bugs-Digest%2C-Vol-36%2C-Issue-8-tp26475965p26512849.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26475965</id>
	<title>Gpe-bugs Digest, Vol 36, Issue 8</title>
	<published>2009-11-23T03:00:01Z</published>
	<updated>2009-11-23T03:00:01Z</updated>
	<author>
		<name>gpe-bugs-request</name>
	</author>
	<content type="html">Send Gpe-bugs mailing list submissions to
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26475965&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;To subscribe or unsubscribe via the World Wide Web, visit
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-bugs&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-bugs&lt;/a&gt;&lt;br&gt;or, via email, send a message with subject or body 'help' to
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26475965&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs-request@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;You can reach the person managing the list at
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26475965&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs-owner@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;When replying, please edit your Subject line so it is more specific
&lt;br&gt;than &amp;quot;Re: Contents of Gpe-bugs digest...&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;br&gt;Today's Topics:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;1. [Bug 315] New: Localized combobox cause application to	abort
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26475965&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;)
&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;Message: 1
&lt;br&gt;Date: Sun, 22 Nov 2009 22:21:47 +0100
&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26475965&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;
&lt;br&gt;Subject: [Gpe-bugs] [Bug 315] New: Localized combobox cause
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; application to	abort
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26475965&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs@...&lt;/a&gt;
&lt;br&gt;Message-ID: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26475965&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bug-315-7@...&lt;/a&gt;/&amp;gt;
&lt;br&gt;Content-Type: text/plain; charset=&amp;quot;UTF-8&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://bugs.linuxtogo.org/show_bug.cgi?id=315&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/show_bug.cgi?id=315&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Summary: Localized combobox cause application to abort
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Product: gpe-todo
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Version: 0.56
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Platform: All
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; OS/Version: Linux
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Status: NEW
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Severity: normal
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Priority: P4
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Component: default
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AssignedTo: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26475965&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ReportedBy: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26475965&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;vchelban@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;Estimated Hours: 0.0
&lt;br&gt;&lt;br&gt;&lt;br&gt;Checked against SVN rev. 9974.
&lt;br&gt;&lt;br&gt;application aborts with error message
&lt;br&gt;Aborted in todo-ui.c line 187
&lt;br&gt;&lt;br&gt;Steps to reproduce:
&lt;br&gt;1. launch app with supported locale set (non english)
&lt;br&gt;&amp;nbsp;LANG=ro_RO.UTF-8 gpe-todo
&lt;br&gt;2. Click on New button, or on existing todo item
&lt;br&gt;3. Application aborts
&lt;br&gt;&lt;br&gt;Not sure how optimal next patch is, but it fixes wrong behavior described
&lt;br&gt;above:
&lt;br&gt;&lt;br&gt;===================================================================
&lt;br&gt;--- todo-ui.c &amp;nbsp; (revision 9974)
&lt;br&gt;+++ todo-ui.c &amp;nbsp; (working copy)
&lt;br&gt;@@ -176,7 +176,7 @@
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;for (i = 0; i &amp;lt; sizeof (state_map) / sizeof (state_map[0]); i++)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;{
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp;if (strcmp(name, state_map[i].string) == 0) {
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp;if (strcmp(name, _(state_map[i].string)) == 0) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;t-&amp;gt;state = state_map[i].value;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; g_free(name);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return;
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gpe-bugs mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26475965&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gpe-bugs@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-bugs&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-bugs&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;End of Gpe-bugs Digest, Vol 36, Issue 8
&lt;br&gt;***************************************
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gpe-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26475965&amp;i=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gpe-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Gpe-bugs-Digest%2C-Vol-36%2C-Issue-8-tp26475965p26475965.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26459551</id>
	<title>New icon theme for GPE =&gt; Tango icon theme (file uploaded)</title>
	<published>2009-11-21T11:31:49Z</published>
	<updated>2009-11-21T11:31:49Z</updated>
	<author>
		<name>Miguel Menéndez</name>
	</author>
	<content type="html">&lt;br&gt;Hi
&lt;br&gt;&lt;br&gt;I've uploaded tango icon theme for GPE into Fusion Forge &amp;nbsp;
&lt;br&gt;(&lt;a href=&quot;http://projects.linuxtogo.org/frs/?group_id=21&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://projects.linuxtogo.org/frs/?group_id=21&lt;/a&gt;).
&lt;br&gt;&lt;br&gt;&amp;gt; This file contains and update version of icon folder from GPE &amp;nbsp;
&lt;br&gt;&amp;gt; subversion. If you want use it:
&lt;br&gt;&amp;gt; 1º Get GPE subversion code
&lt;br&gt;&amp;gt; 2º Unpack this file into gpe-icons and overwrite all the files
&lt;br&gt;&amp;gt; 3º Build the apps you want use the new icon theme
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gpe-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26459551&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gpe-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/New-icon-theme-for-GPE-%3D%3E-Tango-icon-theme-%28file-uploaded%29-tp26459551p26459551.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26441460</id>
	<title>Gpe-bugs Digest, Vol 36, Issue 7</title>
	<published>2009-11-20T03:00:03Z</published>
	<updated>2009-11-20T03:00:03Z</updated>
	<author>
		<name>gpe-bugs-request</name>
	</author>
	<content type="html">Send Gpe-bugs mailing list submissions to
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26441460&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;To subscribe or unsubscribe via the World Wide Web, visit
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-bugs&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-bugs&lt;/a&gt;&lt;br&gt;or, via email, send a message with subject or body 'help' to
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26441460&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs-request@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;You can reach the person managing the list at
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26441460&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs-owner@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;When replying, please edit your Subject line so it is more specific
&lt;br&gt;than &amp;quot;Re: Contents of Gpe-bugs digest...&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;br&gt;Today's Topics:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;1. [Bug 86] [patch] Standards compliant desktop file
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26441460&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;)
&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;Message: 1
&lt;br&gt;Date: Thu, 19 Nov 2009 14:33:37 +0100
&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26441460&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;
&lt;br&gt;Subject: [Gpe-bugs] [Bug 86] [patch] Standards compliant desktop file
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26441460&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs@...&lt;/a&gt;
&lt;br&gt;Message-ID: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26441460&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;E1NB78j-00052w-09@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Content-Type: text/plain; charset=&amp;quot;UTF-8&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://bugs.linuxtogo.org/show_bug.cgi?id=86&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/show_bug.cgi?id=86&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Comment #4 from Daniel &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26441460&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;daniel.faulkner@...&lt;/a&gt;&amp;gt; &amp;nbsp;2009-11-19 14:33:36 ---
&lt;br&gt;Whats the status of matchbox2? I had a quick look on the matchbox site and svn
&lt;br&gt;and saw the news item (from 2007) that matchbox 2 would be a complete re-write
&lt;br&gt;and to expect version 0.1 soon and thats the only mention I could find other
&lt;br&gt;than panel, window manager and desktop version 2 folders on svn (which hadn't
&lt;br&gt;been changed for 6 months or so).
&lt;br&gt;&lt;br&gt;The bug tracker looked to be rather neglected as well with very few replys to
&lt;br&gt;recent bugs/patches.
&lt;br&gt;&lt;br&gt;Would be good to know if version 2 is capable of everything version 1.2 can do,
&lt;br&gt;which would remove any barriers to migrating. I am surprised with maemo and
&lt;br&gt;similar projects using matchbox that it hasn't seen more development.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gpe-bugs mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26441460&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gpe-bugs@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-bugs&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-bugs&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;End of Gpe-bugs Digest, Vol 36, Issue 7
&lt;br&gt;***************************************
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gpe-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26441460&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gpe-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Gpe-bugs-Digest%2C-Vol-36%2C-Issue-7-tp26441460p26441460.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26424339</id>
	<title>Gpe-bugs Digest, Vol 36, Issue 6</title>
	<published>2009-11-19T03:00:08Z</published>
	<updated>2009-11-19T03:00:08Z</updated>
	<author>
		<name>gpe-bugs-request</name>
	</author>
	<content type="html">Send Gpe-bugs mailing list submissions to
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26424339&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;To subscribe or unsubscribe via the World Wide Web, visit
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-bugs&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-bugs&lt;/a&gt;&lt;br&gt;or, via email, send a message with subject or body 'help' to
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26424339&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs-request@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;You can reach the person managing the list at
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26424339&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs-owner@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;When replying, please edit your Subject line so it is more specific
&lt;br&gt;than &amp;quot;Re: Contents of Gpe-bugs digest...&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;br&gt;Today's Topics:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;1. [Bug 86] [patch] Standards compliant desktop file
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26424339&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;)
&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;Message: 1
&lt;br&gt;Date: Wed, 18 Nov 2009 12:20:38 +0100
&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26424339&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;
&lt;br&gt;Subject: [Gpe-bugs] [Bug 86] [patch] Standards compliant desktop file
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26424339&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs@...&lt;/a&gt;
&lt;br&gt;Message-ID: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26424339&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;E1NAiaU-0003yO-TO@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Content-Type: text/plain; charset=&amp;quot;UTF-8&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://bugs.linuxtogo.org/show_bug.cgi?id=86&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/show_bug.cgi?id=86&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Comment #3 from Florian Boor &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26424339&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;florian.boor@...&lt;/a&gt;&amp;gt; &amp;nbsp;2009-11-18 12:20:37 ---
&lt;br&gt;Yes right... good thinking.
&lt;br&gt;In fact we should just try to move to matchbox2 and friends. This would solbe
&lt;br&gt;all these problems I guess.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gpe-bugs mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26424339&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gpe-bugs@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-bugs&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-bugs&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;End of Gpe-bugs Digest, Vol 36, Issue 6
&lt;br&gt;***************************************
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gpe-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26424339&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gpe-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Gpe-bugs-Digest%2C-Vol-36%2C-Issue-6-tp26424339p26424339.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26414267</id>
	<title>Re: Mailing list reply-to field</title>
	<published>2009-11-18T11:35:51Z</published>
	<updated>2009-11-18T11:35:51Z</updated>
	<author>
		<name>Hendrik Boom-2</name>
	</author>
	<content type="html">On Wed, Nov 18, 2009 at 12:59:11PM +0000, &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26414267&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;daniel.faulkner@...&lt;/a&gt; wrote:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; There seem to be reasonable points either way, but the point that 'most' clients have a 
&lt;br&gt;&amp;gt; reply to list feature isn't one I'm convinced about. Most clients doesn't mean most 
&lt;br&gt;&amp;gt; people or most emails sent, as webmail (hotmail,gmail,yahoo etc) is very popular and a 
&lt;br&gt;&amp;gt; lot of them offer a very reduced set of options. The setting isn't obvious (if it exists) on 
&lt;br&gt;&amp;gt; outlook or thunderbird either. So to say that the majority of people are aware of the 
&lt;br&gt;&amp;gt; feature or have access to it might not be necessarily correct.
&lt;br&gt;&lt;br&gt;I've heard it's not available on Thunderberd, but that someone has 
&lt;br&gt;prepared a plug-in or such for it.
&lt;br&gt;&lt;br&gt;I've also heard the the official protocol specs for user agents require 
&lt;br&gt;them to provide a reply-to-list operation, so the user-agents that don't 
&lt;br&gt;provide it are in violation of the standard.
&lt;br&gt;&lt;br&gt;If anyone could confirm or confound either of these bits of hearsay, I'd 
&lt;br&gt;appreciate it.
&lt;br&gt;&lt;br&gt;-- hendrik
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gpe-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26414267&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gpe-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Mailing-list-reply-to-field-tp26388802p26414267.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26407314</id>
	<title>Re: Mailing list reply-to field</title>
	<published>2009-11-18T04:59:11Z</published>
	<updated>2009-11-18T04:59:11Z</updated>
	<author>
		<name>daniel.faulkner</name>
	</author>
	<content type="html">&lt;br&gt;&amp;gt; The authors of Mailman have also come out against reply-to munging in
&lt;br&gt;&amp;gt; most cases[1], though they provide the option for people who want it.
&lt;br&gt;&amp;gt; It would be nice if list subscribers could set their own Mailman
&lt;br&gt;&amp;gt; preference for this.
&lt;br&gt;&lt;br&gt;This would be very useful, a quick look on &amp;nbsp;the mailman bug/feature tracker shows this 
&lt;br&gt;has been reported a few times (mostly on the old bug tracker at sourceforge rather 
&lt;br&gt;than there new bug tracker at launchpad so I'm not sure how much attention it's 
&lt;br&gt;getting). However on the oldest report for this feature there is a patch (which needs a 
&lt;br&gt;little bit of cleaning up) to add this functionality. Hope they add this to mailman 
&lt;br&gt;eventually. This would solve both sides of the debate then.
&lt;br&gt;&lt;br&gt;Patch: &lt;a href=&quot;http://mail.python.org/pipermail/mailman-developers/2002-March/011068.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.python.org/pipermail/mailman-developers/2002-March/011068.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;gt; [1] &lt;a href=&quot;http://wiki.list.org/pages/viewpage.action?pageId=4030691&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.list.org/pages/viewpage.action?pageId=4030691&lt;/a&gt;&lt;br&gt;&lt;br&gt;There seem to be reasonable points either way, but the point that 'most' clients have a 
&lt;br&gt;reply to list feature isn't one I'm convinced about. Most clients doesn't mean most 
&lt;br&gt;people or most emails sent, as webmail (hotmail,gmail,yahoo etc) is very popular and a 
&lt;br&gt;lot of them offer a very reduced set of options. The setting isn't obvious (if it exists) on 
&lt;br&gt;outlook or thunderbird either. So to say that the majority of people are aware of the 
&lt;br&gt;feature or have access to it might not be necessarily correct.
&lt;br&gt;&lt;br&gt;I wouldn't be offended by either setting, and hope no one feels too hostile to me for 
&lt;br&gt;bringing the subject up. It has been very interesting as a topic of debate though (even 
&lt;br&gt;if unrelated to GPE development). Admittedly personally having reply-to turned on helps 
&lt;br&gt;in my situation and with my use of the list (saves me cutting and pasting the list email 
&lt;br&gt;into the 'to' field on the webmail client to replace the senders email), but I didn't intend to 
&lt;br&gt;kick up a fuss if other peoples clients and use of the list favoured having reply-to 
&lt;br&gt;disabled.
&lt;br&gt;&lt;br&gt;Daniel
&lt;br&gt;&lt;br&gt;--------------------------------------------------------------
&lt;br&gt;Sent with &amp;quot;Me-Mail&amp;quot;, Boltblue's FREE mobile messaging service.
&lt;br&gt;&lt;a href=&quot;http://www.boltblue.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.boltblue.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gpe-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26407314&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gpe-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Mailing-list-reply-to-field-tp26388802p26407314.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26402277</id>
	<title>Re: Mailing list reply-to field</title>
	<published>2009-11-17T19:42:38Z</published>
	<updated>2009-11-17T19:42:38Z</updated>
	<author>
		<name>Fyodor</name>
	</author>
	<content type="html">On Tue, Nov 17, 2009 at 04:37:25PM +0100, Nils Faerber wrote:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; What do other list members say?
&lt;br&gt;&lt;br&gt;Reply-to munging seems to cause many problems so I leave it turned off
&lt;br&gt;for the mailing lists I administer. &amp;nbsp;This document describes many
&lt;br&gt;of those problems:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.unicom.com/pw/reply-to-harmful.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.unicom.com/pw/reply-to-harmful.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;The authors of Mailman have also come out against reply-to munging in
&lt;br&gt;most cases[1], though they provide the option for people who want it.
&lt;br&gt;It would be nice if list subscribers could set their own Mailman
&lt;br&gt;preference for this.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;Fyodor
&lt;br&gt;&lt;br&gt;[1] &lt;a href=&quot;http://wiki.list.org/pages/viewpage.action?pageId=4030691&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.list.org/pages/viewpage.action?pageId=4030691&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gpe-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26402277&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gpe-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Mailing-list-reply-to-field-tp26388802p26402277.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26399424</id>
	<title>Re: Mailing list reply-to field</title>
	<published>2009-11-17T14:37:06Z</published>
	<updated>2009-11-17T14:37:06Z</updated>
	<author>
		<name>Hendrik Boom-2</name>
	</author>
	<content type="html">On Tue, Nov 17, 2009 at 04:17:13PM +0000, &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26399424&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;daniel.faulkner@...&lt;/a&gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Quoting Peter Bart &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26399424&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;peter@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; On Tue, 17 Nov 2009 16:37:25 +0100
&lt;br&gt;&amp;gt; &amp;gt; Nils Faerber &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26399424&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nils.faerber@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Neal H. Walfield schrieb:
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; At Tue, 17 Nov 2009 12:01:57 +0000,
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26399424&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;daniel.faulkner@...&lt;/a&gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;&amp;gt; Is it possible for someone on the mailing list to set a reply-to
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;&amp;gt; field (if it's possible) in mailman? By default (unlike some of
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;&amp;gt; the other lists I'm on) my emails get addressed to the sender when
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;&amp;gt; I click reply rather than to the list (which I have forgotten
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;&amp;gt; about once or twice).
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;&amp;gt; Just a minor annoyance but one that I expect a few people would
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;&amp;gt; like to see sorted.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; I'm against this. &amp;nbsp;This error is far easier to correct than
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; accidently replying to the list thinking that you are replying to
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; the sender privately, and then trying to rescind that email.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; Moreover, most of the mailing lists I'm on don't turn on this
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; behavior.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Hmm... I should double check that but I had the impression that most
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; have it on, i.e. reply-to list.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; A quick look though my recent emails show that ubuntu-devel-announce reply-to 
&lt;br&gt;&amp;gt; ubuntu-devel-discuss. The 2 local Linux User Groups have it turned on. The 2 
&lt;br&gt;&amp;gt; handhelds.org lists I've had emails from recently have it turned off. So a fairly even mix 
&lt;br&gt;&amp;gt; from the lists I'm on.
&lt;/div&gt;&lt;br&gt;The REPLY-TO header is there so that the sender can indicate where he 
&lt;br&gt;expects to receive a reply. &amp;nbsp;This is for the case where, say, he's using 
&lt;br&gt;someone elses email facility when sending, and wants replies still to 
&lt;br&gt;get to him. &amp;nbsp;Having a mailing list provide a different reply-to header 
&lt;br&gt;may make it impossible to srite to the original sender, and is an abuse 
&lt;br&gt;of protocol.
&lt;br&gt;&lt;br&gt;The official message format has specific list headers to identify a 
&lt;br&gt;mailing list, and mailers are supposed to haver reply-to-list commands.
&lt;br&gt;If yours doesn't, it is broken.
&lt;br&gt;&lt;br&gt;I routinely reply-to-list, and only reply to the sender when that fails.
&lt;br&gt;&lt;br&gt;-- hendrik
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; Some mail clients have list reply functionality (that is, they'll do
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; what you want if you are replying to mailing list mail). &amp;nbsp;Maybe you
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; should investigate that.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Uh - Thunderbird e.g.? I havent seen such functionality in it...
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I've not seen it in thunderbird either (but then again I've not really looked for it, I was 
&lt;br&gt;&amp;gt; using thunderbird because it was better at spam filtering for me).
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; 	Claws for Maemo does. &amp;lt;menu&amp;gt; &amp;lt;message&amp;gt; &amp;lt;reply to&amp;gt; &amp;lt;mailing
&lt;br&gt;&amp;gt; &amp;gt; 	list&amp;gt; I believe Evolution does as well?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I keep meaning to look at evolution (to see if its suitable to replace thunderbird for my 
&lt;br&gt;&amp;gt; needs) when I next do a clean install on my pc
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; What do other list members say?
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; I am open to both settings since I tend to look at the recipients
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; line ;)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; 	It really makes no difference to me.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I'm not to passionate over it provided people are forgiving of those who occasionally 
&lt;br&gt;&amp;gt; forget that reply-to isn't set.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; It's good to see it discussed however.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Daniel
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; --------------------------------------------------------------
&lt;br&gt;&amp;gt; Sent with &amp;quot;Me-Mail&amp;quot;, Boltblue's FREE mobile messaging service.
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.boltblue.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.boltblue.com&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Gpe-list mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26399424&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gpe-list@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-list&lt;/a&gt;&lt;/div&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gpe-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26399424&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gpe-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Mailing-list-reply-to-field-tp26388802p26399424.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26394249</id>
	<title>Re: Mailing list reply-to field</title>
	<published>2009-11-17T08:40:27Z</published>
	<updated>2009-11-17T08:40:27Z</updated>
	<author>
		<name>Peter Bart</name>
	</author>
	<content type="html">On Tue, 17 Nov 2009 15:57:19 +0100
&lt;br&gt;&amp;quot;Neal H. Walfield&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26394249&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;neal@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; At Tue, 17 Nov 2009 12:01:57 +0000,
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26394249&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;daniel.faulkner@...&lt;/a&gt; wrote:
&lt;br&gt;&lt;br&gt;&amp;lt;snip&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;gt; Some mail clients have list reply functionality (that is, they'll do
&lt;br&gt;&amp;gt; what you want if you are replying to mailing list mail). &amp;nbsp;Maybe you
&lt;br&gt;&amp;gt; should investigate that.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; I hate to expose my ignorance, but thanks for making that clear
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; to me. I had seen those options in the menus, but until I read
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; your post they had never made sense.
&lt;br&gt;-- 
&lt;br&gt;Best Regards,
&lt;br&gt;&lt;br&gt;Peter The Plumber
&lt;br&gt;Sent from a mobile Internet Tablet
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gpe-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26394249&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gpe-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Mailing-list-reply-to-field-tp26388802p26394249.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26392747</id>
	<title>Re: Mailing list reply-to field</title>
	<published>2009-11-17T08:17:13Z</published>
	<updated>2009-11-17T08:17:13Z</updated>
	<author>
		<name>daniel.faulkner</name>
	</author>
	<content type="html">Quoting Peter Bart &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26392747&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;peter@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Tue, 17 Nov 2009 16:37:25 +0100
&lt;br&gt;&amp;gt; Nils Faerber &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26392747&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nils.faerber@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Neal H. Walfield schrieb:
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; At Tue, 17 Nov 2009 12:01:57 +0000,
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26392747&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;daniel.faulkner@...&lt;/a&gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt; Is it possible for someone on the mailing list to set a reply-to
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt; field (if it's possible) in mailman? By default (unlike some of
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt; the other lists I'm on) my emails get addressed to the sender when
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt; I click reply rather than to the list (which I have forgotten
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt; about once or twice).
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt; Just a minor annoyance but one that I expect a few people would
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt; like to see sorted.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; I'm against this. &amp;nbsp;This error is far easier to correct than
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; accidently replying to the list thinking that you are replying to
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; the sender privately, and then trying to rescind that email.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Moreover, most of the mailing lists I'm on don't turn on this
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; behavior.
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Hmm... I should double check that but I had the impression that most
&lt;br&gt;&amp;gt; &amp;gt; have it on, i.e. reply-to list.
&lt;/div&gt;&lt;br&gt;A quick look though my recent emails show that ubuntu-devel-announce reply-to 
&lt;br&gt;ubuntu-devel-discuss. The 2 local Linux User Groups have it turned on. The 2 
&lt;br&gt;handhelds.org lists I've had emails from recently have it turned off. So a fairly even mix 
&lt;br&gt;from the lists I'm on.
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Some mail clients have list reply functionality (that is, they'll do
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; what you want if you are replying to mailing list mail). &amp;nbsp;Maybe you
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; should investigate that.
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Uh - Thunderbird e.g.? I havent seen such functionality in it...
&lt;br&gt;&lt;br&gt;I've not seen it in thunderbird either (but then again I've not really looked for it, I was 
&lt;br&gt;using thunderbird because it was better at spam filtering for me).
&lt;br&gt;&lt;br&gt;&amp;gt; 	Claws for Maemo does. &amp;lt;menu&amp;gt; &amp;lt;message&amp;gt; &amp;lt;reply to&amp;gt; &amp;lt;mailing
&lt;br&gt;&amp;gt; 	list&amp;gt; I believe Evolution does as well?
&lt;br&gt;&lt;br&gt;I keep meaning to look at evolution (to see if its suitable to replace thunderbird for my 
&lt;br&gt;needs) when I next do a clean install on my pc
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;gt; What do other list members say?
&lt;br&gt;&amp;gt; &amp;gt; I am open to both settings since I tend to look at the recipients
&lt;br&gt;&amp;gt; &amp;gt; line ;)
&lt;br&gt;&lt;br&gt;&amp;gt; 	It really makes no difference to me.
&lt;br&gt;&lt;br&gt;I'm not to passionate over it provided people are forgiving of those who occasionally 
&lt;br&gt;forget that reply-to isn't set.
&lt;br&gt;&lt;br&gt;It's good to see it discussed however.
&lt;br&gt;&lt;br&gt;Daniel
&lt;br&gt;&lt;br&gt;--------------------------------------------------------------
&lt;br&gt;Sent with &amp;quot;Me-Mail&amp;quot;, Boltblue's FREE mobile messaging service.
&lt;br&gt;&lt;a href=&quot;http://www.boltblue.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.boltblue.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gpe-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26392747&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gpe-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Mailing-list-reply-to-field-tp26388802p26392747.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26392410</id>
	<title>Re: Mailing list reply-to field</title>
	<published>2009-11-17T07:51:16Z</published>
	<updated>2009-11-17T07:51:16Z</updated>
	<author>
		<name>Peter Bart</name>
	</author>
	<content type="html">On Tue, 17 Nov 2009 16:37:25 +0100
&lt;br&gt;Nils Faerber &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26392410&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nils.faerber@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Neal H. Walfield schrieb:
&lt;br&gt;&amp;gt; &amp;gt; At Tue, 17 Nov 2009 12:01:57 +0000,
&lt;br&gt;&amp;gt; &amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26392410&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;daniel.faulkner@...&lt;/a&gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; Is it possible for someone on the mailing list to set a reply-to
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; field (if it's possible) in mailman? By default (unlike some of
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; the other lists I'm on) my emails get addressed to the sender when
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; I click reply rather than to the list (which I have forgotten
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; about once or twice).
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; Just a minor annoyance but one that I expect a few people would
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; like to see sorted.
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; I'm against this. &amp;nbsp;This error is far easier to correct than
&lt;br&gt;&amp;gt; &amp;gt; accidently replying to the list thinking that you are replying to
&lt;br&gt;&amp;gt; &amp;gt; the sender privately, and then trying to rescind that email.
&lt;br&gt;&amp;gt; &amp;gt; Moreover, most of the mailing lists I'm on don't turn on this
&lt;br&gt;&amp;gt; &amp;gt; behavior.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Hmm... I should double check that but I had the impression that most
&lt;br&gt;&amp;gt; have it on, i.e. reply-to list.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Some mail clients have list reply functionality (that is, they'll do
&lt;br&gt;&amp;gt; &amp;gt; what you want if you are replying to mailing list mail). &amp;nbsp;Maybe you
&lt;br&gt;&amp;gt; &amp;gt; should investigate that.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Uh - Thunderbird e.g.? I havent seen such functionality in it...
&lt;/div&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Claws for Maemo does. &amp;lt;menu&amp;gt; &amp;lt;message&amp;gt; &amp;lt;reply to&amp;gt; &amp;lt;mailing
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; list&amp;gt; I believe Evolution does as well?
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; What do other list members say?
&lt;br&gt;&amp;gt; I am open to both settings since I tend to look at the recipients
&lt;br&gt;&amp;gt; line ;)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Neal
&lt;br&gt;&amp;gt; Cheers
&lt;br&gt;&amp;gt; &amp;nbsp; nils
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; It really makes no difference to me.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Best Regards,
&lt;br&gt;&lt;br&gt;Peter The Plumber
&lt;br&gt;Sent from a mobile Internet Tablet
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gpe-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26392410&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gpe-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Mailing-list-reply-to-field-tp26388802p26392410.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26392214</id>
	<title>Re: Mailing list reply-to field</title>
	<published>2009-11-17T07:48:17Z</published>
	<updated>2009-11-17T07:48:17Z</updated>
	<author>
		<name>daniel.faulkner</name>
	</author>
	<content type="html">&lt;div class='shrinkable-quote'&gt;&amp;gt; &amp;gt; Is it possible for someone on the mailing list to set a reply-to field (if
&lt;br&gt;&amp;gt; it's possible) in 
&lt;br&gt;&amp;gt; &amp;gt; mailman? By default (unlike some of the other lists I'm on) my emails get
&lt;br&gt;&amp;gt; addressed to 
&lt;br&gt;&amp;gt; &amp;gt; the sender when I click reply rather than to the list (which I have
&lt;br&gt;&amp;gt; forgotten about once 
&lt;br&gt;&amp;gt; &amp;gt; or twice).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I'm against this. &amp;nbsp;This error is far easier to correct than accidently
&lt;br&gt;&amp;gt; replying to the list thinking that you are replying to the sender
&lt;br&gt;&amp;gt; privately, and then trying to rescind that email. &amp;nbsp;Moreover, most of
&lt;br&gt;&amp;gt; the mailing lists I'm on don't turn on this behavior.
&lt;/div&gt;&lt;br&gt;It would be easier to correct and I can see your point that an email accidently sent to 
&lt;br&gt;the list would be more annoying than an email accidently being sent twice to 1 person 
&lt;br&gt;(once personally and once by the list providing you notice that you failed to email the 
&lt;br&gt;list). It would only be awkward if you wanted to post something to the list that was 
&lt;br&gt;urgent or important and didn't notice it had only gone to 1 person.
&lt;br&gt;&lt;br&gt;I know of a couple of small lists with reply-to turned on, but they are admittedly small 
&lt;br&gt;rather specific lists. So it would be rare that you would want to reply to someone off 
&lt;br&gt;list, and theres no reason for anyone to reply with personal or private details.
&lt;br&gt;&lt;br&gt;As the reply-to feature is a valid concern to you it makes sense to leave it off. But it 
&lt;br&gt;was something that I wanted to bring up in case everyone else was finding it annoying 
&lt;br&gt;and only ever replyed to each other through the list.
&lt;br&gt;&lt;br&gt;&amp;gt; Some mail clients have list reply functionality (that is, they'll do
&lt;br&gt;&amp;gt; what you want if you are replying to mailing list mail). &amp;nbsp;Maybe you
&lt;br&gt;&amp;gt; should investigate that.
&lt;br&gt;&lt;br&gt;I would but unfortunatly I don't seem to spend much time at home with my usual pc. So 
&lt;br&gt;I'm often limited to webmail (and my webmail account is of a rather poor quality 
&lt;br&gt;unfortunatly) and I often forget to change the email address. 
&lt;br&gt;&lt;br&gt;So I would like to apologise in advance to anyone who recieves duplicates of my 
&lt;br&gt;posts. I do try and check my inbox to see that my posts are appearing but in case I 
&lt;br&gt;forget if you recieve a post from me (not through the list) that is obviously intended for 
&lt;br&gt;the list and isn't re-posted to the list in the next day or so I would appreciate it if you 
&lt;br&gt;would mention it to me.
&lt;br&gt;&lt;br&gt;Thanks for the insightful input on my post neal.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Daniel
&lt;br&gt;&lt;br&gt;--------------------------------------------------------------
&lt;br&gt;Sent with &amp;quot;Me-Mail&amp;quot;, Boltblue's FREE mobile messaging service.
&lt;br&gt;&lt;a href=&quot;http://www.boltblue.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.boltblue.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gpe-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26392214&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gpe-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Mailing-list-reply-to-field-tp26388802p26392214.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26392011</id>
	<title>Re: Mailing list reply-to field</title>
	<published>2009-11-17T07:37:25Z</published>
	<updated>2009-11-17T07:37:25Z</updated>
	<author>
		<name>Nils Faerber</name>
	</author>
	<content type="html">Neal H. Walfield schrieb:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; At Tue, 17 Nov 2009 12:01:57 +0000,
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26392011&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;daniel.faulkner@...&lt;/a&gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; Is it possible for someone on the mailing list to set a reply-to field (if it's possible) in 
&lt;br&gt;&amp;gt;&amp;gt; mailman? By default (unlike some of the other lists I'm on) my emails get addressed to 
&lt;br&gt;&amp;gt;&amp;gt; the sender when I click reply rather than to the list (which I have forgotten about once 
&lt;br&gt;&amp;gt;&amp;gt; or twice).
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Just a minor annoyance but one that I expect a few people would like to see sorted.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I'm against this. &amp;nbsp;This error is far easier to correct than accidently
&lt;br&gt;&amp;gt; replying to the list thinking that you are replying to the sender
&lt;br&gt;&amp;gt; privately, and then trying to rescind that email. &amp;nbsp;Moreover, most of
&lt;br&gt;&amp;gt; the mailing lists I'm on don't turn on this behavior.
&lt;/div&gt;&lt;br&gt;Hmm... I should double check that but I had the impression that most
&lt;br&gt;have it on, i.e. reply-to list.
&lt;br&gt;&lt;br&gt;&amp;gt; Some mail clients have list reply functionality (that is, they'll do
&lt;br&gt;&amp;gt; what you want if you are replying to mailing list mail). &amp;nbsp;Maybe you
&lt;br&gt;&amp;gt; should investigate that.
&lt;br&gt;&lt;br&gt;Uh - Thunderbird e.g.? I havent seen such functionality in it...
&lt;br&gt;&lt;br&gt;&lt;br&gt;What do other list members say?
&lt;br&gt;I am open to both settings since I tend to look at the recipients line ;)
&lt;br&gt;&lt;br&gt;&amp;gt; Neal
&lt;br&gt;Cheers
&lt;br&gt;&amp;nbsp; nils
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;kernel concepts GbR &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Tel: +49-271-771091-12
&lt;br&gt;Sieghuetter Hauptweg 48 &amp;nbsp; &amp;nbsp;Fax: +49-271-771091-19
&lt;br&gt;D-57072 Siegen &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Mob: +49-176-21024535
&lt;br&gt;&lt;a href=&quot;http://www.kernelconcepts.de&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.kernelconcepts.de&lt;/a&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gpe-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26392011&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gpe-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Mailing-list-reply-to-field-tp26388802p26392011.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26391951</id>
	<title>Re: Mailing list reply-to field</title>
	<published>2009-11-17T07:34:01Z</published>
	<updated>2009-11-17T07:34:01Z</updated>
	<author>
		<name>Nils Faerber</name>
	</author>
	<content type="html">&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26391951&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;daniel.faulkner@...&lt;/a&gt; schrieb:
&lt;br&gt;&amp;gt; Is it possible for someone on the mailing list to set a reply-to field (if it's possible) in 
&lt;br&gt;&amp;gt; mailman? By default (unlike some of the other lists I'm on) my emails get addressed to 
&lt;br&gt;&amp;gt; the sender when I click reply rather than to the list (which I have forgotten about once 
&lt;br&gt;&amp;gt; or twice).
&lt;br&gt;&lt;br&gt;Done ;)
&lt;br&gt;&lt;br&gt;&amp;gt; Just a minor annoyance but one that I expect a few people would like to see sorted.
&lt;br&gt;&lt;br&gt;Perfectly valid point - was just a not-very-well-thought-through-default
&lt;br&gt;by mailman upon list creation.
&lt;br&gt;&lt;br&gt;&amp;gt; Daniel
&lt;br&gt;Cheers
&lt;br&gt;&amp;nbsp; nils
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;kernel concepts GbR &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Tel: +49-271-771091-12
&lt;br&gt;Sieghuetter Hauptweg 48 &amp;nbsp; &amp;nbsp;Fax: +49-271-771091-19
&lt;br&gt;D-57072 Siegen &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Mob: +49-176-21024535
&lt;br&gt;&lt;a href=&quot;http://www.kernelconcepts.de&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.kernelconcepts.de&lt;/a&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gpe-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26391951&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gpe-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Mailing-list-reply-to-field-tp26388802p26391951.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26391915</id>
	<title>Re: Mailing list reply-to field</title>
	<published>2009-11-17T06:57:19Z</published>
	<updated>2009-11-17T06:57:19Z</updated>
	<author>
		<name>Neal H. Walfield</name>
	</author>
	<content type="html">At Tue, 17 Nov 2009 12:01:57 +0000,
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26391915&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;daniel.faulkner@...&lt;/a&gt; wrote:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Is it possible for someone on the mailing list to set a reply-to field (if it's possible) in 
&lt;br&gt;&amp;gt; mailman? By default (unlike some of the other lists I'm on) my emails get addressed to 
&lt;br&gt;&amp;gt; the sender when I click reply rather than to the list (which I have forgotten about once 
&lt;br&gt;&amp;gt; or twice).
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Just a minor annoyance but one that I expect a few people would like to see sorted.
&lt;br&gt;&lt;br&gt;I'm against this. &amp;nbsp;This error is far easier to correct than accidently
&lt;br&gt;replying to the list thinking that you are replying to the sender
&lt;br&gt;privately, and then trying to rescind that email. &amp;nbsp;Moreover, most of
&lt;br&gt;the mailing lists I'm on don't turn on this behavior.
&lt;br&gt;&lt;br&gt;Some mail clients have list reply functionality (that is, they'll do
&lt;br&gt;what you want if you are replying to mailing list mail). &amp;nbsp;Maybe you
&lt;br&gt;should investigate that.
&lt;br&gt;&lt;br&gt;Neal
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gpe-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26391915&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gpe-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Mailing-list-reply-to-field-tp26388802p26391915.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26388802</id>
	<title>Mailing list reply-to field</title>
	<published>2009-11-17T04:01:57Z</published>
	<updated>2009-11-17T04:01:57Z</updated>
	<author>
		<name>daniel.faulkner</name>
	</author>
	<content type="html">Is it possible for someone on the mailing list to set a reply-to field (if it's possible) in 
&lt;br&gt;mailman? By default (unlike some of the other lists I'm on) my emails get addressed to 
&lt;br&gt;the sender when I click reply rather than to the list (which I have forgotten about once 
&lt;br&gt;or twice).
&lt;br&gt;&lt;br&gt;Just a minor annoyance but one that I expect a few people would like to see sorted.
&lt;br&gt;&lt;br&gt;Daniel
&lt;br&gt;&lt;br&gt;--------------------------------------------------------------
&lt;br&gt;Sent with &amp;quot;Me-Mail&amp;quot;, Boltblue's FREE mobile messaging service.
&lt;br&gt;&lt;a href=&quot;http://www.boltblue.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.boltblue.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gpe-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26388802&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gpe-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Mailing-list-reply-to-field-tp26388802p26388802.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26299098</id>
	<title>Re: Source code documentation</title>
	<published>2009-11-11T02:25:50Z</published>
	<updated>2009-11-11T02:25:50Z</updated>
	<author>
		<name>daniel.faulkner</name>
	</author>
	<content type="html">&amp;gt; I've upload file into GPE Project list
&lt;br&gt;&amp;gt; (&lt;a href=&quot;http://projects.linuxtogo.org/frs/download.php/237/Documentation&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://projects.linuxtogo.org/frs/download.php/237/Documentation&lt;/a&gt;&lt;br&gt;_Test.7z)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; If I can't upload the test on that category, mail me and I'll delete the
&lt;br&gt;&amp;gt; file.
&lt;br&gt;&lt;br&gt;Thats working fine thanks. I've had a quick look (but only briefly so can't give
&lt;br&gt;much 
&lt;br&gt;feed back on it atm). The dependancies charts look good. But not sure how useful
&lt;br&gt;it 
&lt;br&gt;would be at discovering the purpose of various functions etc. in the code until
&lt;br&gt;I've 
&lt;br&gt;looked over it further.
&lt;br&gt;&lt;br&gt;Does look like an interesting starting point for developer documentation but
&lt;br&gt;(from what 
&lt;br&gt;I've seen) would need someone to go through and take out the useful sections and
&lt;br&gt;put 
&lt;br&gt;them into a wiki/guide.
&lt;br&gt;&lt;br&gt;Daniel
&lt;br&gt;&lt;br&gt;--------------------------------------------------------------
&lt;br&gt;Sent with &amp;quot;Me-Mail&amp;quot;, Boltblue's FREE mobile messaging service.
&lt;br&gt;&lt;a href=&quot;http://www.boltblue.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.boltblue.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gpe-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26299098&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gpe-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Source-code-documentation-tp26282372p26299098.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26283308</id>
	<title>Re: Source code documentation</title>
	<published>2009-11-10T05:21:11Z</published>
	<updated>2009-11-10T05:21:11Z</updated>
	<author>
		<name>Miguel Menéndez</name>
	</author>
	<content type="html">&lt;br&gt;Attached file was not send
&lt;br&gt;&lt;br&gt;I've upload file into GPE Project list
&lt;br&gt;(&lt;a href=&quot;http://projects.linuxtogo.org/frs/download.php/237/Documentation_Test.7z&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://projects.linuxtogo.org/frs/download.php/237/Documentation_Test.7z&lt;/a&gt;)
&lt;br&gt;&lt;br&gt;If I can't upload the test on that category, mail me and I'll delete the file.
&lt;br&gt;&lt;br&gt;Regards
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gpe-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26283308&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gpe-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Source-code-documentation-tp26282372p26283308.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26283182</id>
	<title>Re: Source code documentation</title>
	<published>2009-11-10T04:49:57Z</published>
	<updated>2009-11-10T04:49:57Z</updated>
	<author>
		<name>daniel.faulkner</name>
	</author>
	<content type="html">&amp;gt; After running Doxygen with GPE-Todo I get the attached file. What do &amp;nbsp;
&lt;br&gt;&amp;gt; you think about this for all the gpe source code?
&lt;br&gt;&lt;br&gt;I'm not sure if it's just my email account acting up (which it does on a regular basis) but 
&lt;br&gt;I don't see an attachment.
&lt;br&gt;&lt;br&gt;Daniel
&lt;br&gt;&lt;br&gt;--------------------------------------------------------------
&lt;br&gt;Sent with &amp;quot;Me-Mail&amp;quot;, Boltblue's FREE mobile messaging service.
&lt;br&gt;&lt;a href=&quot;http://www.boltblue.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.boltblue.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gpe-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26283182&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gpe-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Source-code-documentation-tp26282372p26283182.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26282372</id>
	<title>Source code documentation</title>
	<published>2009-11-10T04:04:28Z</published>
	<updated>2009-11-10T04:04:28Z</updated>
	<author>
		<name>Miguel Menéndez</name>
	</author>
	<content type="html">&lt;br&gt;Hi
&lt;br&gt;&lt;br&gt;Checking GPE source code I had not found documentation related with &amp;nbsp;
&lt;br&gt;code. You can check comments, but this is not useful for a global &amp;nbsp;
&lt;br&gt;aproach to the program. There's a tool called Doxygen which give you &amp;nbsp;
&lt;br&gt;more info.
&lt;br&gt;&lt;br&gt;After running Doxygen with GPE-Todo I get the attached file. What do &amp;nbsp;
&lt;br&gt;you think about this for all the gpe source code?
&lt;br&gt;&lt;br&gt;Regards
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gpe-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26282372&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gpe-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Source-code-documentation-tp26282372p26282372.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26277217</id>
	<title>Re: Bug cleanup</title>
	<published>2009-11-09T17:25:40Z</published>
	<updated>2009-11-09T17:25:40Z</updated>
	<author>
		<name>Florian Boor-2</name>
	</author>
	<content type="html">Hi Daniel,
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26277217&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;daniel.faulkner@...&lt;/a&gt; schrieb:
&lt;br&gt;&amp;gt; Just a short message to say that if no one objects I think I might start going
&lt;br&gt;&amp;gt; through the GPE bugs and organise/clarify/categorise/comment on them during the next
&lt;br&gt;&amp;gt; month. Just it is something I can do easily while at work in my lunch break or while
&lt;br&gt;&amp;gt; away from my normal desktop.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; It looks like there are a few old bugs on bugzilla and clearing them up a bit might
&lt;br&gt;&amp;gt; make it a bit easier to identify the 'low hanging fruit' so to speak which I could
&lt;br&gt;&amp;gt; have a go at fixing when I am at my desktop.
&lt;br&gt;&lt;br&gt;yes this is a good idea and a contribution that helps quite a lot. Please go ahead!
&lt;br&gt;&lt;br&gt;Greetings
&lt;br&gt;&lt;br&gt;Florian
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;The dream of yesterday &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Florian Boor
&lt;br&gt;is the hope of today &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Tel: +49 271-771091-15
&lt;br&gt;and the reality of tomorrow. &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Fax: +49 271-771091-19
&lt;br&gt;[Robert Hutchings Goddard, 1904] &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26277217&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;florian.boor@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://www.kernelconcepts.de/en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.kernelconcepts.de/en&lt;/a&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gpe-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26277217&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gpe-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Bug-cleanup-tp26069600p26277217.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26264459</id>
	<title>Gpe-bugs Digest, Vol 36, Issue 5</title>
	<published>2009-11-09T03:00:02Z</published>
	<updated>2009-11-09T03:00:02Z</updated>
	<author>
		<name>gpe-bugs-request</name>
	</author>
	<content type="html">Send Gpe-bugs mailing list submissions to
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26264459&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;To subscribe or unsubscribe via the World Wide Web, visit
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-bugs&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-bugs&lt;/a&gt;&lt;br&gt;or, via email, send a message with subject or body 'help' to
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26264459&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs-request@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;You can reach the person managing the list at
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26264459&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs-owner@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;When replying, please edit your Subject line so it is more specific
&lt;br&gt;than &amp;quot;Re: Contents of Gpe-bugs digest...&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;br&gt;Today's Topics:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;1. [Bug 138] &amp;nbsp;Impossible to enter international characters such
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; as ? ? ? ? ? (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26264459&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;)
&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;Message: 1
&lt;br&gt;Date: Sun, 08 Nov 2009 21:31:23 +0100
&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26264459&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;
&lt;br&gt;Subject: [Gpe-bugs] [Bug 138] &amp;nbsp;Impossible to enter international
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; characters such as ? ? ? ? ?
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26264459&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs@...&lt;/a&gt;
&lt;br&gt;Message-ID: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26264459&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;E1N7EPz-0005Yc-51@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Content-Type: text/plain; charset=&amp;quot;UTF-8&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://bugs.linuxtogo.org/show_bug.cgi?id=138&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/show_bug.cgi?id=138&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Comment #11 from Daniel &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26264459&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;daniel.faulkner@...&lt;/a&gt;&amp;gt; &amp;nbsp;2009-11-08 21:31:22 ---
&lt;br&gt;I have no objection to leaving this bug open if it applies to GPE. But I fail
&lt;br&gt;to see, and would welcome an explanation, of what GPE could do to close this
&lt;br&gt;bug.
&lt;br&gt;&lt;br&gt;I don't believe GPE has it's own keyboard app (and writing one would be a waste
&lt;br&gt;of resources as matchbox/X seem to provide this functionality and it would be
&lt;br&gt;upto the distribution to choose what keyboard they want to use anyway).
&lt;br&gt;&lt;br&gt;Maybe a special character input screen? But this does sound more like something
&lt;br&gt;that should be integrated into the keyboard app itself.
&lt;br&gt;&lt;br&gt;Alternatively maybe an app to check what keyboard keymaps are available and
&lt;br&gt;change them easily? (I'm not sure how easy this would be to implement as it
&lt;br&gt;depends on how many keyboard apps it needs to support and how standard the
&lt;br&gt;keymap changing mechanisms are, something that would have to be looked into)
&lt;br&gt;&lt;br&gt;Either way a clear indication of what you believe would be needed to fix this
&lt;br&gt;issue would help. Currently I am in a muddle as to what is expected of GPE in
&lt;br&gt;order to fix this, that wouldn't be better suited to being fixed at the
&lt;br&gt;distribution or matchbox/X level.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gpe-bugs mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26264459&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gpe-bugs@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-bugs&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-bugs&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;End of Gpe-bugs Digest, Vol 36, Issue 5
&lt;br&gt;***************************************
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gpe-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26264459&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gpe-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Gpe-bugs-Digest%2C-Vol-36%2C-Issue-5-tp26264459p26264459.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26252616</id>
	<title>Gpe-bugs Digest, Vol 36, Issue 4</title>
	<published>2009-11-08T02:59:17Z</published>
	<updated>2009-11-08T02:59:17Z</updated>
	<author>
		<name>gpe-bugs-request</name>
	</author>
	<content type="html">Send Gpe-bugs mailing list submissions to
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26252616&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;To subscribe or unsubscribe via the World Wide Web, visit
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-bugs&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-bugs&lt;/a&gt;&lt;br&gt;or, via email, send a message with subject or body 'help' to
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26252616&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs-request@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;You can reach the person managing the list at
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26252616&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs-owner@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;When replying, please edit your Subject line so it is more specific
&lt;br&gt;than &amp;quot;Re: Contents of Gpe-bugs digest...&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;br&gt;Today's Topics:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;1. [Bug 138] &amp;nbsp;Impossible to enter international characters such
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; as ? ? ? ? ? (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26252616&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;)
&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;Message: 1
&lt;br&gt;Date: Sat, 07 Nov 2009 15:56:42 +0100
&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26252616&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;
&lt;br&gt;Subject: [Gpe-bugs] [Bug 138] &amp;nbsp;Impossible to enter international
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; characters such as ? ? ? ? ?
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26252616&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs@...&lt;/a&gt;
&lt;br&gt;Message-ID: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26252616&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;E1N6miY-000081-3J@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Content-Type: text/plain; charset=&amp;quot;UTF-8&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://bugs.linuxtogo.org/show_bug.cgi?id=138&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/show_bug.cgi?id=138&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Comment #10 from Paul Sokolovsky &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26252616&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pmiscml@...&lt;/a&gt;&amp;gt; &amp;nbsp;2009-11-07 15:56:41 ---
&lt;br&gt;Rolf, you are so cute ;-)
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gpe-bugs mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26252616&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gpe-bugs@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-bugs&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-bugs&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;End of Gpe-bugs Digest, Vol 36, Issue 4
&lt;br&gt;***************************************
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gpe-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26252616&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gpe-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Gpe-bugs-Digest%2C-Vol-36%2C-Issue-4-tp26252616p26252616.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26243755</id>
	<title>Gpe-bugs Digest, Vol 36, Issue 3</title>
	<published>2009-11-07T03:00:02Z</published>
	<updated>2009-11-07T03:00:02Z</updated>
	<author>
		<name>gpe-bugs-request</name>
	</author>
	<content type="html">Send Gpe-bugs mailing list submissions to
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26243755&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;To subscribe or unsubscribe via the World Wide Web, visit
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-bugs&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-bugs&lt;/a&gt;&lt;br&gt;or, via email, send a message with subject or body 'help' to
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26243755&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs-request@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;You can reach the person managing the list at
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26243755&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs-owner@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;When replying, please edit your Subject line so it is more specific
&lt;br&gt;than &amp;quot;Re: Contents of Gpe-bugs digest...&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;br&gt;Today's Topics:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;1. [Bug 86] [patch] Standards compliant desktop file
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26243755&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;)
&lt;br&gt;&amp;nbsp; &amp;nbsp;2. [Bug 126] wrong install path (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26243755&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;)
&lt;br&gt;&amp;nbsp; &amp;nbsp;3. [Bug 126] wrong install path (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26243755&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;)
&lt;br&gt;&amp;nbsp; &amp;nbsp;4. [Bug 280] Untranslatable week days (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26243755&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;)
&lt;br&gt;&amp;nbsp; &amp;nbsp;5. [Bug 138] &amp;nbsp;Impossible to enter international characters such
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; as ? ? ? ? ? (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26243755&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;)
&lt;br&gt;&amp;nbsp; &amp;nbsp;6. [Bug 134] toolbar icons - low resolution
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26243755&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;)
&lt;br&gt;&amp;nbsp; &amp;nbsp;7. [Bug 138] &amp;nbsp;Impossible to enter international characters such
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; as ? ? ? ? ? (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26243755&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;)
&lt;br&gt;&amp;nbsp; &amp;nbsp;8. [Bug 280] Untranslatable week days (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26243755&amp;i=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;)
&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;Message: 1
&lt;br&gt;Date: Fri, 06 Nov 2009 12:03:43 +0100
&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26243755&amp;i=11&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;
&lt;br&gt;Subject: [Gpe-bugs] [Bug 86] [patch] Standards compliant desktop file
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26243755&amp;i=12&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs@...&lt;/a&gt;
&lt;br&gt;Message-ID: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26243755&amp;i=13&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;E1N6MbX-0005ob-9F@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Content-Type: text/plain; charset=&amp;quot;UTF-8&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://bugs.linuxtogo.org/show_bug.cgi?id=86&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/show_bug.cgi?id=86&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Comment #2 from Daniel &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26243755&amp;i=14&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;daniel.faulkner@...&lt;/a&gt;&amp;gt; &amp;nbsp;2009-11-06 12:03:43 ---
&lt;br&gt;There seem to be a few bugs similar to this, should a review of how GPE handles
&lt;br&gt;.desktop files and menu/panel items be added to the todo list on the wiki? 
&lt;br&gt;Where possible modifying GPE to keep it inline with the freedesktop.org spec
&lt;br&gt;sounds like a good idea, as it makes the applications more portable and should
&lt;br&gt;reduce the number of patches needed by other distributions using applications
&lt;br&gt;built for GPE.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------
&lt;br&gt;&lt;br&gt;Message: 2
&lt;br&gt;Date: Fri, 06 Nov 2009 15:07:45 +0100
&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26243755&amp;i=15&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;
&lt;br&gt;Subject: [Gpe-bugs] [Bug 126] wrong install path
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26243755&amp;i=16&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs@...&lt;/a&gt;
&lt;br&gt;Message-ID: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26243755&amp;i=17&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;E1N6PTd-0004A6-Gi@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Content-Type: text/plain; charset=&amp;quot;UTF-8&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://bugs.linuxtogo.org/show_bug.cgi?id=126&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/show_bug.cgi?id=126&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Daniel &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26243755&amp;i=18&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;daniel.faulkner@...&lt;/a&gt;&amp;gt; changed:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;What &amp;nbsp; &amp;nbsp;|Removed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |Added
&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;CC| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26243755&amp;i=19&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;daniel.faulkner@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|, &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26243755&amp;i=20&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are on the CC list for the bug.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------
&lt;br&gt;&lt;br&gt;Message: 3
&lt;br&gt;Date: Fri, 06 Nov 2009 15:10:05 +0100
&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26243755&amp;i=21&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;
&lt;br&gt;Subject: [Gpe-bugs] [Bug 126] wrong install path
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26243755&amp;i=22&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs@...&lt;/a&gt;
&lt;br&gt;Message-ID: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26243755&amp;i=23&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;E1N6PVt-0004Ha-Vk@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Content-Type: text/plain; charset=&amp;quot;UTF-8&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://bugs.linuxtogo.org/show_bug.cgi?id=126&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/show_bug.cgi?id=126&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Daniel &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26243755&amp;i=24&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;daniel.faulkner@...&lt;/a&gt;&amp;gt; changed:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;What &amp;nbsp; &amp;nbsp;|Removed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |Added
&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26243755&amp;i=25&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;CC|daniel.faulkner@...&lt;/a&gt;|
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|, &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26243755&amp;i=26&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs@...&lt;/a&gt; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are on the CC list for the bug.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------
&lt;br&gt;&lt;br&gt;Message: 4
&lt;br&gt;Date: Fri, 06 Nov 2009 15:16:19 +0100
&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26243755&amp;i=27&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;
&lt;br&gt;Subject: [Gpe-bugs] [Bug 280] Untranslatable week days
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26243755&amp;i=28&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs@...&lt;/a&gt;
&lt;br&gt;Message-ID: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26243755&amp;i=29&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;E1N6Pbv-0006oF-IH@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Content-Type: text/plain; charset=&amp;quot;UTF-8&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://bugs.linuxtogo.org/show_bug.cgi?id=280&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/show_bug.cgi?id=280&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Comment #1 from Daniel &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26243755&amp;i=30&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;daniel.faulkner@...&lt;/a&gt;&amp;gt; &amp;nbsp;2009-11-06 15:16:19 ---
&lt;br&gt;This looks like it could be an easy fix if anyone is available to check this
&lt;br&gt;works and apply it.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------
&lt;br&gt;&lt;br&gt;Message: 5
&lt;br&gt;Date: Fri, 06 Nov 2009 16:12:21 +0100
&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26243755&amp;i=31&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;
&lt;br&gt;Subject: [Gpe-bugs] [Bug 138] &amp;nbsp;Impossible to enter international
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; characters such as ? ? ? ? ?
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26243755&amp;i=32&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs@...&lt;/a&gt;
&lt;br&gt;Message-ID: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26243755&amp;i=33&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;E1N6QU9-0000vL-Kr@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Content-Type: text/plain; charset=&amp;quot;UTF-8&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://bugs.linuxtogo.org/show_bug.cgi?id=138&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/show_bug.cgi?id=138&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Comment #8 from Daniel &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26243755&amp;i=34&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;daniel.faulkner@...&lt;/a&gt;&amp;gt; &amp;nbsp;2009-11-06 16:12:21 ---
&lt;br&gt;I'm not clear that this bug applies to a GPE package (might be a matchbox or x
&lt;br&gt;issue?), the bug report refered to at the openembedded bug tracker has been
&lt;br&gt;closed as won't fix.
&lt;br&gt;&lt;br&gt;Unless the person who submitted, or those who commented, on this bug have any
&lt;br&gt;objection or further input I would propose to follow the openembedded example
&lt;br&gt;and close this bug here also.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------
&lt;br&gt;&lt;br&gt;Message: 6
&lt;br&gt;Date: Fri, 06 Nov 2009 16:53:13 +0100
&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26243755&amp;i=35&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;
&lt;br&gt;Subject: [Gpe-bugs] [Bug 134] toolbar icons - low resolution
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26243755&amp;i=36&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs@...&lt;/a&gt;
&lt;br&gt;Message-ID: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26243755&amp;i=37&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;E1N6R7h-0000BB-Hn@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Content-Type: text/plain; charset=&amp;quot;UTF-8&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://bugs.linuxtogo.org/show_bug.cgi?id=134&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/show_bug.cgi?id=134&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Comment #1 from Daniel &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26243755&amp;i=38&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;daniel.faulkner@...&lt;/a&gt;&amp;gt; &amp;nbsp;2009-11-06 16:53:13 ---
&lt;br&gt;Before you start making a new tango style icon set you might want to post a
&lt;br&gt;message to the forum to check it's not been done already, as I know someone on
&lt;br&gt;the list has been working on a tango icon set for GPE. (I'm not sure if it has
&lt;br&gt;been uploaded to svn yet)
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------
&lt;br&gt;&lt;br&gt;Message: 7
&lt;br&gt;Date: Fri, 06 Nov 2009 17:04:44 +0100
&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26243755&amp;i=39&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;
&lt;br&gt;Subject: [Gpe-bugs] [Bug 138] &amp;nbsp;Impossible to enter international
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; characters such as ? ? ? ? ?
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26243755&amp;i=40&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs@...&lt;/a&gt;
&lt;br&gt;Message-ID: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26243755&amp;i=41&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;E1N6RIq-0005s9-0j@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Content-Type: text/plain; charset=&amp;quot;UTF-8&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://bugs.linuxtogo.org/show_bug.cgi?id=138&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/show_bug.cgi?id=138&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Comment #9 from Rolf Leggewie &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26243755&amp;i=42&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugs.linuxtogo.org@...&lt;/a&gt;&amp;gt; &amp;nbsp;2009-11-06 17:04:44 ---
&lt;br&gt;The OE bug was closed for political reasons to calm down a ranting maniac. &amp;nbsp;An
&lt;br&gt;exact copy in meaning, but with a bit more focus, was reopened with number
&lt;br&gt;3510. &amp;nbsp;As far as I know, the issue is not resolved. &amp;nbsp;In general, that doesn't
&lt;br&gt;keep some people from closing tickets for the sake of reducing the number of
&lt;br&gt;open tickets instead of solving actual problems. &amp;nbsp;If you're one of them, feel
&lt;br&gt;free to close, I guess. &amp;nbsp;With the little love GPE is getting the chances of a
&lt;br&gt;fix seeing the light of day are probably rather slim.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------
&lt;br&gt;&lt;br&gt;Message: 8
&lt;br&gt;Date: Fri, 06 Nov 2009 17:45:56 +0100
&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26243755&amp;i=43&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;
&lt;br&gt;Subject: [Gpe-bugs] [Bug 280] Untranslatable week days
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26243755&amp;i=44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs@...&lt;/a&gt;
&lt;br&gt;Message-ID: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26243755&amp;i=45&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;E1N6Rwi-00075m-V3@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Content-Type: text/plain; charset=&amp;quot;UTF-8&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://bugs.linuxtogo.org/show_bug.cgi?id=280&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/show_bug.cgi?id=280&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Comment #2 from Fabr?cio Godoy &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26243755&amp;i=46&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;skarllot@...&lt;/a&gt;&amp;gt; &amp;nbsp;2009-11-06 17:45:57 ---
&lt;br&gt;Correcting, the code should be changed to:
&lt;br&gt;&lt;br&gt;---
&lt;br&gt;const char *days[]
&lt;br&gt;&amp;nbsp; &amp;nbsp; = { Q_(&amp;quot;week0|M&amp;quot;), Q_(&amp;quot;week1|T&amp;quot;), Q_(&amp;quot;week2|W&amp;quot;), Q_(&amp;quot;week3|T&amp;quot;),
&lt;br&gt;Q_(&amp;quot;week4|F&amp;quot;),
&lt;br&gt;Q_(&amp;quot;week5|S&amp;quot;), Q_(&amp;quot;week6|S&amp;quot;) };
&lt;br&gt;---
&lt;br&gt;&lt;br&gt;But this may do not work, as the original code. Should be used &amp;quot;N_&amp;quot; and when
&lt;br&gt;use days variable then use &amp;quot;Q_&amp;quot; or &amp;quot;_&amp;quot;.
&lt;br&gt;&lt;br&gt;---
&lt;br&gt;function_that_use_days(Q_(days[index_var]));
&lt;br&gt;---
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gpe-bugs mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26243755&amp;i=47&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gpe-bugs@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-bugs&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-bugs&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;End of Gpe-bugs Digest, Vol 36, Issue 3
&lt;br&gt;***************************************
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gpe-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26243755&amp;i=48&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gpe-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Gpe-bugs-Digest%2C-Vol-36%2C-Issue-3-tp26243755p26243755.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26230096</id>
	<title>Gpe-bugs Digest, Vol 36, Issue 2</title>
	<published>2009-11-06T03:00:01Z</published>
	<updated>2009-11-06T03:00:01Z</updated>
	<author>
		<name>gpe-bugs-request</name>
	</author>
	<content type="html">Send Gpe-bugs mailing list submissions to
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26230096&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;To subscribe or unsubscribe via the World Wide Web, visit
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-bugs&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-bugs&lt;/a&gt;&lt;br&gt;or, via email, send a message with subject or body 'help' to
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26230096&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs-request@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;You can reach the person managing the list at
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26230096&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs-owner@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;When replying, please edit your Subject line so it is more specific
&lt;br&gt;than &amp;quot;Re: Contents of Gpe-bugs digest...&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;br&gt;Today's Topics:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;1. [Bug 88] gpe-clock .desktop patch (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26230096&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;)
&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;Message: 1
&lt;br&gt;Date: Fri, 06 Nov 2009 11:53:48 +0100
&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26230096&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;
&lt;br&gt;Subject: [Gpe-bugs] [Bug 88] gpe-clock .desktop patch
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26230096&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs@...&lt;/a&gt;
&lt;br&gt;Message-ID: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26230096&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;E1N6MRw-0001FO-8w@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Content-Type: text/plain; charset=&amp;quot;UTF-8&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://bugs.linuxtogo.org/show_bug.cgi?id=88&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/show_bug.cgi?id=88&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Comment #2 from Daniel &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26230096&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;daniel.faulkner@...&lt;/a&gt;&amp;gt; &amp;nbsp;2009-11-06 11:53:48 ---
&lt;br&gt;Was there any decision made from the discussion mentioned in the previous
&lt;br&gt;comment as this bug has been open a while.
&lt;br&gt;&lt;br&gt;Was this discussion summarised anywhere so it can be commented on? If it
&lt;br&gt;doesn't already exist could we do with a wiki page documenting the menu/panel
&lt;br&gt;categorisation, and if it complies with the freedesktop.org standards?
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gpe-bugs mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26230096&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gpe-bugs@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-bugs&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-bugs&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;End of Gpe-bugs Digest, Vol 36, Issue 2
&lt;br&gt;***************************************
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gpe-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26230096&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gpe-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Gpe-bugs-Digest%2C-Vol-36%2C-Issue-2-tp26230096p26230096.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26149883</id>
	<title>Gpe-bugs Digest, Vol 36, Issue 1</title>
	<published>2009-11-01T03:00:02Z</published>
	<updated>2009-11-01T03:00:02Z</updated>
	<author>
		<name>gpe-bugs-request</name>
	</author>
	<content type="html">Send Gpe-bugs mailing list submissions to
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26149883&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;To subscribe or unsubscribe via the World Wide Web, visit
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-bugs&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-bugs&lt;/a&gt;&lt;br&gt;or, via email, send a message with subject or body 'help' to
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26149883&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs-request@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;You can reach the person managing the list at
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26149883&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs-owner@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;When replying, please edit your Subject line so it is more specific
&lt;br&gt;than &amp;quot;Re: Contents of Gpe-bugs digest...&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;br&gt;Today's Topics:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;1. [Bug 312] Segfault when importing from command line
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26149883&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;)
&lt;br&gt;&amp;nbsp; &amp;nbsp;2. [Bug 312] Segfault when importing from command line
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26149883&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;)
&lt;br&gt;&amp;nbsp; &amp;nbsp;3. [Bug 313] UID is not preserved. (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26149883&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;)
&lt;br&gt;&amp;nbsp; &amp;nbsp;4. [Bug 314] Import is picky about REV field date and time
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; format. (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26149883&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;)
&lt;br&gt;&amp;nbsp; &amp;nbsp;5. [Bug 309] Duplicate an event causes GPE calendar to	freeze.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26149883&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;)
&lt;br&gt;&amp;nbsp; &amp;nbsp;6. [Bug 311] [N900][Maemo5] GPE calendar crashs (segmentation
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; fault) after setting up a webdav calendar (password protected)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26149883&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;)
&lt;br&gt;&amp;nbsp; &amp;nbsp;7. [Bug 309] Duplicate an event causes GPE calendar to	freeze.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26149883&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;)
&lt;br&gt;&amp;nbsp; &amp;nbsp;8. [Bug 312] Segfault when importing from command line
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26149883&amp;i=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;)
&lt;br&gt;&amp;nbsp; &amp;nbsp;9. [Bug 312] Segfault when importing from command line
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26149883&amp;i=11&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;)
&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;Message: 1
&lt;br&gt;Date: Sat, 31 Oct 2009 12:48:19 +0100
&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26149883&amp;i=12&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;
&lt;br&gt;Subject: [Gpe-bugs] [Bug 312] Segfault when importing from command
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; line
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26149883&amp;i=13&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs@...&lt;/a&gt;
&lt;br&gt;Message-ID: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26149883&amp;i=14&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;E1N4CRP-0002IO-0n@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Content-Type: text/plain; charset=&amp;quot;UTF-8&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://bugs.linuxtogo.org/show_bug.cgi?id=312&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/show_bug.cgi?id=312&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Graham Cobb &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26149883&amp;i=15&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;g+gpe@...&lt;/a&gt;&amp;gt; changed:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;What &amp;nbsp; &amp;nbsp;|Removed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |Added
&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;CC| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26149883&amp;i=16&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;g+gpe@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Resolution| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|WORKSFORME
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Status|NEW &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |RESOLVED
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Comment #3 from Graham Cobb &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26149883&amp;i=17&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;g+gpe@...&lt;/a&gt;&amp;gt; &amp;nbsp;2009-10-31 12:48:18 ---
&lt;br&gt;Thanks for taking the time to report this. &amp;nbsp;In this case I believe this is
&lt;br&gt;fixed in the Beta version I released a while ago, along with a lot of other
&lt;br&gt;import and export problems. &amp;nbsp;It certainly works on my test system with the
&lt;br&gt;latest code.
&lt;br&gt;&lt;br&gt;I hope to issue a full update before the end of the year.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------
&lt;br&gt;&lt;br&gt;Message: 2
&lt;br&gt;Date: Sat, 31 Oct 2009 13:12:36 +0100
&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26149883&amp;i=18&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;
&lt;br&gt;Subject: [Gpe-bugs] [Bug 312] Segfault when importing from command
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; line
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26149883&amp;i=19&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs@...&lt;/a&gt;
&lt;br&gt;Message-ID: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26149883&amp;i=20&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;E1N4Cou-0003KX-G6@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Content-Type: text/plain; charset=&amp;quot;UTF-8&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://bugs.linuxtogo.org/show_bug.cgi?id=312&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/show_bug.cgi?id=312&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Comment #4 from Graham Cobb &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26149883&amp;i=21&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;g+gpe@...&lt;/a&gt;&amp;gt; &amp;nbsp;2009-10-31 13:12:36 ---
&lt;br&gt;Oops, apologies, you are running the Beta.
&lt;br&gt;&lt;br&gt;It still may have already been fixed and I can't reproduce it. &amp;nbsp;If you can send
&lt;br&gt;me (or attach) a .vcs which reproduces it I will test that.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------
&lt;br&gt;&lt;br&gt;Message: 3
&lt;br&gt;Date: Sat, 31 Oct 2009 13:24:21 +0100
&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26149883&amp;i=22&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;
&lt;br&gt;Subject: [Gpe-bugs] [Bug 313] UID is not preserved.
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26149883&amp;i=23&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs@...&lt;/a&gt;
&lt;br&gt;Message-ID: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26149883&amp;i=24&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;E1N4D0H-0006PW-8L@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Content-Type: text/plain; charset=&amp;quot;UTF-8&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://bugs.linuxtogo.org/show_bug.cgi?id=313&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/show_bug.cgi?id=313&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Graham Cobb &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26149883&amp;i=25&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;g+gpe@...&lt;/a&gt;&amp;gt; changed:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;What &amp;nbsp; &amp;nbsp;|Removed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |Added
&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;CC| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26149883&amp;i=26&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;g+gpe@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Priority|P4 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|P3
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Severity|normal &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|enhancement
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Comment #2 from Graham Cobb &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26149883&amp;i=27&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;g+gpe@...&lt;/a&gt;&amp;gt; &amp;nbsp;2009-10-31 13:24:20 ---
&lt;br&gt;Good suggestion for UID -- I will look into that.
&lt;br&gt;&lt;br&gt;REV is harder. &amp;nbsp;At the moment we set REV based on the revision time in
&lt;br&gt;gpe-contacts -- which would be the time it was imported. &amp;nbsp;This makes some sense
&lt;br&gt;if you imagine importing a contact from one place and then exporting it to send
&lt;br&gt;to another -- the destination might not notice the update if the revision was
&lt;br&gt;earlier than the last time it received an update.
&lt;br&gt;&lt;br&gt;But I am thinking about storing the REV and making it separate from the
&lt;br&gt;revision time in the database (except for things that have actually been
&lt;br&gt;changed in gpe-calendar, of course). &amp;nbsp;I will think about that further.
&lt;br&gt;&lt;br&gt;I have raised the priority so I look at this when I get time (and hopefully
&lt;br&gt;before I create the next major release). &amp;nbsp;On the other hand I have made it an
&lt;br&gt;enhancement :-)
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------
&lt;br&gt;&lt;br&gt;Message: 4
&lt;br&gt;Date: Sat, 31 Oct 2009 13:29:41 +0100
&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26149883&amp;i=28&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;
&lt;br&gt;Subject: [Gpe-bugs] [Bug 314] Import is picky about REV field date and
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; time	format.
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26149883&amp;i=29&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs@...&lt;/a&gt;
&lt;br&gt;Message-ID: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26149883&amp;i=30&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;E1N4D5R-0002cT-Q7@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Content-Type: text/plain; charset=&amp;quot;UTF-8&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://bugs.linuxtogo.org/show_bug.cgi?id=314&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/show_bug.cgi?id=314&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Graham Cobb &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26149883&amp;i=31&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;g+gpe@...&lt;/a&gt;&amp;gt; changed:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;What &amp;nbsp; &amp;nbsp;|Removed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |Added
&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;CC| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26149883&amp;i=32&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;g+gpe@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Priority|P4 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|P2
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Status|NEW &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |ASSIGNED
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Comment #1 from Graham Cobb &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26149883&amp;i=33&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;g+gpe@...&lt;/a&gt;&amp;gt; &amp;nbsp;2009-10-31 13:29:42 ---
&lt;br&gt;I didn't see anything in RFC2425 saying that lower case T or Z should be
&lt;br&gt;allowed but the colons and hyphens definitely should be allowed. &amp;nbsp;And accepting
&lt;br&gt;lower case seems sensible!
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------
&lt;br&gt;&lt;br&gt;Message: 5
&lt;br&gt;Date: Sat, 31 Oct 2009 13:36:25 +0100
&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26149883&amp;i=34&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;
&lt;br&gt;Subject: [Gpe-bugs] [Bug 309] Duplicate an event causes GPE calendar
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; to	freeze.
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26149883&amp;i=35&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs@...&lt;/a&gt;
&lt;br&gt;Message-ID: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26149883&amp;i=36&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;E1N4DBx-0002oU-EE@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Content-Type: text/plain; charset=&amp;quot;UTF-8&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://bugs.linuxtogo.org/show_bug.cgi?id=309&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/show_bug.cgi?id=309&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Graham Cobb &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26149883&amp;i=37&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;g+gpe@...&lt;/a&gt;&amp;gt; changed:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;What &amp;nbsp; &amp;nbsp;|Removed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |Added
&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;CC| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26149883&amp;i=38&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;g+gpe@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Resolution| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|WORKSFORME
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Status|NEW &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |RESOLVED
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Comment #2 from Graham Cobb &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26149883&amp;i=39&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;g+gpe@...&lt;/a&gt;&amp;gt; &amp;nbsp;2009-10-31 13:36:25 ---
&lt;br&gt;I can't reproduce this (with the latest code). &amp;nbsp;Can you be a bit more specific
&lt;br&gt;about how you reproduce it? &amp;nbsp;For example, does it hang before bringing up the
&lt;br&gt;Edit event dialog for the duplicate event or afterwards? &amp;nbsp;Does the event have
&lt;br&gt;to be all-day or not-all-day, with an alarm or without, in the future or in the
&lt;br&gt;past, etc. &amp;nbsp;Anything that might help me reproduce it.
&lt;br&gt;&lt;br&gt;If you provide some more information, please re-open the bug.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------
&lt;br&gt;&lt;br&gt;Message: 6
&lt;br&gt;Date: Sat, 31 Oct 2009 14:12:44 +0100
&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26149883&amp;i=40&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;
&lt;br&gt;Subject: [Gpe-bugs] [Bug 311] [N900][Maemo5] GPE calendar crashs
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (segmentation fault) after setting up a webdav calendar (password
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; protected)
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26149883&amp;i=41&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs@...&lt;/a&gt;
&lt;br&gt;Message-ID: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26149883&amp;i=42&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;E1N4Dl6-0000le-EE@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Content-Type: text/plain; charset=&amp;quot;UTF-8&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://bugs.linuxtogo.org/show_bug.cgi?id=311&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/show_bug.cgi?id=311&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Graham Cobb &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26149883&amp;i=43&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;g+gpe@...&lt;/a&gt;&amp;gt; changed:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;What &amp;nbsp; &amp;nbsp;|Removed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |Added
&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;CC| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26149883&amp;i=44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;g+gpe@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Priority|P4 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|P2
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Comment #1 from Graham Cobb &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26149883&amp;i=45&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;g+gpe@...&lt;/a&gt;&amp;gt; &amp;nbsp;2009-10-31 14:12:44 ---
&lt;br&gt;I have contacted Uwe offline.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------
&lt;br&gt;&lt;br&gt;Message: 7
&lt;br&gt;Date: Sun, 01 Nov 2009 04:15:44 +0100
&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26149883&amp;i=46&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;
&lt;br&gt;Subject: [Gpe-bugs] [Bug 309] Duplicate an event causes GPE calendar
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; to	freeze.
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26149883&amp;i=47&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs@...&lt;/a&gt;
&lt;br&gt;Message-ID: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26149883&amp;i=48&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;E1N4Quu-0002Ws-Gr@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Content-Type: text/plain; charset=&amp;quot;UTF-8&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://bugs.linuxtogo.org/show_bug.cgi?id=309&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/show_bug.cgi?id=309&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;B D &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26149883&amp;i=49&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bd@...&lt;/a&gt;&amp;gt; changed:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;What &amp;nbsp; &amp;nbsp;|Removed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |Added
&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Resolution|WORKSFORME &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Status|RESOLVED &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|REOPENED
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Comment #3 from B D &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26149883&amp;i=50&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bd@...&lt;/a&gt;&amp;gt; &amp;nbsp;2009-11-01 04:15:44 ---
&lt;br&gt;New info: Freeze happens when I add a category to the event, then try to
&lt;br&gt;duplicate the event.
&lt;br&gt;&lt;br&gt;If I create a new event with a name and a start and end time, it duplicates
&lt;br&gt;just fine.
&lt;br&gt;&lt;br&gt;If I then add a category to the same event and save the event, then I try to
&lt;br&gt;duplicate the event, then as soon as the duplicate button is pressed, the menu
&lt;br&gt;with edit,duplicate,etc disappears leaving a white box, and the program freezes
&lt;br&gt;before the edit box for the duplicate event appears.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------
&lt;br&gt;&lt;br&gt;Message: 8
&lt;br&gt;Date: Sun, 01 Nov 2009 04:31:02 +0100
&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26149883&amp;i=51&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;
&lt;br&gt;Subject: [Gpe-bugs] [Bug 312] Segfault when importing from command
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; line
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26149883&amp;i=52&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs@...&lt;/a&gt;
&lt;br&gt;Message-ID: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26149883&amp;i=53&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;E1N4R9i-00032b-Dn@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Content-Type: text/plain; charset=&amp;quot;UTF-8&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://bugs.linuxtogo.org/show_bug.cgi?id=312&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/show_bug.cgi?id=312&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Comment #5 from B D &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26149883&amp;i=54&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bd@...&lt;/a&gt;&amp;gt; &amp;nbsp;2009-11-01 04:31:02 ---
&lt;br&gt;Created an attachment (id=71)
&lt;br&gt;&amp;nbsp;--&amp;gt; (&lt;a href=&quot;http://bugs.linuxtogo.org/attachment.cgi?id=71&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/attachment.cgi?id=71&lt;/a&gt;)
&lt;br&gt;A simple Vcard with a category, which segfaults when imported at command line.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------
&lt;br&gt;&lt;br&gt;Message: 9
&lt;br&gt;Date: Sun, 01 Nov 2009 04:37:00 +0100
&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26149883&amp;i=55&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;
&lt;br&gt;Subject: [Gpe-bugs] [Bug 312] Segfault when importing from command
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; line
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26149883&amp;i=56&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs@...&lt;/a&gt;
&lt;br&gt;Message-ID: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26149883&amp;i=57&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;E1N4RFU-0003Az-UE@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Content-Type: text/plain; charset=&amp;quot;UTF-8&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://bugs.linuxtogo.org/show_bug.cgi?id=312&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/show_bug.cgi?id=312&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;B D &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26149883&amp;i=58&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bd@...&lt;/a&gt;&amp;gt; changed:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;What &amp;nbsp; &amp;nbsp;|Removed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |Added
&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Resolution|WORKSFORME &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Status|RESOLVED &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|REOPENED
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Comment #6 from B D &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26149883&amp;i=59&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bd@...&lt;/a&gt;&amp;gt; &amp;nbsp;2009-11-01 04:37:01 ---
&lt;br&gt;Segfault from command line import occurs when a simple Vcard with a CATEGORY
&lt;br&gt;field is used. &amp;nbsp;Without the category field, the import from the command line is
&lt;br&gt;successful.
&lt;br&gt;&lt;br&gt;The attached vcard does import successfully when using the gpe-contacts menus.
&lt;br&gt;&lt;br&gt;(The attached Vcard is exported from gpe-contacts.)
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gpe-bugs mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26149883&amp;i=60&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gpe-bugs@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-bugs&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-bugs&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;End of Gpe-bugs Digest, Vol 36, Issue 1
&lt;br&gt;***************************************
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gpe-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26149883&amp;i=61&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gpe-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Gpe-bugs-Digest%2C-Vol-36%2C-Issue-1-tp26149883p26149883.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26141394</id>
	<title>Gpe-bugs Digest, Vol 35, Issue 9</title>
	<published>2009-10-31T03:59:59Z</published>
	<updated>2009-10-31T03:59:59Z</updated>
	<author>
		<name>gpe-bugs-request</name>
	</author>
	<content type="html">Send Gpe-bugs mailing list submissions to
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26141394&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;To subscribe or unsubscribe via the World Wide Web, visit
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-bugs&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-bugs&lt;/a&gt;&lt;br&gt;or, via email, send a message with subject or body 'help' to
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26141394&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs-request@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;You can reach the person managing the list at
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26141394&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs-owner@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;When replying, please edit your Subject line so it is more specific
&lt;br&gt;than &amp;quot;Re: Contents of Gpe-bugs digest...&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;br&gt;Today's Topics:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;1. [Bug 312] New: Segfault when importing from command line
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26141394&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;)
&lt;br&gt;&amp;nbsp; &amp;nbsp;2. [Bug 313] New: UID is not preserved.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26141394&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;)
&lt;br&gt;&amp;nbsp; &amp;nbsp;3. [Bug 314] New: Import is picky about REV field date and	time
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; format. (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26141394&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;)
&lt;br&gt;&amp;nbsp; &amp;nbsp;4. [Bug 313] UID is not preserved. (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26141394&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;)
&lt;br&gt;&amp;nbsp; &amp;nbsp;5. [Bug 312] Segfault when importing from command line
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26141394&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;)
&lt;br&gt;&amp;nbsp; &amp;nbsp;6. [Bug 309] Duplicate an event causes GPE calendar to	freeze.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26141394&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;)
&lt;br&gt;&amp;nbsp; &amp;nbsp;7. [Bug 312] Segfault when importing from command line
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26141394&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;)
&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;Message: 1
&lt;br&gt;Date: Fri, 30 Oct 2009 14:40:45 +0100
&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26141394&amp;i=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;
&lt;br&gt;Subject: [Gpe-bugs] [Bug 312] New: Segfault when importing from
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; command line
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26141394&amp;i=11&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs@...&lt;/a&gt;
&lt;br&gt;Message-ID: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26141394&amp;i=12&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bug-312-7@...&lt;/a&gt;/&amp;gt;
&lt;br&gt;Content-Type: text/plain; charset=&amp;quot;UTF-8&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://bugs.linuxtogo.org/show_bug.cgi?id=312&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/show_bug.cgi?id=312&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Summary: Segfault when importing from command line
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Product: gpe-contacts
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Version: 0.47
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Platform: Nokia N810
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; OS/Version: Linux
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Status: NEW
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Severity: normal
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Priority: P4
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Component: default
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AssignedTo: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26141394&amp;i=13&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ReportedBy: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26141394&amp;i=14&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bd@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;Estimated Hours: 0.0
&lt;br&gt;&lt;br&gt;&lt;br&gt;Version 2.8+maemo+svn20081212-3
&lt;br&gt;&lt;br&gt;gpe-contacts -i &amp;lt;filename&amp;gt;.vcf
&lt;br&gt;Result is instant segfault.
&lt;br&gt;&lt;br&gt;The same .vcf file imports successfully with gpe-contact's import menu command.
&lt;br&gt;&lt;br&gt;A vcf file exported from gpe-contacts also segfaults when attempting to import
&lt;br&gt;it with the command line -i option.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------
&lt;br&gt;&lt;br&gt;Message: 2
&lt;br&gt;Date: Fri, 30 Oct 2009 15:04:45 +0100
&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26141394&amp;i=15&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;
&lt;br&gt;Subject: [Gpe-bugs] [Bug 313] New: UID is not preserved.
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26141394&amp;i=16&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs@...&lt;/a&gt;
&lt;br&gt;Message-ID: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26141394&amp;i=17&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bug-313-7@...&lt;/a&gt;/&amp;gt;
&lt;br&gt;Content-Type: text/plain; charset=&amp;quot;UTF-8&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://bugs.linuxtogo.org/show_bug.cgi?id=313&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/show_bug.cgi?id=313&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Summary: UID is not preserved.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Product: gpe-contacts
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Version: 0.47
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Platform: Nokia N810
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; OS/Version: Linux
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Status: NEW
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Severity: normal
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Priority: P4
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Component: default
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AssignedTo: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26141394&amp;i=18&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ReportedBy: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26141394&amp;i=19&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bd@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;Estimated Hours: 0.0
&lt;br&gt;&lt;br&gt;&lt;br&gt;Version 2.8+maemo+svn20081212-3
&lt;br&gt;&lt;br&gt;The UID field is not recorded and preserved in gpe-contacts.
&lt;br&gt;&lt;br&gt;Doing so could help avoid duplicate entries when several applications refer to
&lt;br&gt;the same individual or business.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------
&lt;br&gt;&lt;br&gt;Message: 3
&lt;br&gt;Date: Fri, 30 Oct 2009 15:26:00 +0100
&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26141394&amp;i=20&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;
&lt;br&gt;Subject: [Gpe-bugs] [Bug 314] New: Import is picky about REV field
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; date and	time format.
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26141394&amp;i=21&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs@...&lt;/a&gt;
&lt;br&gt;Message-ID: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26141394&amp;i=22&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bug-314-7@...&lt;/a&gt;/&amp;gt;
&lt;br&gt;Content-Type: text/plain; charset=&amp;quot;UTF-8&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://bugs.linuxtogo.org/show_bug.cgi?id=314&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/show_bug.cgi?id=314&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Summary: Import is picky about REV field date and time format.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Product: gpe-contacts
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Version: 0.47
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Platform: Nokia N810
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; OS/Version: Linux
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Status: NEW
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Severity: major
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Priority: P4
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Component: default
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AssignedTo: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26141394&amp;i=23&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ReportedBy: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26141394&amp;i=24&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bd@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;Estimated Hours: 0.0
&lt;br&gt;&lt;br&gt;&lt;br&gt;Version: 2.8+maemo+svn20081212-3
&lt;br&gt;&lt;br&gt;&lt;br&gt;This document:
&lt;br&gt;&lt;a href=&quot;http://www.imc.org/pdi/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.imc.org/pdi/&lt;/a&gt;&lt;br&gt;&lt;br&gt;Refers to this document:
&lt;br&gt;&lt;a href=&quot;http://www.imc.org/rfc2426&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.imc.org/rfc2426&lt;/a&gt;&lt;br&gt;which is where the following is found:
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;Type example:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; REV:1995-10-31T22:27:10Z
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; REV:1997-11-15
&lt;br&gt;&lt;br&gt;The entry for the REV field seems to imply that dashes and colons are allowed.
&lt;br&gt;gpe-contacts import of a vcard works without dashes and colons but fails with
&lt;br&gt;dashes and colons.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Also:
&lt;br&gt;&amp;nbsp; &amp;nbsp;;For name=&amp;quot;REV&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp;param &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;= [&amp;quot;VALUE&amp;quot; =&amp;quot; &amp;quot;date-time&amp;quot;]
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ; Only value parameters allowed. Values are case insensitive.
&lt;br&gt;&lt;br&gt;gpe-contacts fails with a lowercase 'z' at the end of the timestamp, but should
&lt;br&gt;be case insensitive.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------
&lt;br&gt;&lt;br&gt;Message: 4
&lt;br&gt;Date: Fri, 30 Oct 2009 19:14:08 +0100
&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26141394&amp;i=25&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;
&lt;br&gt;Subject: [Gpe-bugs] [Bug 313] UID is not preserved.
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26141394&amp;i=26&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs@...&lt;/a&gt;
&lt;br&gt;Message-ID: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26141394&amp;i=27&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;E1N3vzE-0003w7-Er@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Content-Type: text/plain; charset=&amp;quot;UTF-8&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://bugs.linuxtogo.org/show_bug.cgi?id=313&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/show_bug.cgi?id=313&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Comment #1 from B D &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26141394&amp;i=28&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bd@...&lt;/a&gt;&amp;gt; &amp;nbsp;2009-10-30 19:14:08 ---
&lt;br&gt;The REV field should be recorded as well, so that the most recent of several
&lt;br&gt;instances of a vcard could be kept between several users.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------
&lt;br&gt;&lt;br&gt;Message: 5
&lt;br&gt;Date: Sat, 31 Oct 2009 11:01:51 +0100
&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26141394&amp;i=29&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;
&lt;br&gt;Subject: [Gpe-bugs] [Bug 312] Segfault when importing from command
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; line
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26141394&amp;i=30&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs@...&lt;/a&gt;
&lt;br&gt;Message-ID: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26141394&amp;i=31&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;E1N4AmN-0004v3-9r@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Content-Type: text/plain; charset=&amp;quot;UTF-8&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://bugs.linuxtogo.org/show_bug.cgi?id=312&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/show_bug.cgi?id=312&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;B D &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26141394&amp;i=32&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bd@...&lt;/a&gt;&amp;gt; changed:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;What &amp;nbsp; &amp;nbsp;|Removed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |Added
&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Severity|normal &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|major
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Comment #1 from B D &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26141394&amp;i=33&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bd@...&lt;/a&gt;&amp;gt; &amp;nbsp;2009-10-31 11:01:51 ---
&lt;br&gt;Changed severity from normal to major due to the segfault.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------
&lt;br&gt;&lt;br&gt;Message: 6
&lt;br&gt;Date: Sat, 31 Oct 2009 11:04:28 +0100
&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26141394&amp;i=34&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;
&lt;br&gt;Subject: [Gpe-bugs] [Bug 309] Duplicate an event causes GPE calendar
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; to	freeze.
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26141394&amp;i=35&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs@...&lt;/a&gt;
&lt;br&gt;Message-ID: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26141394&amp;i=36&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;E1N4Aou-0004zX-LM@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Content-Type: text/plain; charset=&amp;quot;UTF-8&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://bugs.linuxtogo.org/show_bug.cgi?id=309&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/show_bug.cgi?id=309&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;B D &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26141394&amp;i=37&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bd@...&lt;/a&gt;&amp;gt; changed:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;What &amp;nbsp; &amp;nbsp;|Removed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |Added
&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Severity|normal &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|critical
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Comment #1 from B D &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26141394&amp;i=38&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bd@...&lt;/a&gt;&amp;gt; &amp;nbsp;2009-10-31 11:04:28 ---
&lt;br&gt;Changed severity to critical, as crashes are included in the definition of a
&lt;br&gt;'critical' bug.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------
&lt;br&gt;&lt;br&gt;Message: 7
&lt;br&gt;Date: Sat, 31 Oct 2009 11:05:53 +0100
&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26141394&amp;i=39&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;
&lt;br&gt;Subject: [Gpe-bugs] [Bug 312] Segfault when importing from command
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; line
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26141394&amp;i=40&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs@...&lt;/a&gt;
&lt;br&gt;Message-ID: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26141394&amp;i=41&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;E1N4AqH-0006Nl-D1@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Content-Type: text/plain; charset=&amp;quot;UTF-8&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://bugs.linuxtogo.org/show_bug.cgi?id=312&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/show_bug.cgi?id=312&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;B D &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26141394&amp;i=42&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bd@...&lt;/a&gt;&amp;gt; changed:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;What &amp;nbsp; &amp;nbsp;|Removed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |Added
&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Severity|major &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |critical
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Comment #2 from B D &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26141394&amp;i=43&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bd@...&lt;/a&gt;&amp;gt; &amp;nbsp;2009-10-31 11:05:53 ---
&lt;br&gt;Changed severity again to 'critical' as program crashes are included in the
&lt;br&gt;description of 'critical' bugs.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gpe-bugs mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26141394&amp;i=44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gpe-bugs@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-bugs&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-bugs&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;End of Gpe-bugs Digest, Vol 35, Issue 9
&lt;br&gt;***************************************
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gpe-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26141394&amp;i=45&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gpe-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Gpe-bugs-Digest%2C-Vol-35%2C-Issue-9-tp26141394p26141394.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26092688</id>
	<title>Gpe-bugs Digest, Vol 35, Issue 8</title>
	<published>2009-10-28T03:59:14Z</published>
	<updated>2009-10-28T03:59:14Z</updated>
	<author>
		<name>gpe-bugs-request</name>
	</author>
	<content type="html">Send Gpe-bugs mailing list submissions to
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26092688&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;To subscribe or unsubscribe via the World Wide Web, visit
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-bugs&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-bugs&lt;/a&gt;&lt;br&gt;or, via email, send a message with subject or body 'help' to
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26092688&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs-request@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;You can reach the person managing the list at
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26092688&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs-owner@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;When replying, please edit your Subject line so it is more specific
&lt;br&gt;than &amp;quot;Re: Contents of Gpe-bugs digest...&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;br&gt;Today's Topics:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;1. [Bug 309] New: Duplicate an event causes GPE calendar to
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; freeze. (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26092688&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;)
&lt;br&gt;&amp;nbsp; &amp;nbsp;2. [Bug 310] New: Repeating event on 30th of month changes to
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 2nd after February. (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26092688&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;)
&lt;br&gt;&amp;nbsp; &amp;nbsp;3. [Bug 311] New: [N900][Maemo5] GPE calendar crashs
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; (segmentation fault) after setting up a webdav calendar (password
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; protected) (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26092688&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;)
&lt;br&gt;&amp;nbsp; &amp;nbsp;4. [Bug 311] [N900][Maemo5] GPE calendar crashs (segmentation
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; fault) after setting up a webdav calendar (password protected)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26092688&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;)
&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;Message: 1
&lt;br&gt;Date: Tue, 27 Oct 2009 14:21:50 +0100
&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26092688&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;
&lt;br&gt;Subject: [Gpe-bugs] [Bug 309] New: Duplicate an event causes GPE
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; calendar to	freeze.
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26092688&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs@...&lt;/a&gt;
&lt;br&gt;Message-ID: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26092688&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bug-309-7@...&lt;/a&gt;/&amp;gt;
&lt;br&gt;Content-Type: text/plain; charset=&amp;quot;UTF-8&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://bugs.linuxtogo.org/show_bug.cgi?id=309&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/show_bug.cgi?id=309&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Summary: Duplicate an event causes GPE calendar to freeze.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Product: gpe-calendar
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Version: 0.91
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Platform: Nokia N810
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; OS/Version: Linux
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Status: NEW
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Severity: normal
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Priority: P4
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Component: default
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AssignedTo: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26092688&amp;i=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ReportedBy: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26092688&amp;i=11&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bd@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;Estimated Hours: 0.0
&lt;br&gt;&lt;br&gt;&lt;br&gt;GPE Calendar Version 2.8+maemo+svn20081212-3
&lt;br&gt;&lt;br&gt;When try to duplicate an event, program freezes and does not respond to window
&lt;br&gt;close. &amp;nbsp;Can still be killed as non-responding. &amp;nbsp;GPE Calendar runs fine when
&lt;br&gt;restarted again.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------
&lt;br&gt;&lt;br&gt;Message: 2
&lt;br&gt;Date: Tue, 27 Oct 2009 14:34:04 +0100
&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26092688&amp;i=12&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;
&lt;br&gt;Subject: [Gpe-bugs] [Bug 310] New: Repeating event on 30th of month
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; changes to 2nd after February.
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26092688&amp;i=13&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs@...&lt;/a&gt;
&lt;br&gt;Message-ID: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26092688&amp;i=14&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bug-310-7@...&lt;/a&gt;/&amp;gt;
&lt;br&gt;Content-Type: text/plain; charset=&amp;quot;UTF-8&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://bugs.linuxtogo.org/show_bug.cgi?id=310&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/show_bug.cgi?id=310&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Summary: Repeating event on 30th of month changes to 2nd after
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; February.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Product: gpe-calendar
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Version: 0.91
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Platform: Nokia N810
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; OS/Version: Linux
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Status: NEW
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Severity: normal
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Priority: P4
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Component: default
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AssignedTo: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26092688&amp;i=15&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ReportedBy: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26092688&amp;i=16&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bd@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;Estimated Hours: 0.0
&lt;br&gt;&lt;br&gt;&lt;br&gt;GPE Calendar version 2.8+maemo+svn20081212-3
&lt;br&gt;&lt;br&gt;If make an event on Dec 30 2009, repeating monthly, it shows up on Jan 30 2010
&lt;br&gt;then March 2 2010 and the second of each month after.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------
&lt;br&gt;&lt;br&gt;Message: 3
&lt;br&gt;Date: Tue, 27 Oct 2009 18:40:43 +0100
&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26092688&amp;i=17&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;
&lt;br&gt;Subject: [Gpe-bugs] [Bug 311] New: [N900][Maemo5] GPE calendar crashs
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (segmentation fault) after setting up a webdav calendar (password
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; protected)
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26092688&amp;i=18&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs@...&lt;/a&gt;
&lt;br&gt;Message-ID: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26092688&amp;i=19&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bug-311-7@...&lt;/a&gt;/&amp;gt;
&lt;br&gt;Content-Type: text/plain; charset=&amp;quot;UTF-8&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://bugs.linuxtogo.org/show_bug.cgi?id=311&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/show_bug.cgi?id=311&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Summary: [N900][Maemo5] GPE calendar crashs (segmentation fault)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; after setting up a webdav calendar (password protected)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Product: gpe-calendar
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Version: 0.91
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Platform: Other
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; OS/Version: Linux
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Status: NEW
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Severity: normal
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Priority: P4
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Component: default
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AssignedTo: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26092688&amp;i=20&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ReportedBy: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26092688&amp;i=21&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jukey@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;Estimated Hours: 0.0
&lt;br&gt;&lt;br&gt;&lt;br&gt;I am using GPE-calendar on a N900, 1.2009.41-10.
&lt;br&gt;&lt;br&gt;I am also using scheduleworld.com. There you have the possibility to make it
&lt;br&gt;possible to access a calendar via webdav. For security reasons you could
&lt;br&gt;protect the calendar by a username and password. I did this.
&lt;br&gt;&lt;br&gt;After configuring a calendar in gpe-calendar for subscribing, using the
&lt;br&gt;credentials I defined in the step above the application crashes if I try to
&lt;br&gt;upload the calendar.
&lt;br&gt;&lt;br&gt;What I can do to provide more information?
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------
&lt;br&gt;&lt;br&gt;Message: 4
&lt;br&gt;Date: Tue, 27 Oct 2009 18:41:48 +0100
&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26092688&amp;i=22&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugzilla-daemon@...&lt;/a&gt;
&lt;br&gt;Subject: [Gpe-bugs] [Bug 311] [N900][Maemo5] GPE calendar crashs
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (segmentation fault) after setting up a webdav calendar (password
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; protected)
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26092688&amp;i=23&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gpe-bugs@...&lt;/a&gt;
&lt;br&gt;Message-ID: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26092688&amp;i=24&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;E1N2q3I-00039J-Ro@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Content-Type: text/plain; charset=&amp;quot;UTF-8&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://bugs.linuxtogo.org/show_bug.cgi?id=311&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/show_bug.cgi?id=311&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Uwe Kaminski &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26092688&amp;i=25&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jukey@...&lt;/a&gt;&amp;gt; changed:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;What &amp;nbsp; &amp;nbsp;|Removed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |Added
&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Severity|normal &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|major
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.linuxtogo.org/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gpe-bugs mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26092688&amp;i=26&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gpe-bugs@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-bugs&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-bugs&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;End of Gpe-bugs Digest, Vol 35, Issue 8
&lt;br&gt;***************************************
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gpe-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26092688&amp;i=27&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gpe-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Gpe-bugs-Digest%2C-Vol-35%2C-Issue-8-tp26092688p26092688.html" />
</entry>

</feed>
