vmail 0.5.2 → 0.5.3

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.
@@ -430,7 +430,7 @@ file like so:
430
430
 
431
431
  Type `:help highlight-args` in Vim for more details.
432
432
 
433
- ## Bug reports, feature requests
433
+ ## Bug reports, feature requests, user community
434
434
 
435
435
  Please file bug reports and feature requests in the [vmail github issue tracker][tracker].
436
436
 
@@ -439,6 +439,11 @@ But in a few weeks, with your help, vmail will become stable.
439
439
 
440
440
  [tracker]:https://github.com/danchoi/vmail/issues
441
441
 
442
+ And if you have any tips or troubleshooting advice you want to share with other
443
+ vmail users, please add them to the [vmail wiki][wiki].
444
+
445
+ [wiki]:https://github.com/danchoi/vmail/wiki
446
+
442
447
  ## How to contact the developer
443
448
 
444
449
  My name is Daniel Choi. I am based in Cambridge, MA, and you can email me at dhchoi@gmail.com.
@@ -263,6 +263,7 @@ module Vmail
263
263
  end
264
264
  log "search query got #{@ids.size} results"
265
265
  @message_list = [] # this will hold all the data extracted from these message envelopes
266
+ @current_mail = nil
266
267
  res = fetch_envelopes(fetch_ids)
267
268
  add_more_message_line(res, fetch_ids[0])
268
269
  end
@@ -1,3 +1,3 @@
1
1
  module Vmail
2
- VERSION = "0.5.2"
2
+ VERSION = "0.5.3"
3
3
  end
@@ -36,6 +36,8 @@
36
36
  <li><a href="https://github.com/danchoi/vmail">github repo</a></li>
37
37
  <li><a href="https://rubygems.org/gems/vmail">rubygems page</a></li>
38
38
  <li><a href="https://github.com/danchoi/vmail/issues">issue tracker</a></li>
39
+ <li><a href="https://github.com/danchoi/vmail/commits/master">commit history</a></li>
40
+ <li><a href="https://github.com/danchoi/vmail/wiki">wiki</a></li>
39
41
  <li><a href="http://www.google.com/search?sourceid=chrome&ie=UTF-8&q=vmail+vim#hl=en&tbo=1&tbs=mbl:1,mbl_sv:0&q=link:http://danielchoi.com/software/vmail.html&sa=X&ei=iw0JTYnsPMT_lgfgvMC1AQ&ved=0CAUQ6QcwCg&fp=1&cad=b">web reactions</a></li>
40
42
  </ul>
41
43
  <h4>share this</h4>
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 5
8
- - 2
9
- version: 0.5.2
8
+ - 3
9
+ version: 0.5.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - Daniel Choi