vmail 0.1.6 → 0.1.7

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/lib/vmail/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Vmail
2
- VERSION = "0.1.6"
2
+ VERSION = "0.1.7"
3
3
  end
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?1292363893" media="screen" rel="stylesheet" type="text/css" />
7
- <link href="stylesheets-vmail/960.css?1292363893" media="screen" rel="stylesheet" type="text/css" />
8
- <link href="stylesheets-vmail/text.css?1292363893" media="screen" rel="stylesheet" type="text/css" />
9
- <link href="stylesheets-vmail/site.css?1292363893" media="screen" rel="stylesheet" type="text/css" />
6
+ <link href="stylesheets-vmail/reset.css?1292364096" media="screen" rel="stylesheet" type="text/css" />
7
+ <link href="stylesheets-vmail/960.css?1292364096" media="screen" rel="stylesheet" type="text/css" />
8
+ <link href="stylesheets-vmail/text.css?1292364096" media="screen" rel="stylesheet" type="text/css" />
9
+ <link href="stylesheets-vmail/site.css?1292364096" 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>
@@ -204,7 +204,8 @@ message list, and type <code>,B</code>. You'll be prompted to select the target
204
204
 
205
205
  <h2>Composing messages</h2>
206
206
 
207
- <p>To start writing a new a email message, type <code>,c</code>.</p>
207
+ <p>To start writing a new a email message, type <code>,c</code>. That's a comma followed by
208
+ the character 'c'.</p>
208
209
 
209
210
  <p>To reply to a message, type <code>,r</code>.</p>
210
211
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 6
9
- version: 0.1.6
8
+ - 7
9
+ version: 0.1.7
10
10
  platform: ruby
11
11
  authors:
12
12
  - Daniel Choi