vmail 0.6.5 → 0.6.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -246,7 +246,7 @@ split window, etc.) Resume editing. Send by typing `,vs`.
246
246
  At any point, you can quit the composition window by typing `q` in normal mode.
247
247
 
248
248
  You can also use `vmailsend` from the command line to send a message that
249
- you've compmosed with correct headers and saved to a file, like so:
249
+ you've composed with correct headers and saved to a file, like so:
250
250
 
251
251
  vmailsend < my_message.txt
252
252
 
@@ -375,7 +375,7 @@ vmail.
375
375
  Note that when vmail uses MacVim, the terminal window in which you invoke vmail
376
376
  will show vmail's logging output while MacVim is running. To quit vmail in
377
377
  MacVim mode, you will have to press CTRL-c in this window to stop the vmail
378
- process in after quitting the MacVim app.
378
+ process after quitting the MacVim app.
379
379
 
380
380
  ## vmail file byproducts
381
381
 
@@ -681,6 +681,7 @@ func! s:message_window_mappings()
681
681
  nnoremap <silent> <buffer> <Leader>m :call <SID>focus_list_window()<cr>:call <SID>mailbox_window()<CR>
682
682
  nnoremap <silent> <buffer> <Leader>A :call <SID>save_attachments()<cr>
683
683
  nnoremap <silent> <buffer> <Space> :call <SID>maximize_window()<cr>
684
+ noremap <silent> <buffer> <leader>vp :call <SID>focus_list_window()<cr>:call <SID>append_messages_to_file()<CR>
684
685
  nnoremap <silent> <buffer> <Leader>s :call <SID>focus_list_window()<cr>:call <SID>search_query()<cr>
685
686
 
686
687
  endfunc
@@ -1,3 +1,3 @@
1
1
  module Vmail
2
- VERSION = "0.6.5"
2
+ VERSION = "0.6.6"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 6
8
- - 5
9
- version: 0.6.5
8
+ - 6
9
+ version: 0.6.6
10
10
  platform: ruby
11
11
  authors:
12
12
  - Daniel Choi