------art_66495_17865613.1186196032032
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

My Gmail account shows 50 conversations per page. I'm unable to change this
setting to 25 through the gmailer-0.1.7 library. And this is three times
weird:

irb(main):004:0> require 'gmailer'
true
irb(main):005:0> g Mailer.connect(name,pwd)
irb(main):007:0> g.preference.max_page_size
"10"
irb(main):008:0> g.update_preference(:max_page_size	64000)
true
irb(main):009:0> g.update_preference (:max_page_size5)
true

Is it just because I'm a Ruby monkey ?

-- 
: : i'm a climber : :

------art_66495_17865613.1186196032032--