vmail 0.1.2 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,9 +2,9 @@
2
2
 
3
3
  vmail is a Vim interface to Gmail. Here are some screenshots:
4
4
 
5
- Why vmail? Because every minute you spend fumbling around in a web browser is a
6
- minute you're not experiencing the Zen of using a real text editor and staying
7
- close to the Unix command line.
5
+ Why vmail? Because some people love using Vim 1000 times more than using
6
+ a web browser.
7
+
8
8
 
9
9
  ## Prerequisites
10
10
 
@@ -147,7 +147,7 @@ module Vmail
147
147
  [uid.to_s.col(first_col_width),
148
148
  (date_formatted || '').col(14),
149
149
  address.col(address_col_width),
150
- subject.encode('utf-8').col(subject_col_width),
150
+ subject.col(subject_col_width),
151
151
  number_to_human_size(size).rcol(6),
152
152
  flags.rcol(7)].join(' ')
153
153
  end
@@ -1,3 +1,3 @@
1
1
  module Vmail
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
@@ -3,10 +3,10 @@
3
3
  <head>
4
4
  <meta http-equiv="content-type" content="text/html; charset=utf-8" />
5
5
  <title>Vmail</title>
6
- <link href="stylesheets-vmail/reset.css?1292355679" media="screen" rel="stylesheet" type="text/css" />
7
- <link href="stylesheets-vmail/960.css?1292355679" media="screen" rel="stylesheet" type="text/css" />
8
- <link href="stylesheets-vmail/text.css?1292355679" media="screen" rel="stylesheet" type="text/css" />
9
- <link href="stylesheets-vmail/site.css?1292355679" media="screen" rel="stylesheet" type="text/css" />
6
+ <link href="stylesheets-vmail/reset.css?1292356751" media="screen" rel="stylesheet" type="text/css" />
7
+ <link href="stylesheets-vmail/960.css?1292356751" media="screen" rel="stylesheet" type="text/css" />
8
+ <link href="stylesheets-vmail/text.css?1292356751" media="screen" rel="stylesheet" type="text/css" />
9
+ <link href="stylesheets-vmail/site.css?1292356751" media="screen" rel="stylesheet" type="text/css" />
10
10
  <script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script><script type="text/javascript">stLight.options({publisher:'8579b5f8-0860-4ea6-9ef1-6f0f58359a99'});</script>
11
11
  <script type="text/javascript" src="lightbox2/js/prototype.js"></script>
12
12
  <script type="text/javascript" src="lightbox2/js/scriptaculous.js?load=effects,builder"></script>
@@ -26,9 +26,8 @@
26
26
  <a href="images-vmail/attach.png" rel="lightbox[screens]"><img src="images-vmail/attach-small.png" /></a></p>
27
27
 
28
28
 
29
- <p>Why vmail? Because every minute you spend fumbling around in a web browser is a
30
- minute you're not experiencing the Zen of using a real text editor and staying
31
- close to the Unix command line.</p>
29
+ <p>Why vmail? Because some people love using Vim 1000 times more than using
30
+ a web browser.</p>
32
31
 
33
32
  <h2>Prerequisites</h2>
34
33
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 2
9
- version: 0.1.2
8
+ - 3
9
+ version: 0.1.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - Daniel Choi