vmail 1.9.2 → 1.9.3
Sign up to get free protection for your applications and to get access to all the features.
- data/README.markdown +4 -1
- data/lib/vmail.vim +2 -0
- data/lib/vmail/version.rb +1 -1
- metadata +1 -1
data/README.markdown
CHANGED
@@ -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
|
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
|
data/lib/vmail.vim
CHANGED
data/lib/vmail/version.rb
CHANGED