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.
- data/README.markdown +3 -3
- data/lib/vmail/imap_client.rb +1 -1
- data/lib/vmail/version.rb +1 -1
- data/website/vmail.html +6 -7
- metadata +2 -2
data/README.markdown
CHANGED
|
@@ -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
|
|
6
|
-
|
|
7
|
-
|
|
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
|
|
data/lib/vmail/imap_client.rb
CHANGED
|
@@ -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.
|
|
150
|
+
subject.col(subject_col_width),
|
|
151
151
|
number_to_human_size(size).rcol(6),
|
|
152
152
|
flags.rcol(7)].join(' ')
|
|
153
153
|
end
|
data/lib/vmail/version.rb
CHANGED
data/website/vmail.html
CHANGED
|
@@ -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?
|
|
7
|
-
<link href="stylesheets-vmail/960.css?
|
|
8
|
-
<link href="stylesheets-vmail/text.css?
|
|
9
|
-
<link href="stylesheets-vmail/site.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
|
|
30
|
-
|
|
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
|
|