# File lib/vmail/imap_client.rb, line 764
    def window_width=(width)
      log "setting window width to #{width}"
      @width = width.to_i
    end