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 +1 -1
- data/website/vmail.html +6 -5
- metadata +2 -2
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?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
|
|
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
|
|