vmail 1.2.9 → 1.3.0

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.
Files changed (3) hide show
  1. data/lib/vmail.vim +1 -1
  2. data/lib/vmail/version.rb +1 -1
  3. metadata +4 -4
@@ -640,7 +640,7 @@ function! s:send_message()
640
640
  echo "sending message"
641
641
  call system(s:deliver_command, mail)
642
642
  redraw
643
- echo "sent! press q to go back to message list"
643
+ echo "sent! press ,q to go back to message list"
644
644
  redraw
645
645
  endfunction
646
646
 
@@ -1,3 +1,3 @@
1
1
  module Vmail
2
- VERSION = "1.2.9"
2
+ VERSION = "1.3.0"
3
3
  end
metadata CHANGED
@@ -4,9 +4,9 @@ version: !ruby/object:Gem::Version
4
4
  prerelease: false
5
5
  segments:
6
6
  - 1
7
- - 2
8
- - 9
9
- version: 1.2.9
7
+ - 3
8
+ - 0
9
+ version: 1.3.0
10
10
  platform: ruby
11
11
  authors:
12
12
  - Daniel Choi
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2011-01-10 00:00:00 -05:00
17
+ date: 2011-01-11 00:00:00 -05:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency