vmail 1.2.8 → 1.2.9

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.
@@ -277,7 +277,6 @@ module Vmail
277
277
  # other flags like "Old" should be hidden here
278
278
  flags = flags.map {|flag| FLAGMAP[flag] || flag}
279
279
  flags.delete("Old")
280
- log "FLAGS: #{flags.inspect}"
281
280
  if flags.delete(:Seen).nil?
282
281
  flags << '+' # unread
283
282
  end
@@ -1,3 +1,3 @@
1
1
  module Vmail
2
- VERSION = "1.2.8"
2
+ VERSION = "1.2.9"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 2
8
- - 8
9
- version: 1.2.8
8
+ - 9
9
+ version: 1.2.9
10
10
  platform: ruby
11
11
  authors:
12
12
  - Daniel Choi