vmail 0.8.5 → 0.8.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/vmail.vim +3 -3
  2. data/lib/vmail/version.rb +1 -1
  3. metadata +2 -2
@@ -743,9 +743,9 @@ func! s:message_window_mappings()
743
743
  nmap <silent> <buffer> <leader>3 <leader>#
744
744
  nmap <silent> <buffer> <leader>1 <leader>!
745
745
 
746
- nnoremap <silent> <buffer> <Leader>b :call <SID>focus_list_window()<cr>call <SID>move_to_mailbox(0)<CR>
747
- nnoremap <silent> <buffer> <Leader>B :call <SID>focus_list_window()<cr>call <SID>move_to_mailbox(1)<CR>
748
- nnoremap <silent> <buffer> <leader>e :call <SID>focus_list_window()<cr>:call <SID>archive_messages()<cr>
746
+ nnoremap <silent> <buffer> <Leader>b :call <SID>focus_list_window()<cr>:call <SID>move_to_mailbox(0)<CR>
747
+ nnoremap <silent> <buffer> <Leader>B :call <SID>focus_list_window()<cr>:call <SID>move_to_mailbox(1)<CR>
748
+
749
749
  nnoremap <silent> <buffer> u :call <SID>update()<CR>
750
750
  nnoremap <silent> <buffer> <Leader>m :call <SID>focus_list_window()<cr>:call <SID>mailbox_window()<CR>
751
751
  nnoremap <silent> <buffer> <Leader>A :call <SID>save_attachments()<cr>
@@ -1,3 +1,3 @@
1
1
  module Vmail
2
- VERSION = "0.8.5"
2
+ VERSION = "0.8.6"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 8
8
- - 5
9
- version: 0.8.5
8
+ - 6
9
+ version: 0.8.6
10
10
  platform: ruby
11
11
  authors:
12
12
  - Daniel Choi