vmail 1.9.2 → 1.9.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -84,6 +84,9 @@ You can also add an `always_cc:` key-value pair. This will pre-insert
84
84
  whatever email address you specify in the `cc:` line of any email you
85
85
  start composing in Vmail.
86
86
 
87
+ The same applies to `always_bcc:`.
88
+
89
+
87
90
  If you want to configure Vmail with multiple Gmail accounts, [here's how][multiaccount].
88
91
 
89
92
  [multiaccount]:https://github.com/danchoi/vmail/wiki/How-can-i-quickly-switch-between-multiple-accounts%3F
@@ -336,7 +339,7 @@ file it finds in that directory. Make sure that you
336
339
  * insert an empty after the attachments section
337
340
 
338
341
  You don't have to type the `attach:` directives manually. You can use the
339
- command `:VMAttach [filename-or-path]` to insert a `attach:` directive with
342
+ command `:VMAttach [filename-or-path]` to insert an `attach:` directive with
340
343
  the help of file auto-completion.
341
344
 
342
345
  One thing Vmail doesn't do yet is let you forward a message with all its
@@ -536,6 +536,8 @@ function! s:more_messages()
536
536
  " execute "normal Gdd\<c-y>"
537
537
  setlocal nomodifiable
538
538
  normal j
539
+ redraw
540
+ echo "Done"
539
541
  endfunction
540
542
 
541
543
  " --------------------------------------------------------------------------------
@@ -1,3 +1,3 @@
1
1
  module Vmail
2
- VERSION = '1.9.2'
2
+ VERSION = '1.9.3'
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: 1.9.2
5
+ version: 1.9.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - Daniel Choi