website/vmail.html in vmail-0.1.1 vs website/vmail.html in vmail-0.1.2

- old
+ new

@@ -1,14 +1,14 @@ <!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <title>Vmail</title> - <link href="stylesheets-vmail/reset.css?1292353326" media="screen" rel="stylesheet" type="text/css" /> - <link href="stylesheets-vmail/960.css?1292353326" media="screen" rel="stylesheet" type="text/css" /> - <link href="stylesheets-vmail/text.css?1292353326" media="screen" rel="stylesheet" type="text/css" /> - <link href="stylesheets-vmail/site.css?1292353326" media="screen" rel="stylesheet" type="text/css" /> + <link href="stylesheets-vmail/reset.css?1292355679" media="screen" rel="stylesheet" type="text/css" /> + <link href="stylesheets-vmail/960.css?1292355679" media="screen" rel="stylesheet" type="text/css" /> + <link href="stylesheets-vmail/text.css?1292355679" media="screen" rel="stylesheet" type="text/css" /> + <link href="stylesheets-vmail/site.css?1292355679" media="screen" rel="stylesheet" type="text/css" /> <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> <script type="text/javascript" src="lightbox2/js/prototype.js"></script> <script type="text/javascript" src="lightbox2/js/scriptaculous.js?load=effects,builder"></script> <script type="text/javascript" src="lightbox2/js/lightbox.js"></script> <link rel="stylesheet" href="lightbox2/css/lightbox.css" type="text/css" media="screen" /> @@ -122,10 +122,13 @@ <p>You can full-screen the list window by pressing SPACE while the cursor is in it.</p> <p>In the split view, you can jump between the two panes by just pressing ENTER from either window.</p> +<p>You can also use <code>&lt;C-p&gt;</code> and <code>&lt;C-n&gt;</code> from either window to show the previous or +next message.</p> + <p>vmail loads a certain number messages at a time, starting with the most recent. If there are more messages that vmail hasn't loaded, you'll see a line at the top of the list that looks something like this:</p> <pre><code>&gt; Load 100 more messages. 156 remaining. @@ -260,12 +263,10 @@ from: Daniel Choi &lt;dhchoi@gmail.com&gt; date: Sun, Dec 12 08:39 AM -05:00 2010 to: Daniel Choi &lt;dhchoi@gmail.com&gt; subject: attachment test - - see attached </code></pre> <p>To download these attachments to a local directory, type <code>,A</code>. You'll be prompted for a directory path. Then vmail will save all the attachments in the @@ -276,19 +277,15 @@ <pre><code>from: Daniel Choi &lt;dhchoi@gmail.com&gt; to: barackobama@whitehouse.gov subject: look at this! - - attach: - images/middle-east-map.png - images/policypaper.pdf - docs/ - - I think you'll find this stuff interesting. </code></pre> <p>The <code>attach:</code> block is a YAML list. The items are paths (either relative or absolute) to the files you want to attach to your message. Note that you can @@ -329,27 +326,19 @@ <p>Here are some example search queries.</p> <pre><code># the default 100 all - - # all messages from thematrix.com domain from thematrix.com - - # all messages from this person from barackobama@whitehouse.gov - - # subject field search; use double quotes to enclose multiple words subject "unix philosophy" - - # example of date range and multiple conditions before 30-Nov-2010 since 1-Nov-2010 from prx.org </code></pre> <p>Tip: When you're entering your search query, <code>&lt;C-u&gt;</code> clears the query line.</p> @@ -363,17 +352,17 @@ <p>vmail uses standard Vim by default, but vmail also works with MacVim, but not perfectly. In particular, there seems to be a bug in MacVim that prevents vmail's status line activity messages from appearing properly. Nonetheless, most of vmail is functional in MacVim.</p> -<p>To use MacVim as your vmail Vim engine, <code>export VMAIL_VIM=mvim</code> before startin +<p>To use MacVim as your vmail Vim engine, <code>export VMAIL_VIM=mvim</code> before starting vmail.</p> <p>Note that when vmail uses MacVim, the terminal window in which you invoke vmail will show vmail's logging output while MacVim is running. To quit vmail in MacVim mode, you will have to press CTRL-c in this window to stop the vmail -process.</p> +process in after quitting the MacVim app.</p> <h2>vmail file byproducts</h2> <p>vmail generates a few file byproducts when it is running. It generates a temporary <code>vmailbuffer.txt</code> file in the current directory to hold the message @@ -390,14 +379,14 @@ <p>In short, yes. vmail uses TLS (<a href="https://github.com/danchoi/vmail">Transport Layer Security</a>) to perform IMAP and SMTP authentication. So vmail transmits your password securely over the network.</p> -<p>You can also be sure that the vmail code doesn't do anything nefarious with your -Gmail password because vmail is open source. Anyone can inspect the source code -of the copy fo vmail that runs on your computer and inspect the code at the -<a href="https://github.com/danchoi/vmail">github repository</a> and at <a href="https://rubygems.org/gems/vmail">rubygems.org</a> (where the vmail gem is -downloaded from).</p> +<p>You can also be sure that the vmail code doesn't do anything nefarious with +your Gmail password because vmail is open source. Anyone can inspect the source +code of the copy of vmail that runs on your computer and inspect the latest +vmail code at the <a href="https://github.com/danchoi/vmail">github repository</a> and at <a href="https://rubygems.org/gems/vmail">rubygems.org</a> (where the +vmail gem is downloaded from).</p> <h2>Bug reports, feature requests</h2> <p>Please file bug reports and features requests in the <a href="https://github.com/danchoi/vmail">vmail github issue tracker</a>.</p>