vmail 0.9.4 → 0.9.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -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, you will have to press CTRL-c in this window to stop the vmail
412
- process after quitting the MacVim app.
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
 
@@ -414,7 +414,6 @@ module Vmail
414
414
 
415
415
  prefetch_adjacent(index)
416
416
 
417
- log "show message index #{index}"
418
417
  envelope_data = current_message_list_cache[index]
419
418
  seqno = envelope_data[:seqno]
420
419
  uid = envelope_data[:uid]
@@ -1,3 +1,3 @@
1
1
  module Vmail
2
- VERSION = "0.9.4"
2
+ VERSION = "0.9.5"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 9
8
- - 4
9
- version: 0.9.4
8
+ - 5
9
+ version: 0.9.5
10
10
  platform: ruby
11
11
  authors:
12
12
  - Daniel Choi