vmail 2.1.8 → 2.1.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -435,8 +435,8 @@ VMAIL_VIM=gvim` before starting Vmail. Or put this command in your
435
435
 
436
436
  Note that when Vmail uses MacVim or gvim, the terminal window in which you
437
437
  invoke Vmail will show Vmail's logging output while MacVim is running. To quit
438
- Vmail in MacVim mode, first quit the MacVim window running Vmail, and then
439
- press CTRL-c in the original terminal window to stop the Vmail process.
438
+ Vmail, first quit the MacVim window running Vmail, and then press CTRL-c in the
439
+ original terminal window to stop the Vmail process.
440
440
 
441
441
  ## Vmail file byproducts
442
442
 
@@ -39,7 +39,7 @@ module Vmail
39
39
 
40
40
  contacts_file = opts.contacts_file
41
41
 
42
- logfile = (vim == 'mvim' || vim = 'gvim') ? STDERR : 'vmail.log'
42
+ logfile = (vim == 'mvim' || vim == 'gvim') ? STDERR : 'vmail.log'
43
43
  config.merge! 'logfile' => logfile
44
44
 
45
45
  puts "Starting vmail imap client for #{config['username']}"
@@ -1,3 +1,3 @@
1
1
  module Vmail
2
- VERSION = '2.1.8'
2
+ VERSION = '2.1.9'
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: vmail
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 2.1.8
5
+ version: 2.1.9
6
6
  platform: ruby
7
7
  authors:
8
8
  - Daniel Choi