<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Comments on snippet: 'Sort Gmail Messages by Subject'</title>
<link>http://snipplr.com</link>
<description>Snipplr comments feed'</description>
<language>en-us</language>
<pubDate>Tue, 18 Jun 2013 17:12:12 GMT</pubDate>
<item>
<title>wizard04 said on 3/29/10</title>
<link>http://snipplr.com/view/10432/sort-gmail-messages-by-subject/</link>
<description><![CDATA[ It still works in Safari 3.2 Win on my computer. You could try logging in with labs turned off; sometimes those change IDs and stuff so scripts don't work. https://mail.google.com/mail/?labs=0 ]]></description>
<pubDate>Mon, 29 Mar 2010 07:26:10 GMT</pubDate>
<guid>http://snipplr.com/view/10432/sort-gmail-messages-by-subject/</guid>
</item>
<item>
<title>novida said on 3/27/10</title>
<link>http://snipplr.com/view/10432/sort-gmail-messages-by-subject/</link>
<description><![CDATA[ I have highlighted the contents of line 10 and pasted it my Safari browser but I can't get my Gmail to sort by subject.  Is there something I missed? ]]></description>
<pubDate>Sat, 27 Mar 2010 10:51:58 GMT</pubDate>
<guid>http://snipplr.com/view/10432/sort-gmail-messages-by-subject/</guid>
</item>
<item>
<title>wizard04 said on 10/28/09</title>
<link>http://snipplr.com/view/10432/sort-gmail-messages-by-subject/</link>
<description><![CDATA[ Okay, now it finds the table by its class. See if it works for you. ]]></description>
<pubDate>Wed, 28 Oct 2009 09:39:02 GMT</pubDate>
<guid>http://snipplr.com/view/10432/sort-gmail-messages-by-subject/</guid>
</item>
<item>
<title>wizard04 said on 10/28/09</title>
<link>http://snipplr.com/view/10432/sort-gmail-messages-by-subject/</link>
<description><![CDATA[ Out of the labs that I have enabled, the Quick Links one is causing the problem. ]]></description>
<pubDate>Wed, 28 Oct 2009 08:36:09 GMT</pubDate>
<guid>http://snipplr.com/view/10432/sort-gmail-messages-by-subject/</guid>
</item>
<item>
<title>wizard04 said on 10/28/09</title>
<link>http://snipplr.com/view/10432/sort-gmail-messages-by-subject/</link>
<description><![CDATA[ It *is* the labs! I'll figure out which one it is... ]]></description>
<pubDate>Wed, 28 Oct 2009 08:27:56 GMT</pubDate>
<guid>http://snipplr.com/view/10432/sort-gmail-messages-by-subject/</guid>
</item>
<item>
<title>roryok said on 10/27/09</title>
<link>http://snipplr.com/view/10432/sort-gmail-messages-by-subject/</link>
<description><![CDATA[ i'm using the 'classic' theme... I wonder if it has something to do with labs features? ]]></description>
<pubDate>Tue, 27 Oct 2009 13:06:59 GMT</pubDate>
<guid>http://snipplr.com/view/10432/sort-gmail-messages-by-subject/</guid>
</item>
<item>
<title>wizard04 said on 10/27/09</title>
<link>http://snipplr.com/view/10432/sort-gmail-messages-by-subject/</link>
<description><![CDATA[ Huh. For me, `:op` is still correct; `:on` is the cell containing the first checkbox. Out of curiosity, which theme are you using? ]]></description>
<pubDate>Tue, 27 Oct 2009 11:39:55 GMT</pubDate>
<guid>http://snipplr.com/view/10432/sort-gmail-messages-by-subject/</guid>
</item>
<item>
<title>roryok said on 10/27/09</title>
<link>http://snipplr.com/view/10432/sort-gmail-messages-by-subject/</link>
<description><![CDATA[ I've also just modified this to sort by sender, http://snipplr.com/view/21960/sort-gmail-messages-by-sender/

(my first snipplr post! yay!) ]]></description>
<pubDate>Tue, 27 Oct 2009 08:56:04 GMT</pubDate>
<guid>http://snipplr.com/view/10432/sort-gmail-messages-by-subject/</guid>
</item>
<item>
<title>wizard04 said on 10/27/09</title>
<link>http://snipplr.com/view/10432/sort-gmail-messages-by-subject/</link>
<description><![CDATA[ Thanks, roryok. It's still working for me, but I've had that problem before - sometimes an element gets renamed just for the hell of it and I haven't figured out why. I'll take a look at it when I get a chance. ]]></description>
<pubDate>Tue, 27 Oct 2009 08:15:10 GMT</pubDate>
<guid>http://snipplr.com/view/10432/sort-gmail-messages-by-subject/</guid>
</item>
<item>
<title>roryok said on 10/27/09</title>
<link>http://snipplr.com/view/10432/sort-gmail-messages-by-subject/</link>
<description><![CDATA[ sorry, thats wrong it should just change ":op" to ":on"

UPDATE: 

change
document.getElementById('canvas_frame').contentWindow.document.getElementById(":op");
to
document.getElementById('canvas_frame').contentWindow.document.getElementById(":on"); ]]></description>
<pubDate>Tue, 27 Oct 2009 08:07:56 GMT</pubDate>
<guid>http://snipplr.com/view/10432/sort-gmail-messages-by-subject/</guid>
</item>
<item>
<title>roryok said on 10/27/09</title>
<link>http://snipplr.com/view/10432/sort-gmail-messages-by-subject/</link>
<description><![CDATA[ I had to change one line of code in this to get it working...

changed 

   document.getElementById('canvas_frame').contentWindow.document.getElementById(":op");

to

   document.getElementById(":on"); ]]></description>
<pubDate>Tue, 27 Oct 2009 07:58:34 GMT</pubDate>
<guid>http://snipplr.com/view/10432/sort-gmail-messages-by-subject/</guid>
</item>
<item>
<title>wizard04 said on 8/27/09</title>
<link>http://snipplr.com/view/10432/sort-gmail-messages-by-subject/</link>
<description><![CDATA[ Okay, the code was correct; I just forgot to change the link. It works now. ]]></description>
<pubDate>Thu, 27 Aug 2009 09:03:04 GMT</pubDate>
<guid>http://snipplr.com/view/10432/sort-gmail-messages-by-subject/</guid>
</item>
<item>
<title>wizard04 said on 8/26/09</title>
<link>http://snipplr.com/view/10432/sort-gmail-messages-by-subject/</link>
<description><![CDATA[ Well, Google changes the Gmail page every now and then. I'll try to update it when I get a chance. ]]></description>
<pubDate>Wed, 26 Aug 2009 16:24:31 GMT</pubDate>
<guid>http://snipplr.com/view/10432/sort-gmail-messages-by-subject/</guid>
</item>
<item>
<title>wafflestomper said on 8/26/09</title>
<link>http://snipplr.com/view/10432/sort-gmail-messages-by-subject/</link>
<description><![CDATA[ I like the idea behind this and I'd like to get it to work.  I assumed that I could drag the link at the top of the page to my bookmark bar and click it when I'm on my gmail page, although that didn't work.  What do I need to do to get this working on my gmail account? ]]></description>
<pubDate>Wed, 26 Aug 2009 13:00:25 GMT</pubDate>
<guid>http://snipplr.com/view/10432/sort-gmail-messages-by-subject/</guid>
</item>
<item>
<title>wafflestomper said on 8/26/09</title>
<link>http://snipplr.com/view/10432/sort-gmail-messages-by-subject/</link>
<description><![CDATA[ I like the idea behind this and I'd like to get it to work.  I assumed that I could drag the link at the top of the page to my bookmark bar and click it when I'm on my gmail page, although that didn't work.  What do I need to do to get this working on my gmail account? ]]></description>
<pubDate>Wed, 26 Aug 2009 12:58:27 GMT</pubDate>
<guid>http://snipplr.com/view/10432/sort-gmail-messages-by-subject/</guid>
</item>
<item>
<title>wafflestomper said on 8/26/09</title>
<link>http://snipplr.com/view/10432/sort-gmail-messages-by-subject/</link>
<description><![CDATA[ I like the idea behind this and I'd like to get it to work.  I assumed that I could drag the link at the top of the page to my bookmark bar and click it when I'm on my gmail page, although that didn't work.  What do I need to do to get this working on my gmail account? ]]></description>
<pubDate>Wed, 26 Aug 2009 12:36:58 GMT</pubDate>
<guid>http://snipplr.com/view/10432/sort-gmail-messages-by-subject/</guid>
</item>
<item>
<title>wizard04 said on 7/9/09</title>
<link>http://snipplr.com/view/10432/sort-gmail-messages-by-subject/</link>
<description><![CDATA[ Updated ]]></description>
<pubDate>Thu, 09 Jul 2009 13:09:26 GMT</pubDate>
<guid>http://snipplr.com/view/10432/sort-gmail-messages-by-subject/</guid>
</item>
</channel>
</rss>