<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Comments on snippet: 'Sort Gmail Messages by Subject'</title>
    <description>Snipplr comments feed</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Tue, 14 Apr 2026 15:36:12 +0000</lastBuildDate>
    <item>
      <title>wizard04 said on 09/Jul/2009</title>
      <link>https://snipplr.com/view/10432/sort-gmail-messages-by-subject</link>
      <description>&lt;p&gt;Updated&lt;/p&gt;</description>
      <pubDate>Thu, 09 Jul 2009 13:09:26 UTC</pubDate>
      <guid>https://snipplr.com/view/10432/sort-gmail-messages-by-subject</guid>
    </item>
    <item>
      <title>wizard04 said on 26/Aug/2009</title>
      <link>https://snipplr.com/view/10432/sort-gmail-messages-by-subject</link>
      <description>&lt;p&gt;Well, Google changes the Gmail page every now and then. I'll try to update it when I get a chance.&lt;/p&gt;</description>
      <pubDate>Wed, 26 Aug 2009 16:24:31 UTC</pubDate>
      <guid>https://snipplr.com/view/10432/sort-gmail-messages-by-subject</guid>
    </item>
    <item>
      <title>wizard04 said on 27/Aug/2009</title>
      <link>https://snipplr.com/view/10432/sort-gmail-messages-by-subject</link>
      <description>&lt;p&gt;Okay, the code was correct; I just forgot to change the link. It works now.&lt;/p&gt;</description>
      <pubDate>Thu, 27 Aug 2009 09:03:04 UTC</pubDate>
      <guid>https://snipplr.com/view/10432/sort-gmail-messages-by-subject</guid>
    </item>
    <item>
      <title>roryok said on 27/Oct/2009</title>
      <link>https://snipplr.com/view/10432/sort-gmail-messages-by-subject</link>
      <description>&lt;p&gt;I had to change one line of code in this to get it working...&#13;
&#13;
changed &#13;
&#13;
   document.getElementById('canvas_frame').contentWindow.document.getElementById(":op");&#13;
&#13;
to&#13;
&#13;
   document.getElementById(":on");&lt;/p&gt;</description>
      <pubDate>Tue, 27 Oct 2009 07:58:34 UTC</pubDate>
      <guid>https://snipplr.com/view/10432/sort-gmail-messages-by-subject</guid>
    </item>
    <item>
      <title>roryok said on 27/Oct/2009</title>
      <link>https://snipplr.com/view/10432/sort-gmail-messages-by-subject</link>
      <description>&lt;p&gt;sorry, thats wrong it should just change ":op" to ":on"&#13;
&#13;
UPDATE: &#13;
&#13;
change&#13;
document.getElementById('canvas_frame').contentWindow.document.getElementById(":op");&#13;
to&#13;
document.getElementById('canvas_frame').contentWindow.document.getElementById(":on");&lt;/p&gt;</description>
      <pubDate>Tue, 27 Oct 2009 08:07:56 UTC</pubDate>
      <guid>https://snipplr.com/view/10432/sort-gmail-messages-by-subject</guid>
    </item>
    <item>
      <title>wizard04 said on 27/Oct/2009</title>
      <link>https://snipplr.com/view/10432/sort-gmail-messages-by-subject</link>
      <description>&lt;p&gt;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.&lt;/p&gt;</description>
      <pubDate>Tue, 27 Oct 2009 08:15:10 UTC</pubDate>
      <guid>https://snipplr.com/view/10432/sort-gmail-messages-by-subject</guid>
    </item>
    <item>
      <title>roryok said on 27/Oct/2009</title>
      <link>https://snipplr.com/view/10432/sort-gmail-messages-by-subject</link>
      <description>&lt;p&gt;I've also just modified this to sort by sender, http://snipplr.com/view/21960/sort-gmail-messages-by-sender/&#13;
&#13;
(my first snipplr post! yay!)&lt;/p&gt;</description>
      <pubDate>Tue, 27 Oct 2009 08:56:04 UTC</pubDate>
      <guid>https://snipplr.com/view/10432/sort-gmail-messages-by-subject</guid>
    </item>
    <item>
      <title>wizard04 said on 27/Oct/2009</title>
      <link>https://snipplr.com/view/10432/sort-gmail-messages-by-subject</link>
      <description>&lt;p&gt;Huh. For me, `:op` is still correct; `:on` is the cell containing the first checkbox. Out of curiosity, which theme are you using?&lt;/p&gt;</description>
      <pubDate>Tue, 27 Oct 2009 11:39:55 UTC</pubDate>
      <guid>https://snipplr.com/view/10432/sort-gmail-messages-by-subject</guid>
    </item>
    <item>
      <title>roryok said on 27/Oct/2009</title>
      <link>https://snipplr.com/view/10432/sort-gmail-messages-by-subject</link>
      <description>&lt;p&gt;i'm using the 'classic' theme... I wonder if it has something to do with labs features?&lt;/p&gt;</description>
      <pubDate>Tue, 27 Oct 2009 13:06:59 UTC</pubDate>
      <guid>https://snipplr.com/view/10432/sort-gmail-messages-by-subject</guid>
    </item>
    <item>
      <title>wizard04 said on 28/Oct/2009</title>
      <link>https://snipplr.com/view/10432/sort-gmail-messages-by-subject</link>
      <description>&lt;p&gt;It *is* the labs! I'll figure out which one it is...&lt;/p&gt;</description>
      <pubDate>Wed, 28 Oct 2009 08:27:56 UTC</pubDate>
      <guid>https://snipplr.com/view/10432/sort-gmail-messages-by-subject</guid>
    </item>
    <item>
      <title>wizard04 said on 28/Oct/2009</title>
      <link>https://snipplr.com/view/10432/sort-gmail-messages-by-subject</link>
      <description>&lt;p&gt;Out of the labs that I have enabled, the Quick Links one is causing the problem.&lt;/p&gt;</description>
      <pubDate>Wed, 28 Oct 2009 08:36:09 UTC</pubDate>
      <guid>https://snipplr.com/view/10432/sort-gmail-messages-by-subject</guid>
    </item>
    <item>
      <title>wizard04 said on 28/Oct/2009</title>
      <link>https://snipplr.com/view/10432/sort-gmail-messages-by-subject</link>
      <description>&lt;p&gt;Okay, now it finds the table by its class. See if it works for you.&lt;/p&gt;</description>
      <pubDate>Wed, 28 Oct 2009 09:39:02 UTC</pubDate>
      <guid>https://snipplr.com/view/10432/sort-gmail-messages-by-subject</guid>
    </item>
    <item>
      <title>wizard04 said on 29/Mar/2010</title>
      <link>https://snipplr.com/view/10432/sort-gmail-messages-by-subject</link>
      <description>&lt;p&gt;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&lt;/p&gt;</description>
      <pubDate>Mon, 29 Mar 2010 07:26:10 UTC</pubDate>
      <guid>https://snipplr.com/view/10432/sort-gmail-messages-by-subject</guid>
    </item>
  </channel>
</rss>
