vmail 0.9.4 → 0.9.5
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 +7 -8
- data/lib/vmail/imap_client.rb +0 -1
- data/lib/vmail/version.rb +1 -1
- metadata +2 -2
data/README.markdown
CHANGED
|
@@ -398,18 +398,17 @@ Typing `,?` will open this webpage in a browser.
|
|
|
398
398
|
|
|
399
399
|
## Using vmail with MacVim
|
|
400
400
|
|
|
401
|
-
vmail uses standard Vim by default, but vmail also works with MacVim, but not
|
|
402
|
-
perfectly. In particular, there seems to be a bug in MacVim that prevents
|
|
403
|
-
vmail's status line activity messages from appearing properly. Nonetheless,
|
|
404
|
-
most of vmail is functional in MacVim.
|
|
405
|
-
|
|
406
401
|
To use MacVim as your vmail Vim engine, `export VMAIL_VIM=mvim` before starting
|
|
407
|
-
vmail
|
|
402
|
+
vmail or put this command in your `~/.bash_profile`.
|
|
408
403
|
|
|
409
404
|
Note that when vmail uses MacVim, the terminal window in which you invoke vmail
|
|
410
405
|
will show vmail's logging output while MacVim is running. To quit vmail in
|
|
411
|
-
MacVim mode,
|
|
412
|
-
process after quitting the
|
|
406
|
+
MacVim mode, first quit the MacVim window running vmail, and then press CTRL-c
|
|
407
|
+
in the original terminal window to stop the vmail process after quitting the
|
|
408
|
+
MacVim app.
|
|
409
|
+
|
|
410
|
+
There seems to be a bug in MacVim that prevent some the status line messages
|
|
411
|
+
from becoming visible, but this is minor issue.
|
|
413
412
|
|
|
414
413
|
## vmail file byproducts
|
|
415
414
|
|
data/lib/vmail/imap_client.rb
CHANGED
data/lib/vmail/version.rb
CHANGED